Improvements to vs2015 build.

This commit is contained in:
Bart House
2017-09-01 12:12:58 +03:00
committed by Pasi Kallinen
parent ffb3f12997
commit 5a4df357ab
35 changed files with 1342 additions and 4543 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
</Project>