Exclude VS debugger streambuf from release build

This commit is contained in:
2015-01-09 00:32:46 -05:00
parent c96dba2678
commit a409a928b6

View File

@@ -99,7 +99,9 @@
<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\debugout.win.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\tools\fileio.cpp" />
<ClCompile Include="..\..\tools\graphtool.cpp" />
<ClCompile Include="..\..\tools\gzstream\gzstream.cpp" />