|
32 | 32 | <ConfigurationType>Application</ConfigurationType> |
33 | 33 | <UseDebugLibraries>true</UseDebugLibraries> |
34 | 34 | <PlatformToolset>v141_xp</PlatformToolset> |
35 | | - <CharacterSet>NotSet</CharacterSet> |
36 | 35 | </PropertyGroup> |
37 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
38 | 37 | <ConfigurationType>Application</ConfigurationType> |
39 | 38 | <UseDebugLibraries>false</UseDebugLibraries> |
40 | 39 | <PlatformToolset>v141_xp</PlatformToolset> |
41 | 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
42 | | - <CharacterSet>NotSet</CharacterSet> |
43 | 41 | </PropertyGroup> |
44 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
45 | 43 | <ConfigurationType>Application</ConfigurationType> |
46 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
47 | 45 | <PlatformToolset>v141_xp</PlatformToolset> |
48 | | - <CharacterSet>Unicode</CharacterSet> |
49 | 46 | </PropertyGroup> |
50 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
51 | 48 | <ConfigurationType>Application</ConfigurationType> |
52 | 49 | <UseDebugLibraries>false</UseDebugLibraries> |
53 | 50 | <PlatformToolset>v141_xp</PlatformToolset> |
54 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization> |
55 | | - <CharacterSet>Unicode</CharacterSet> |
56 | 52 | </PropertyGroup> |
57 | 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
58 | 54 | <ImportGroup Label="ExtensionSettings"> |
|
74 | 70 | <PropertyGroup Label="UserMacros" /> |
75 | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
76 | 72 | <LinkIncremental>true</LinkIncremental> |
77 | | - <OutDir>$(ProjectDir)$(Configuration)\</OutDir> |
| 73 | + <GenerateManifest>false</GenerateManifest> |
| 74 | + <OutDir>$(SolutionDir)$(PlatformTarget)\$(Configuration)\</OutDir> |
| 75 | + <IntDir>$(PlatformTarget)\$(Configuration)\</IntDir> |
78 | 76 | </PropertyGroup> |
79 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
80 | 78 | <LinkIncremental>true</LinkIncremental> |
| 79 | + <GenerateManifest>false</GenerateManifest> |
| 80 | + <OutDir>$(SolutionDir)$(PlatformTarget)\$(Configuration)\</OutDir> |
| 81 | + <IntDir>$(PlatformTarget)\$(Configuration)\</IntDir> |
81 | 82 | </PropertyGroup> |
82 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
83 | 84 | <LinkIncremental>false</LinkIncremental> |
84 | | - <OutDir>$(ProjectDir)$(Configuration)\</OutDir> |
| 85 | + <OutDir>$(SolutionDir)$(PlatformTarget)\$(Configuration)\</OutDir> |
85 | 86 | <GenerateManifest>false</GenerateManifest> |
| 87 | + <IntDir>$(PlatformTarget)\$(Configuration)\</IntDir> |
86 | 88 | </PropertyGroup> |
87 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
88 | 90 | <LinkIncremental>false</LinkIncremental> |
| 91 | + <GenerateManifest>false</GenerateManifest> |
| 92 | + <OutDir>$(SolutionDir)$(PlatformTarget)\$(Configuration)\</OutDir> |
| 93 | + <IntDir>$(PlatformTarget)\$(Configuration)\</IntDir> |
89 | 94 | </PropertyGroup> |
90 | 95 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
91 | 96 | <ClCompile> |
|
96 | 101 | <PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;WIN32;lw_import=;_lacewing_static=;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
97 | 102 | <SDLCheck>true</SDLCheck> |
98 | 103 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
99 | | - <ExceptionHandling>Async</ExceptionHandling> |
100 | 104 | <CompileAs>CompileAsCpp</CompileAs> |
101 | 105 | <MinimalRebuild>false</MinimalRebuild> |
102 | 106 | <BufferSecurityCheck>true</BufferSecurityCheck> |
|
131 | 135 | <PrecompiledHeader> |
132 | 136 | </PrecompiledHeader> |
133 | 137 | <Optimization>MaxSpeed</Optimization> |
134 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
135 | 138 | <IntrinsicFunctions>true</IntrinsicFunctions> |
136 | 139 | <PreprocessorDefinitions>WIN32;lw_import=;_lacewing_static=;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
137 | 140 | <SDLCheck>true</SDLCheck> |
138 | 141 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
139 | | - <ExceptionHandling>Async</ExceptionHandling> |
140 | 142 | <CompileAs>CompileAsCpp</CompileAs> |
141 | 143 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
142 | 144 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
164 | 166 | <SDLCheck>true</SDLCheck> |
165 | 167 | <LanguageStandard>stdcpp17</LanguageStandard> |
166 | 168 | <CompileAs>CompileAsCpp</CompileAs> |
| 169 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 170 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 171 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
167 | 172 | </ClCompile> |
168 | 173 | <Link> |
169 | 174 | <SubSystem>Console</SubSystem> |
|
0 commit comments