|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM64</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 9 | <Configuration>Debug</Configuration> |
6 | 10 | <Platform>Win32</Platform> |
7 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release|ARM64"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>ARM64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|Win32"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>Win32</Platform> |
|
45 | 53 | <PlatformToolset>v143</PlatformToolset> |
46 | 54 | <CharacterSet>Unicode</CharacterSet> |
47 | 55 | </PropertyGroup> |
| 56 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 57 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 58 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 59 | + <PlatformToolset>v143</PlatformToolset> |
| 60 | + <CharacterSet>Unicode</CharacterSet> |
| 61 | + </PropertyGroup> |
48 | 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | 63 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
50 | 64 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | 65 | <PlatformToolset>v143</PlatformToolset> |
52 | 66 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 67 | <CharacterSet>Unicode</CharacterSet> |
54 | 68 | </PropertyGroup> |
| 69 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 70 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 71 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 72 | + <PlatformToolset>v143</PlatformToolset> |
| 73 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 74 | + <CharacterSet>Unicode</CharacterSet> |
| 75 | + </PropertyGroup> |
55 | 76 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 77 | <ImportGroup Label="ExtensionSettings"> |
57 | 78 | </ImportGroup> |
|
66 | 87 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
67 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 89 | </ImportGroup> |
| 90 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 91 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 92 | + </ImportGroup> |
69 | 93 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | 94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 95 | </ImportGroup> |
| 96 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 97 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 98 | + </ImportGroup> |
72 | 99 | <PropertyGroup Label="UserMacros" /> |
73 | 100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 101 | <LinkIncremental>true</LinkIncremental> |
|
85 | 112 | <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
86 | 113 | <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
87 | 114 | </PropertyGroup> |
| 115 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 116 | + <LinkIncremental>true</LinkIncremental> |
| 117 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 118 | + <LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath> |
| 119 | + </PropertyGroup> |
88 | 120 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
89 | 121 | <LinkIncremental>false</LinkIncremental> |
90 | 122 | <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
91 | 123 | <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
92 | 124 | </PropertyGroup> |
| 125 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 126 | + <LinkIncremental>false</LinkIncremental> |
| 127 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 128 | + <LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath> |
| 129 | + </PropertyGroup> |
93 | 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
94 | 131 | <ClCompile> |
95 | 132 | <WarningLevel>Level3</WarningLevel> |
|
149 | 186 | <ModuleDefinitionFile>MQCore_DBModule.def</ModuleDefinitionFile> |
150 | 187 | </Link> |
151 | 188 | </ItemDefinitionGroup> |
| 189 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 190 | + <ClCompile> |
| 191 | + <WarningLevel>Level3</WarningLevel> |
| 192 | + <SDLCheck>true</SDLCheck> |
| 193 | + <PreprocessorDefinitions>_DEBUG;MQCOREDBMODULE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 194 | + <ConformanceMode>true</ConformanceMode> |
| 195 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 196 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 197 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 198 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 199 | + </ClCompile> |
| 200 | + <Link> |
| 201 | + <SubSystem>Windows</SubSystem> |
| 202 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 203 | + <EnableUAC>false</EnableUAC> |
| 204 | + <ModuleDefinitionFile>MQCore_DBModule.def</ModuleDefinitionFile> |
| 205 | + </Link> |
| 206 | + </ItemDefinitionGroup> |
152 | 207 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
153 | 208 | <ClCompile> |
154 | 209 | <WarningLevel>Level3</WarningLevel> |
|
172 | 227 | <ModuleDefinitionFile>MQCore_DBModule.def</ModuleDefinitionFile> |
173 | 228 | </Link> |
174 | 229 | </ItemDefinitionGroup> |
| 230 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 231 | + <ClCompile> |
| 232 | + <WarningLevel>Level3</WarningLevel> |
| 233 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 234 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 235 | + <SDLCheck>true</SDLCheck> |
| 236 | + <PreprocessorDefinitions>NDEBUG;MQCOREDBMODULE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 237 | + <ConformanceMode>true</ConformanceMode> |
| 238 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 239 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 240 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 241 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 242 | + <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
| 243 | + </ClCompile> |
| 244 | + <Link> |
| 245 | + <SubSystem>Windows</SubSystem> |
| 246 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 247 | + <OptimizeReferences>true</OptimizeReferences> |
| 248 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 249 | + <EnableUAC>false</EnableUAC> |
| 250 | + <ModuleDefinitionFile>MQCore_DBModule.def</ModuleDefinitionFile> |
| 251 | + </Link> |
| 252 | + </ItemDefinitionGroup> |
175 | 253 | <ItemGroup> |
176 | 254 | <ClInclude Include="DBModule_Define.h" /> |
177 | 255 | <ClInclude Include="DBModule_Error.h" /> |
|
187 | 265 | <ClCompile Include="pch.cpp"> |
188 | 266 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
189 | 267 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 268 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader> |
190 | 269 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
191 | 270 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 271 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader> |
192 | 272 | </ClCompile> |
193 | 273 | </ItemGroup> |
194 | 274 | <ItemGroup> |
|
0 commit comments