|
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>16.0</VCProjectVersion>
|
|
40 | 32 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
41 | 33 | <CharacterSet>Unicode</CharacterSet>
|
42 | 34 | </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> |
56 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
57 | 36 | <ImportGroup Label="ExtensionSettings">
|
58 | 37 | </ImportGroup>
|
|
64 | 43 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
65 | 44 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
66 | 45 | </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> |
73 | 46 | <PropertyGroup Label="UserMacros" />
|
74 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
75 | 48 | <LinkIncremental>true</LinkIncremental>
|
76 | 49 | <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
|
77 | 50 | </PropertyGroup>
|
78 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
79 |
| - <LinkIncremental>true</LinkIncremental> |
80 |
| - </PropertyGroup> |
81 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
82 | 52 | <LinkIncremental>false</LinkIncremental>
|
83 | 53 | <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
|
84 | 54 | </PropertyGroup>
|
85 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
86 |
| - <LinkIncremental>false</LinkIncremental> |
87 |
| - </PropertyGroup> |
88 | 55 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
89 | 56 | <ClCompile>
|
90 | 57 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
101 | 68 | <ModuleDefinitionFile>MPExport.def</ModuleDefinitionFile>
|
102 | 69 | </Link>
|
103 | 70 | </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> |
119 | 71 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
120 | 72 | <ClCompile>
|
121 | 73 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
136 | 88 | <ModuleDefinitionFile>MPExport.def</ModuleDefinitionFile>
|
137 | 89 | </Link>
|
138 | 90 | </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> |
158 | 91 | <ItemGroup>
|
159 | 92 | <ClInclude Include="Database.h" />
|
160 | 93 | <ClInclude Include="framework.h" />
|
|
171 | 104 | <ClCompile Include="MPLibCodeExtern.cpp" />
|
172 | 105 | <ClCompile Include="pch.cpp">
|
173 | 106 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
174 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
175 | 107 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
176 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
177 | 108 | </ClCompile>
|
178 | 109 | <ClCompile Include="TSMasterBaseSource.cpp" />
|
179 | 110 | </ItemGroup>
|
|
0 commit comments