|
9 | 9 | <Configuration>Release</Configuration> |
10 | 10 | <Platform>Win32</Platform> |
11 | 11 | </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Debug|x64"> |
13 | | - <Configuration>Debug</Configuration> |
14 | | - <Platform>x64</Platform> |
15 | | - </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Release|x64"> |
17 | | - <Configuration>Release</Configuration> |
18 | | - <Platform>x64</Platform> |
19 | | - </ProjectConfiguration> |
20 | 12 | </ItemGroup> |
21 | 13 | <PropertyGroup Label="Globals"> |
22 | 14 | <VCProjectVersion>15.0</VCProjectVersion> |
23 | 15 | <ProjectGuid>{BA13479B-E6FE-4327-B16F-196BF3BE80FF}</ProjectGuid> |
24 | 16 | <RootNamespace>chaos</RootNamespace> |
25 | 17 | <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> |
| 18 | + <PlatformToolset>v142</PlatformToolset> |
26 | 19 | <ProjectName>SMSM</ProjectName> |
| 20 | + <TargetName>smsm</TargetName> |
| 21 | + <OutDir>$(SolutionDir)bin\</OutDir> |
| 22 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 23 | + <CharacterSet>MultiByte</CharacterSet> |
| 24 | + <SourcePath>$(SourcePath);$(VC_SourcePath)</SourcePath> |
27 | 25 | </PropertyGroup> |
28 | 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
31 | 28 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v142</PlatformToolset> |
33 | | - <CharacterSet>MultiByte</CharacterSet> |
| 29 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath> |
| 30 | + <LinkIncremental /> |
34 | 31 | </PropertyGroup> |
35 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | | - <UseDebugLibraries>false</UseDebugLibraries> |
38 | | - <PlatformToolset>v142</PlatformToolset> |
39 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | | - <CharacterSet>MultiByte</CharacterSet> |
41 | | - </PropertyGroup> |
42 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | | - <ConfigurationType>Application</ConfigurationType> |
44 | | - <UseDebugLibraries>true</UseDebugLibraries> |
45 | | - <PlatformToolset>v142</PlatformToolset> |
46 | | - <CharacterSet>MultiByte</CharacterSet> |
47 | | - </PropertyGroup> |
48 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | | - <ConfigurationType>Application</ConfigurationType> |
50 | 33 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | | - <PlatformToolset>v142</PlatformToolset> |
52 | 34 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | | - <CharacterSet>MultiByte</CharacterSet> |
54 | 35 | </PropertyGroup> |
55 | 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 37 | <ImportGroup Label="ExtensionSettings"> |
|
63 | 44 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
64 | 45 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | 46 | </ImportGroup> |
66 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
67 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | | - </ImportGroup> |
69 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | | - </ImportGroup> |
72 | 47 | <PropertyGroup Label="UserMacros" /> |
73 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
74 | | - <OutDir>$(SolutionDir)bin\</OutDir> |
75 | | - <TargetName>smsm</TargetName> |
76 | | - <SourcePath>$(SourcePath);$(VC_SourcePath)</SourcePath> |
77 | | - </PropertyGroup> |
78 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
79 | | - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath> |
80 | | - <SourcePath>$(SourcePath);$(VC_SourcePath)</SourcePath> |
81 | | - <TargetName>smsm</TargetName> |
82 | | - <OutDir>$(SolutionDir)bin\</OutDir> |
83 | | - <LinkIncremental /> |
84 | | - </PropertyGroup> |
85 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 48 | + <ItemDefinitionGroup> |
86 | 49 | <ClCompile> |
87 | 50 | <WarningLevel>Level3</WarningLevel> |
88 | | - <Optimization>Disabled</Optimization> |
89 | 51 | <SDLCheck>true</SDLCheck> |
90 | | - <ConformanceMode>false</ConformanceMode> |
91 | 52 | <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories> |
92 | 53 | <AdditionalUsingDirectories>$(ProjectDir)</AdditionalUsingDirectories> |
93 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
94 | | - <SupportJustMyCode>false</SupportJustMyCode> |
95 | | - <IntrinsicFunctions>false</IntrinsicFunctions> |
96 | | - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
97 | 54 | <FunctionLevelLinking>true</FunctionLevelLinking> |
98 | | - <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
99 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
100 | 55 | <LanguageStandard>stdcpp17</LanguageStandard> |
101 | 56 | </ClCompile> |
102 | 57 | <Link> |
103 | 58 | <AdditionalLibraryDirectories>$(SolutionDir)\lib;$(ProjectDir)</AdditionalLibraryDirectories> |
104 | | - </Link> |
105 | | - <Link> |
106 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
107 | | - </Link> |
108 | | - <Link> |
109 | | - <GenerateMapFile>true</GenerateMapFile> |
110 | | - </Link> |
111 | | - <Link> |
112 | | - <MapExports>true</MapExports> |
113 | | - </Link> |
114 | | - <Link> |
115 | 59 | <OptimizeReferences>true</OptimizeReferences> |
116 | | - </Link> |
117 | | - <Link> |
118 | 60 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
119 | 61 | </Link> |
120 | | - <Link> |
121 | | - <ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers> |
122 | | - <AssemblyDebug>true</AssemblyDebug> |
123 | | - </Link> |
124 | 62 | <PostBuildEvent> |
125 | 63 | <Command>call ..\..\COPY.bat</Command> |
126 | 64 | </PostBuildEvent> |
127 | 65 | </ItemDefinitionGroup> |
128 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 66 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
129 | 67 | <ClCompile> |
130 | | - <WarningLevel>Level3</WarningLevel> |
131 | 68 | <Optimization>Disabled</Optimization> |
132 | | - <SDLCheck>true</SDLCheck> |
133 | | - <ConformanceMode>true</ConformanceMode> |
134 | | - </ClCompile> |
135 | | - </ItemDefinitionGroup> |
136 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
137 | | - <ClCompile> |
138 | | - <WarningLevel>Level3</WarningLevel> |
139 | | - <Optimization>MaxSpeed</Optimization> |
140 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
141 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
142 | | - <SDLCheck>true</SDLCheck> |
143 | | - <ConformanceMode>true</ConformanceMode> |
144 | | - <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories> |
145 | | - <PreprocessorDefinitions>_WINDLL;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;NOMINMAX</PreprocessorDefinitions> |
146 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
147 | | - <AdditionalUsingDirectories>$(ProjectDir)</AdditionalUsingDirectories> |
| 69 | + <ConformanceMode>false</ConformanceMode> |
| 70 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 71 | + <SupportJustMyCode>false</SupportJustMyCode> |
| 72 | + <IntrinsicFunctions>false</IntrinsicFunctions> |
| 73 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 74 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
| 75 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
148 | 76 | </ClCompile> |
149 | 77 | <Link> |
150 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
151 | | - <OptimizeReferences>true</OptimizeReferences> |
152 | | - <AdditionalLibraryDirectories>$(SolutionDir)\lib;$(ProjectDir)</AdditionalLibraryDirectories> |
| 78 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 79 | + <GenerateMapFile>true</GenerateMapFile> |
| 80 | + <MapExports>true</MapExports> |
| 81 | + <ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers> |
| 82 | + <AssemblyDebug>true</AssemblyDebug> |
153 | 83 | </Link> |
154 | | - <PostBuildEvent> |
155 | | - <Command>call ..\..\COPY.bat</Command> |
156 | | - </PostBuildEvent> |
157 | 84 | </ItemDefinitionGroup> |
158 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 85 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
159 | 86 | <ClCompile> |
160 | | - <WarningLevel>Level3</WarningLevel> |
161 | 87 | <Optimization>MaxSpeed</Optimization> |
162 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
163 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
164 | | - <SDLCheck>true</SDLCheck> |
165 | 88 | <ConformanceMode>true</ConformanceMode> |
| 89 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 90 | + <PreprocessorDefinitions>_WINDLL;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;NOMINMAX</PreprocessorDefinitions> |
166 | 91 | </ClCompile> |
167 | | - <Link> |
168 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
169 | | - <OptimizeReferences>true</OptimizeReferences> |
170 | | - </Link> |
171 | 92 | </ItemDefinitionGroup> |
172 | 93 | <ItemGroup> |
173 | 94 | <ClCompile Include="CelesteMoveset.cpp" /> |
|
0 commit comments