|
22 | 22 | <ProjectGuid>{0CC0F0F4-8041-4F01-B186-A1071367BB3D}</ProjectGuid>
|
23 | 23 | <Keyword>Win32Proj</Keyword>
|
24 | 24 | <RootNamespace>AsciiArtist</RootNamespace>
|
25 |
| - <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion> |
| 25 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
26 | 26 | </PropertyGroup>
|
27 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
29 | 29 | <ConfigurationType>Application</ConfigurationType>
|
30 | 30 | <UseDebugLibraries>true</UseDebugLibraries>
|
31 |
| - <PlatformToolset>v140</PlatformToolset> |
| 31 | + <PlatformToolset>v142</PlatformToolset> |
32 | 32 | <CharacterSet>Unicode</CharacterSet>
|
33 | 33 | </PropertyGroup>
|
34 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
35 | 35 | <ConfigurationType>Application</ConfigurationType>
|
36 | 36 | <UseDebugLibraries>false</UseDebugLibraries>
|
37 |
| - <PlatformToolset>v140</PlatformToolset> |
| 37 | + <PlatformToolset>v142</PlatformToolset> |
38 | 38 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
39 | 39 | <CharacterSet>Unicode</CharacterSet>
|
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
42 | 42 | <ConfigurationType>Application</ConfigurationType>
|
43 | 43 | <UseDebugLibraries>true</UseDebugLibraries>
|
44 |
| - <PlatformToolset>v140</PlatformToolset> |
| 44 | + <PlatformToolset>v142</PlatformToolset> |
45 | 45 | <CharacterSet>Unicode</CharacterSet>
|
46 | 46 | </PropertyGroup>
|
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
48 | 48 | <ConfigurationType>Application</ConfigurationType>
|
49 | 49 | <UseDebugLibraries>false</UseDebugLibraries>
|
50 |
| - <PlatformToolset>v140</PlatformToolset> |
| 50 | + <PlatformToolset>v142</PlatformToolset> |
51 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
52 | 52 | <CharacterSet>Unicode</CharacterSet>
|
53 | 53 | </PropertyGroup>
|
|
71 | 71 | <PropertyGroup Label="UserMacros" />
|
72 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
73 | 73 | <LinkIncremental>true</LinkIncremental>
|
| 74 | + <OutDir>$(ProjectDir)bin\$(Configuration)-$(Platform)\</OutDir> |
| 75 | + <IntDir>$(ProjectDir)obj\$(Configuration)-$(Platform)\</IntDir> |
74 | 76 | <IncludePath>$(ProjectDir);$(ProjectDir)..\PowerConsoleLib\;$(IncludePath)</IncludePath>
|
75 | 77 | </PropertyGroup>
|
76 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
77 | 79 | <LinkIncremental>true</LinkIncremental>
|
| 80 | + <OutDir>$(ProjectDir)bin\$(Configuration)-$(Platform)\</OutDir> |
| 81 | + <IntDir>$(ProjectDir)obj\$(Configuration)-$(Platform)\</IntDir> |
| 82 | + <IncludePath>$(ProjectDir);$(ProjectDir)..\PowerConsoleLib\;$(IncludePath)</IncludePath> |
78 | 83 | </PropertyGroup>
|
79 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
80 | 85 | <LinkIncremental>false</LinkIncremental>
|
| 86 | + <OutDir>$(ProjectDir)bin\$(Configuration)-$(Platform)\</OutDir> |
| 87 | + <IntDir>$(ProjectDir)obj\$(Configuration)-$(Platform)\</IntDir> |
81 | 88 | <IncludePath>$(ProjectDir);$(ProjectDir)..\PowerConsoleLib\;$(IncludePath)</IncludePath>
|
82 | 89 | </PropertyGroup>
|
83 | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
84 | 91 | <LinkIncremental>false</LinkIncremental>
|
| 92 | + <OutDir>$(ProjectDir)bin\$(Configuration)-$(Platform)\</OutDir> |
| 93 | + <IntDir>$(ProjectDir)obj\$(Configuration)-$(Platform)\</IntDir> |
| 94 | + <IncludePath>$(ProjectDir);$(ProjectDir)..\PowerConsoleLib\;$(IncludePath)</IncludePath> |
85 | 95 | </PropertyGroup>
|
86 | 96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
87 | 97 | <ClCompile>
|
88 | 98 | <PrecompiledHeader>Use</PrecompiledHeader>
|
89 | 99 | <WarningLevel>Level3</WarningLevel>
|
90 | 100 | <Optimization>Disabled</Optimization>
|
| 101 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
91 | 102 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 103 | + <DisableSpecificWarnings>4996</DisableSpecificWarnings> |
92 | 104 | <SDLCheck>true</SDLCheck>
|
93 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
94 |
| - <PrecompiledHeaderFile>Stdafx.h</PrecompiledHeaderFile> |
95 |
| - <AdditionalOptions>/std:c++latest %(AdditionalOptions)</AdditionalOptions> |
| 105 | + <LanguageStandard>stdcpp17</LanguageStandard> |
96 | 106 | </ClCompile>
|
97 | 107 | <Link>
|
98 | 108 | <SubSystem>Console</SubSystem>
|
|
105 | 115 | <PrecompiledHeader>Use</PrecompiledHeader>
|
106 | 116 | <WarningLevel>Level3</WarningLevel>
|
107 | 117 | <Optimization>Disabled</Optimization>
|
108 |
| - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 118 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 119 | + <DisableSpecificWarnings>4996</DisableSpecificWarnings> |
| 120 | + <LanguageStandard>stdcpp17</LanguageStandard> |
109 | 121 | </ClCompile>
|
110 | 122 | <Link>
|
111 | 123 | <SubSystem>Console</SubSystem>
|
|
120 | 132 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
121 | 133 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
122 | 134 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
123 |
| - <AdditionalOptions>/std:c++latest %(AdditionalOptions)</AdditionalOptions> |
| 135 | + <DisableSpecificWarnings>4996</DisableSpecificWarnings> |
| 136 | + <LanguageStandard>stdcpp17</LanguageStandard> |
124 | 137 | </ClCompile>
|
125 | 138 | <Link>
|
126 | 139 | <SubSystem>Console</SubSystem>
|
|
136 | 149 | <Optimization>MaxSpeed</Optimization>
|
137 | 150 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
138 | 151 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
139 |
| - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 152 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 153 | + <DisableSpecificWarnings>4996</DisableSpecificWarnings> |
| 154 | + <LanguageStandard>stdcpp17</LanguageStandard> |
140 | 155 | </ClCompile>
|
141 | 156 | <Link>
|
142 | 157 | <SubSystem>Console</SubSystem>
|
|
0 commit comments