Skip to content

Commit 44aa2c1

Browse files
committed
Purged x64 build configurations
1 parent 6f5aeab commit 44aa2c1

3 files changed

Lines changed: 0 additions & 110 deletions

File tree

DynamicArray.sln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DynamicArrayTester", "Dynam
1212
EndProject
1313
Global
1414
GlobalSection(SolutionConfigurationPlatforms) = preSolution
15-
Debug|x64 = Debug|x64
1615
Debug|x86 = Debug|x86
17-
Release|x64 = Release|x64
1816
Release|x86 = Release|x86
1917
EndGlobalSection
2018
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Debug|x64.ActiveCfg = Debug|x64
22-
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Debug|x64.Build.0 = Debug|x64
2319
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Debug|x86.ActiveCfg = Debug|Win32
2420
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Debug|x86.Build.0 = Debug|Win32
25-
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Release|x64.ActiveCfg = Release|x64
26-
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Release|x64.Build.0 = Release|x64
2721
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Release|x86.ActiveCfg = Release|Win32
2822
{D77F4310-9EBF-41B5-BC40-8E97C1754A39}.Release|x86.Build.0 = Release|Win32
29-
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Debug|x64.ActiveCfg = Debug|x64
30-
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Debug|x64.Build.0 = Debug|x64
3123
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Debug|x86.ActiveCfg = Debug|Win32
3224
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Debug|x86.Build.0 = Debug|Win32
33-
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Release|x64.ActiveCfg = Release|x64
34-
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Release|x64.Build.0 = Release|x64
3525
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Release|x86.ActiveCfg = Release|Win32
3626
{ACABAE02-B0D0-407D-9262-5EC7508596E0}.Release|x86.Build.0 = Release|Win32
3727
EndGlobalSection

DynamicArray/DynamicArray.vcxproj

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
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>
@@ -39,19 +31,6 @@
3931
<WholeProgramOptimization>true</WholeProgramOptimization>
4032
<CharacterSet>Unicode</CharacterSet>
4133
</PropertyGroup>
42-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43-
<ConfigurationType>DynamicLibrary</ConfigurationType>
44-
<UseDebugLibraries>true</UseDebugLibraries>
45-
<PlatformToolset>v141</PlatformToolset>
46-
<CharacterSet>Unicode</CharacterSet>
47-
</PropertyGroup>
48-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49-
<ConfigurationType>DynamicLibrary</ConfigurationType>
50-
<UseDebugLibraries>false</UseDebugLibraries>
51-
<PlatformToolset>v141</PlatformToolset>
52-
<WholeProgramOptimization>true</WholeProgramOptimization>
53-
<CharacterSet>Unicode</CharacterSet>
54-
</PropertyGroup>
5534
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5635
<ImportGroup Label="ExtensionSettings">
5736
</ImportGroup>
@@ -63,12 +42,6 @@
6342
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6443
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6544
</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>
7245
<PropertyGroup Label="UserMacros" />
7346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7447
<LinkIncremental>true</LinkIncremental>
@@ -164,9 +137,7 @@
164137
<ClCompile Include="DynamicArray.cpp" />
165138
<ClCompile Include="stdafx.cpp">
166139
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
167-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
168140
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
169-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
170141
</ClCompile>
171142
</ItemGroup>
172143
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

DynamicArrayTester/DynamicArrayTester.vcxproj

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
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>
@@ -39,19 +31,6 @@
3931
<WholeProgramOptimization>true</WholeProgramOptimization>
4032
<CharacterSet>Unicode</CharacterSet>
4133
</PropertyGroup>
42-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43-
<ConfigurationType>Application</ConfigurationType>
44-
<UseDebugLibraries>true</UseDebugLibraries>
45-
<PlatformToolset>v141</PlatformToolset>
46-
<CharacterSet>Unicode</CharacterSet>
47-
</PropertyGroup>
48-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49-
<ConfigurationType>Application</ConfigurationType>
50-
<UseDebugLibraries>false</UseDebugLibraries>
51-
<PlatformToolset>v141</PlatformToolset>
52-
<WholeProgramOptimization>true</WholeProgramOptimization>
53-
<CharacterSet>Unicode</CharacterSet>
54-
</PropertyGroup>
5534
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5635
<ImportGroup Label="ExtensionSettings">
5736
</ImportGroup>
@@ -63,25 +42,13 @@
6342
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6443
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6544
</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>
7245
<PropertyGroup Label="UserMacros" />
7346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7447
<LinkIncremental>true</LinkIncremental>
7548
</PropertyGroup>
76-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
77-
<LinkIncremental>true</LinkIncremental>
78-
</PropertyGroup>
7949
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8050
<LinkIncremental>false</LinkIncremental>
8151
</PropertyGroup>
82-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83-
<LinkIncremental>false</LinkIncremental>
84-
</PropertyGroup>
8552
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8653
<ClCompile>
8754
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -98,22 +65,6 @@
9865
<GenerateDebugInformation>true</GenerateDebugInformation>
9966
</Link>
10067
</ItemDefinitionGroup>
101-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102-
<ClCompile>
103-
<PrecompiledHeader>Use</PrecompiledHeader>
104-
<WarningLevel>Level3</WarningLevel>
105-
<Optimization>Disabled</Optimization>
106-
<SDLCheck>true</SDLCheck>
107-
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108-
<ConformanceMode>true</ConformanceMode>
109-
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
110-
<StructMemberAlignment>4Bytes</StructMemberAlignment>
111-
</ClCompile>
112-
<Link>
113-
<SubSystem>Console</SubSystem>
114-
<GenerateDebugInformation>true</GenerateDebugInformation>
115-
</Link>
116-
</ItemDefinitionGroup>
11768
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
11869
<ClCompile>
11970
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -134,26 +85,6 @@
13485
<GenerateDebugInformation>true</GenerateDebugInformation>
13586
</Link>
13687
</ItemDefinitionGroup>
137-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138-
<ClCompile>
139-
<PrecompiledHeader>Use</PrecompiledHeader>
140-
<WarningLevel>Level3</WarningLevel>
141-
<Optimization>MaxSpeed</Optimization>
142-
<FunctionLevelLinking>true</FunctionLevelLinking>
143-
<IntrinsicFunctions>true</IntrinsicFunctions>
144-
<SDLCheck>true</SDLCheck>
145-
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146-
<ConformanceMode>true</ConformanceMode>
147-
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
148-
<StructMemberAlignment>4Bytes</StructMemberAlignment>
149-
</ClCompile>
150-
<Link>
151-
<SubSystem>Console</SubSystem>
152-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
153-
<OptimizeReferences>true</OptimizeReferences>
154-
<GenerateDebugInformation>true</GenerateDebugInformation>
155-
</Link>
156-
</ItemDefinitionGroup>
15788
<ItemGroup>
15889
<ClInclude Include="stdafx.h" />
15990
<ClInclude Include="targetver.h" />
@@ -162,9 +93,7 @@
16293
<ClCompile Include="DynamicArrayTester.cpp" />
16394
<ClCompile Include="stdafx.cpp">
16495
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
165-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
16696
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
167-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
16897
</ClCompile>
16998
</ItemGroup>
17099
<ItemGroup>

0 commit comments

Comments
 (0)