|
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>Application</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>Application</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>Application</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 | <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
75 | 102 | <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
76 | 103 | </PropertyGroup> |
| 104 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 105 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 106 | + <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
| 107 | + </PropertyGroup> |
| 108 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 109 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 110 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
| 111 | + </PropertyGroup> |
| 112 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 113 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 114 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
| 115 | + </PropertyGroup> |
| 116 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 117 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 118 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
| 119 | + </PropertyGroup> |
| 120 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 121 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 122 | + <LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath> |
| 123 | + </PropertyGroup> |
77 | 124 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
78 | 125 | <ClCompile> |
79 | 126 | <WarningLevel>Level3</WarningLevel> |
|
114 | 161 | <GenerateDebugInformation>true</GenerateDebugInformation> |
115 | 162 | </Link> |
116 | 163 | </ItemDefinitionGroup> |
| 164 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 165 | + <ClCompile> |
| 166 | + <WarningLevel>Level3</WarningLevel> |
| 167 | + <SDLCheck>true</SDLCheck> |
| 168 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 169 | + <ConformanceMode>true</ConformanceMode> |
| 170 | + </ClCompile> |
| 171 | + <Link> |
| 172 | + <SubSystem>Console</SubSystem> |
| 173 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 174 | + </Link> |
| 175 | + </ItemDefinitionGroup> |
117 | 176 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
118 | 177 | <ClCompile> |
119 | 178 | <WarningLevel>Level3</WarningLevel> |
|
130 | 189 | <GenerateDebugInformation>true</GenerateDebugInformation> |
131 | 190 | </Link> |
132 | 191 | </ItemDefinitionGroup> |
| 192 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 193 | + <ClCompile> |
| 194 | + <WarningLevel>Level3</WarningLevel> |
| 195 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 196 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 197 | + <SDLCheck>true</SDLCheck> |
| 198 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 199 | + <ConformanceMode>true</ConformanceMode> |
| 200 | + </ClCompile> |
| 201 | + <Link> |
| 202 | + <SubSystem>Console</SubSystem> |
| 203 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 204 | + <OptimizeReferences>true</OptimizeReferences> |
| 205 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 206 | + </Link> |
| 207 | + </ItemDefinitionGroup> |
133 | 208 | <ItemGroup> |
134 | 209 | <ClCompile Include="XEngine_APIServiceApp.cpp" /> |
135 | 210 | <ClCompile Include="XEngine_Configure.cpp" /> |
|
0 commit comments