Skip to content

Commit f80ffba

Browse files
TD01TD01
TD01
authored and
TD01
committed
x64 configuration deleted
1 parent a6687e2 commit f80ffba

File tree

3 files changed

+4
-75
lines changed

3 files changed

+4
-75
lines changed

Clean.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Del /s/q *.dcu;*.jdbg;*.~*;*.obj;*.tlog;*.exp;*.ilk;*.pdb;*.idb;*.log;*.pch;*.lib;*.lastbuildstate
1+
Del /s/q *.dcu;*.jdbg;*.~*;*.obj;*.tlog;*.exp;*.ilk;*.pdb;*.idb;*.log;*.pch;*.lib;*.lastbuildstate;*.db;*.ipch

VC++/MPLibrary-VC.sln

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29519.181
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MPLibrary-VC", "MPLibrary-VC.vcxproj", "{B98D79E3-6276-443F-982B-29F39F7EF35F}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MPLibraryVC", "MPLibrary-VC.vcxproj", "{B98D79E3-6276-443F-982B-29F39F7EF35F}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,12 +13,10 @@ Global
1313
Release|x86 = Release|x86
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Debug|x64.ActiveCfg = Debug|x64
17-
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Debug|x64.Build.0 = Debug|x64
16+
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Debug|x64.ActiveCfg = Debug|Win32
1817
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Debug|x86.ActiveCfg = Debug|Win32
1918
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Debug|x86.Build.0 = Debug|Win32
20-
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Release|x64.ActiveCfg = Release|x64
21-
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Release|x64.Build.0 = Release|x64
19+
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Release|x64.ActiveCfg = Release|Win32
2220
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Release|x86.ActiveCfg = Release|Win32
2321
{B98D79E3-6276-443F-982B-29F39F7EF35F}.Release|x86.Build.0 = Release|Win32
2422
EndGlobalSection

VC++/MPLibrary-VC.vcxproj

-69
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>16.0</VCProjectVersion>
@@ -40,19 +32,6 @@
4032
<WholeProgramOptimization>true</WholeProgramOptimization>
4133
<CharacterSet>Unicode</CharacterSet>
4234
</PropertyGroup>
43-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44-
<ConfigurationType>DynamicLibrary</ConfigurationType>
45-
<UseDebugLibraries>true</UseDebugLibraries>
46-
<PlatformToolset>v142</PlatformToolset>
47-
<CharacterSet>Unicode</CharacterSet>
48-
</PropertyGroup>
49-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50-
<ConfigurationType>DynamicLibrary</ConfigurationType>
51-
<UseDebugLibraries>false</UseDebugLibraries>
52-
<PlatformToolset>v142</PlatformToolset>
53-
<WholeProgramOptimization>true</WholeProgramOptimization>
54-
<CharacterSet>Unicode</CharacterSet>
55-
</PropertyGroup>
5635
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5736
<ImportGroup Label="ExtensionSettings">
5837
</ImportGroup>
@@ -64,27 +43,15 @@
6443
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6544
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6645
</ImportGroup>
67-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
68-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69-
</ImportGroup>
70-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
71-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72-
</ImportGroup>
7346
<PropertyGroup Label="UserMacros" />
7447
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7548
<LinkIncremental>true</LinkIncremental>
7649
<IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
7750
</PropertyGroup>
78-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79-
<LinkIncremental>true</LinkIncremental>
80-
</PropertyGroup>
8151
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8252
<LinkIncremental>false</LinkIncremental>
8353
<IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
8454
</PropertyGroup>
85-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86-
<LinkIncremental>false</LinkIncremental>
87-
</PropertyGroup>
8855
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8956
<ClCompile>
9057
<PrecompiledHeader>NotUsing</PrecompiledHeader>
@@ -101,21 +68,6 @@
10168
<ModuleDefinitionFile>MPExport.def</ModuleDefinitionFile>
10269
</Link>
10370
</ItemDefinitionGroup>
104-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105-
<ClCompile>
106-
<PrecompiledHeader>Use</PrecompiledHeader>
107-
<WarningLevel>Level3</WarningLevel>
108-
<SDLCheck>true</SDLCheck>
109-
<PreprocessorDefinitions>_DEBUG;MPLIBRARYVC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110-
<ConformanceMode>true</ConformanceMode>
111-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
112-
</ClCompile>
113-
<Link>
114-
<SubSystem>Windows</SubSystem>
115-
<GenerateDebugInformation>true</GenerateDebugInformation>
116-
<EnableUAC>false</EnableUAC>
117-
</Link>
118-
</ItemDefinitionGroup>
11971
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
12072
<ClCompile>
12173
<PrecompiledHeader>NotUsing</PrecompiledHeader>
@@ -136,25 +88,6 @@
13688
<ModuleDefinitionFile>MPExport.def</ModuleDefinitionFile>
13789
</Link>
13890
</ItemDefinitionGroup>
139-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
140-
<ClCompile>
141-
<PrecompiledHeader>Use</PrecompiledHeader>
142-
<WarningLevel>Level3</WarningLevel>
143-
<FunctionLevelLinking>true</FunctionLevelLinking>
144-
<IntrinsicFunctions>true</IntrinsicFunctions>
145-
<SDLCheck>true</SDLCheck>
146-
<PreprocessorDefinitions>NDEBUG;MPLIBRARYVC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147-
<ConformanceMode>true</ConformanceMode>
148-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
149-
</ClCompile>
150-
<Link>
151-
<SubSystem>Windows</SubSystem>
152-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
153-
<OptimizeReferences>true</OptimizeReferences>
154-
<GenerateDebugInformation>true</GenerateDebugInformation>
155-
<EnableUAC>false</EnableUAC>
156-
</Link>
157-
</ItemDefinitionGroup>
15891
<ItemGroup>
15992
<ClInclude Include="Database.h" />
16093
<ClInclude Include="framework.h" />
@@ -171,9 +104,7 @@
171104
<ClCompile Include="MPLibCodeExtern.cpp" />
172105
<ClCompile Include="pch.cpp">
173106
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
174-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
175107
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
176-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
177108
</ClCompile>
178109
<ClCompile Include="TSMasterBaseSource.cpp" />
179110
</ItemGroup>

0 commit comments

Comments
 (0)