Skip to content

Commit 0b0aa70

Browse files
committed
refactor: remove x64 configurations
1 parent 343469c commit 0b0aa70

File tree

2 files changed

+25
-110
lines changed

2 files changed

+25
-110
lines changed

smsm/SMSM.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
EndProject
1515
Global
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17-
Debug|x64 = Debug|x64
1817
Debug|x86 = Debug|x86
19-
Release|x64 = Release|x64
2018
Release|x86 = Release|x86
2119
EndGlobalSection
2220
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Debug|x64.ActiveCfg = Debug|x64
24-
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Debug|x64.Build.0 = Debug|x64
2521
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Debug|x86.ActiveCfg = Debug|Win32
2622
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Debug|x86.Build.0 = Debug|Win32
27-
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Release|x64.ActiveCfg = Release|x64
28-
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Release|x64.Build.0 = Release|x64
2923
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Release|x86.ActiveCfg = Release|Win32
3024
{BA13479B-E6FE-4327-B16F-196BF3BE80FF}.Release|x86.Build.0 = Release|Win32
3125
EndGlobalSection

smsm/src/chaos.vcxproj

Lines changed: 25 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,29 @@
99
<Configuration>Release</Configuration>
1010
<Platform>Win32</Platform>
1111
</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>
2012
</ItemGroup>
2113
<PropertyGroup Label="Globals">
2214
<VCProjectVersion>15.0</VCProjectVersion>
2315
<ProjectGuid>{BA13479B-E6FE-4327-B16F-196BF3BE80FF}</ProjectGuid>
2416
<RootNamespace>chaos</RootNamespace>
2517
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
18+
<PlatformToolset>v142</PlatformToolset>
2619
<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>
2725
</PropertyGroup>
2826
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2927
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30-
<ConfigurationType>DynamicLibrary</ConfigurationType>
3128
<UseDebugLibraries>true</UseDebugLibraries>
32-
<PlatformToolset>v142</PlatformToolset>
33-
<CharacterSet>MultiByte</CharacterSet>
29+
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
30+
<LinkIncremental />
3431
</PropertyGroup>
3532
<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>
5033
<UseDebugLibraries>false</UseDebugLibraries>
51-
<PlatformToolset>v142</PlatformToolset>
5234
<WholeProgramOptimization>true</WholeProgramOptimization>
53-
<CharacterSet>MultiByte</CharacterSet>
5435
</PropertyGroup>
5536
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5637
<ImportGroup Label="ExtensionSettings">
@@ -63,111 +44,51 @@
6344
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6445
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6546
</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>
7247
<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>
8649
<ClCompile>
8750
<WarningLevel>Level3</WarningLevel>
88-
<Optimization>Disabled</Optimization>
8951
<SDLCheck>true</SDLCheck>
90-
<ConformanceMode>false</ConformanceMode>
9152
<AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories>
9253
<AdditionalUsingDirectories>$(ProjectDir)</AdditionalUsingDirectories>
93-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
94-
<SupportJustMyCode>false</SupportJustMyCode>
95-
<IntrinsicFunctions>false</IntrinsicFunctions>
96-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9754
<FunctionLevelLinking>true</FunctionLevelLinking>
98-
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
99-
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
10055
<LanguageStandard>stdcpp17</LanguageStandard>
10156
</ClCompile>
10257
<Link>
10358
<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>
11559
<OptimizeReferences>true</OptimizeReferences>
116-
</Link>
117-
<Link>
11860
<EnableCOMDATFolding>true</EnableCOMDATFolding>
11961
</Link>
120-
<Link>
121-
<ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers>
122-
<AssemblyDebug>true</AssemblyDebug>
123-
</Link>
12462
<PostBuildEvent>
12563
<Command>call ..\..\COPY.bat</Command>
12664
</PostBuildEvent>
12765
</ItemDefinitionGroup>
128-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
66+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
12967
<ClCompile>
130-
<WarningLevel>Level3</WarningLevel>
13168
<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>
14876
</ClCompile>
14977
<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>
15383
</Link>
154-
<PostBuildEvent>
155-
<Command>call ..\..\COPY.bat</Command>
156-
</PostBuildEvent>
15784
</ItemDefinitionGroup>
158-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
15986
<ClCompile>
160-
<WarningLevel>Level3</WarningLevel>
16187
<Optimization>MaxSpeed</Optimization>
162-
<FunctionLevelLinking>true</FunctionLevelLinking>
163-
<IntrinsicFunctions>true</IntrinsicFunctions>
164-
<SDLCheck>true</SDLCheck>
16588
<ConformanceMode>true</ConformanceMode>
89+
<IntrinsicFunctions>true</IntrinsicFunctions>
90+
<PreprocessorDefinitions>_WINDLL;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;NOMINMAX</PreprocessorDefinitions>
16691
</ClCompile>
167-
<Link>
168-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
169-
<OptimizeReferences>true</OptimizeReferences>
170-
</Link>
17192
</ItemDefinitionGroup>
17293
<ItemGroup>
17394
<ClCompile Include="CelesteMoveset.cpp" />

0 commit comments

Comments
 (0)