Support both VS 2017 and VS 2019 without making changes to project files.

Renamed 'vs2017' folder to 'vs'.
This commit is contained in:
Bart House
2020-10-10 15:15:59 -07:00
parent 75f3ccd770
commit bb04a9b041
98 changed files with 15 additions and 24 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>