|
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);../XEngine_Depend/XEngine_Module/jsoncpp;$(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);../XEngine_Depend/XEngine_Module/jsoncpp;$(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);../XEngine_Depend/XEngine_Module/jsoncpp;$(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);../XEngine_Depend/XEngine_Module/jsoncpp;$(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> |
|
152 | 189 | <ModuleDefinitionFile>XEngine_ModuleConfigure.def</ModuleDefinitionFile> |
153 | 190 | </Link> |
154 | 191 | </ItemDefinitionGroup> |
| 192 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 193 | + <ClCompile> |
| 194 | + <WarningLevel>Level3</WarningLevel> |
| 195 | + <SDLCheck>true</SDLCheck> |
| 196 | + <PreprocessorDefinitions>_DEBUG;XENGINEMODULECONFIGURE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 197 | + <ConformanceMode>true</ConformanceMode> |
| 198 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 199 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 200 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 201 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 202 | + </ClCompile> |
| 203 | + <Link> |
| 204 | + <SubSystem>Windows</SubSystem> |
| 205 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 206 | + <EnableUAC>false</EnableUAC> |
| 207 | + <ModuleDefinitionFile>XEngine_ModuleConfigure.def</ModuleDefinitionFile> |
| 208 | + </Link> |
| 209 | + </ItemDefinitionGroup> |
155 | 210 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
156 | 211 | <ClCompile> |
157 | 212 | <WarningLevel>Level3</WarningLevel> |
|
177 | 232 | <ModuleDefinitionFile>XEngine_ModuleConfigure.def</ModuleDefinitionFile> |
178 | 233 | </Link> |
179 | 234 | </ItemDefinitionGroup> |
| 235 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 236 | + <ClCompile> |
| 237 | + <WarningLevel>Level3</WarningLevel> |
| 238 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 239 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 240 | + <SDLCheck>true</SDLCheck> |
| 241 | + <PreprocessorDefinitions>NDEBUG;XENGINEMODULECONFIGURE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 242 | + <ConformanceMode>true</ConformanceMode> |
| 243 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 244 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 245 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 246 | + <DisableSpecificWarnings>4819</DisableSpecificWarnings> |
| 247 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 248 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 249 | + <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
| 250 | + </ClCompile> |
| 251 | + <Link> |
| 252 | + <SubSystem>Windows</SubSystem> |
| 253 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 254 | + <OptimizeReferences>true</OptimizeReferences> |
| 255 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 256 | + <EnableUAC>false</EnableUAC> |
| 257 | + <ModuleDefinitionFile>XEngine_ModuleConfigure.def</ModuleDefinitionFile> |
| 258 | + </Link> |
| 259 | + </ItemDefinitionGroup> |
180 | 260 | <ItemGroup> |
181 | 261 | <ClInclude Include="framework.h" /> |
182 | 262 | <ClInclude Include="ModuleConfigure_Json\ModuleConfigure_Json.h" /> |
|
190 | 270 | <ClCompile Include="pch.cpp"> |
191 | 271 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
192 | 272 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 273 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader> |
193 | 274 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
194 | 275 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 276 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader> |
195 | 277 | </ClCompile> |
196 | 278 | </ItemGroup> |
197 | 279 | <ItemGroup> |
|
0 commit comments