Redirect console output to Visual Studio debugger panel
- Or to logfile for the release build
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
<ClCompile Include="..\..\dialogxml\xml-parser\tinyxmlerror.cpp" />
|
||||
<ClCompile Include="..\..\dialogxml\xml-parser\tinyxmlparser.cpp" />
|
||||
<ClCompile Include="..\..\tools\cursors.win.cpp" />
|
||||
<ClCompile Include="..\..\tools\debugout.win.cpp" />
|
||||
<ClCompile Include="..\..\tools\fileio.cpp" />
|
||||
<ClCompile Include="..\..\tools\graphtool.cpp" />
|
||||
<ClCompile Include="..\..\tools\gzstream\gzstream.cpp" />
|
||||
|
@@ -337,5 +337,8 @@
|
||||
<ClCompile Include="..\..\tools\winutil.win.cpp">
|
||||
<Filter>Tools\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\tools\debugout.win.cpp">
|
||||
<Filter>Tools\Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user