|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" 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>
|
|
9 | 13 | <Configuration>Debug</Configuration>
|
10 | 14 | <Platform>x64</Platform>
|
11 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Release|ARM64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>ARM64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="Release|Win32">
|
13 | 21 | <Configuration>Release</Configuration>
|
14 | 22 | <Platform>Win32</Platform>
|
|
35 | 43 | <CharacterSet>Unicode</CharacterSet>
|
36 | 44 | <PlatformToolset>v142</PlatformToolset>
|
37 | 45 | </PropertyGroup>
|
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 47 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 48 | + <CharacterSet>Unicode</CharacterSet> |
| 49 | + <PlatformToolset>v142</PlatformToolset> |
| 50 | + </PropertyGroup> |
38 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
39 | 52 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
40 | 53 | <CharacterSet>Unicode</CharacterSet>
|
|
47 | 60 | <PlatformToolset>v142</PlatformToolset>
|
48 | 61 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
49 | 62 | </PropertyGroup>
|
| 63 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 64 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 65 | + <CharacterSet>Unicode</CharacterSet> |
| 66 | + <PlatformToolset>v142</PlatformToolset> |
| 67 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 68 | + </PropertyGroup> |
50 | 69 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
51 | 70 | <ImportGroup Label="ExtensionSettings">
|
52 | 71 | </ImportGroup>
|
|
58 | 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
59 | 78 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
60 | 79 | </ImportGroup>
|
| 80 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 81 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 82 | + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
| 83 | + </ImportGroup> |
61 | 84 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
62 | 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
63 | 86 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
|
66 | 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
67 | 90 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
68 | 91 | </ImportGroup>
|
| 92 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 93 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 94 | + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
| 95 | + </ImportGroup> |
69 | 96 | <PropertyGroup Label="UserMacros" />
|
70 | 97 | <PropertyGroup>
|
71 | 98 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
72 | 99 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(Configuration)_$(Platform)\</OutDir>
|
73 | 100 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(Configuration)_$(Platform)\build\$(ProjectName)\</IntDir>
|
74 | 101 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
75 | 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\</OutDir>
|
| 103 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\</OutDir> |
76 | 104 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\build\$(ProjectName)\</IntDir>
|
| 105 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\build\$(ProjectName)\</IntDir> |
77 | 106 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
| 107 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> |
78 | 108 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(Configuration)_$(Platform)\</OutDir>
|
79 | 109 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(Configuration)_$(Platform)\build\$(ProjectName)\</IntDir>
|
80 | 110 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
81 | 111 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\</OutDir>
|
| 112 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\</OutDir> |
82 | 113 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\build\$(ProjectName)\</IntDir>
|
| 114 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(SolutionDir)bin\$(Configuration)_$(Platform)\build\$(ProjectName)\</IntDir> |
83 | 115 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
| 116 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> |
84 | 117 | </PropertyGroup>
|
85 | 118 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
86 | 119 | <TargetExt>.dll</TargetExt>
|
87 | 120 | </PropertyGroup>
|
88 | 121 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
89 | 122 | <TargetExt>.dll</TargetExt>
|
90 | 123 | </PropertyGroup>
|
| 124 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 125 | + <TargetExt>.dll</TargetExt> |
| 126 | + </PropertyGroup> |
91 | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
92 | 128 | <TargetExt>.dll</TargetExt>
|
93 | 129 | </PropertyGroup>
|
94 | 130 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
95 | 131 | <TargetExt>.dll</TargetExt>
|
96 | 132 | </PropertyGroup>
|
| 133 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 134 | + <TargetExt>.dll</TargetExt> |
| 135 | + </PropertyGroup> |
97 | 136 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
98 | 137 | <ClCompile>
|
99 | 138 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
157 | 196 | </Command>
|
158 | 197 | </PostBuildEvent>
|
159 | 198 | </ItemDefinitionGroup>
|
| 199 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 200 | + <ClCompile> |
| 201 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 202 | + <PreprocessorDefinitions>WIN32;LUA_BUILD_AS_DLL;NDEBUG;_WINDOWS;_USRDLL;LuaScript_EXPORTS;__STDC_WANT_SECURE_LIB__=1;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 203 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 204 | + <WarningLevel>Level3</WarningLevel> |
| 205 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 206 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 207 | + <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
| 208 | + <TreatWarningAsError>true</TreatWarningAsError> |
| 209 | + <Optimization>MaxSpeed</Optimization> |
| 210 | + <ExceptionHandling>Sync</ExceptionHandling> |
| 211 | + <BufferSecurityCheck>true</BufferSecurityCheck> |
| 212 | + <CompileAs>CompileAsC</CompileAs> |
| 213 | + <MinimalRebuild> |
| 214 | + </MinimalRebuild> |
| 215 | + </ClCompile> |
| 216 | + <Link> |
| 217 | + <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 218 | + <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> |
| 219 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 220 | + <SubSystem>Windows</SubSystem> |
| 221 | + <OptimizeReferences>true</OptimizeReferences> |
| 222 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 223 | + <RandomizedBaseAddress>true</RandomizedBaseAddress> |
| 224 | + <DataExecutionPrevention>true</DataExecutionPrevention> |
| 225 | + </Link> |
| 226 | + <PostBuildEvent> |
| 227 | + <Command> |
| 228 | + </Command> |
| 229 | + </PostBuildEvent> |
| 230 | + </ItemDefinitionGroup> |
160 | 231 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
161 | 232 | <ClCompile>
|
162 | 233 | <Optimization>Disabled</Optimization>
|
|
203 | 274 | <DataExecutionPrevention>true</DataExecutionPrevention>
|
204 | 275 | </Link>
|
205 | 276 | </ItemDefinitionGroup>
|
| 277 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 278 | + <ClCompile> |
| 279 | + <Optimization>Disabled</Optimization> |
| 280 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 281 | + <PreprocessorDefinitions>WIN32;LUA_BUILD_AS_DLL;_DEBUG;_WINDOWS;_USRDLL;LuaScript_EXPORTS;__STDC_WANT_SECURE_LIB__=1;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 282 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 283 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 284 | + <WarningLevel>Level3</WarningLevel> |
| 285 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 286 | + <CompileAs>CompileAsC</CompileAs> |
| 287 | + <MinimalRebuild> |
| 288 | + </MinimalRebuild> |
| 289 | + </ClCompile> |
| 290 | + <Link> |
| 291 | + <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 292 | + <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> |
| 293 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 294 | + <ProgramDatabaseFile>$(OutDir)LuaScript.pdb</ProgramDatabaseFile> |
| 295 | + <SubSystem>Windows</SubSystem> |
| 296 | + <RandomizedBaseAddress>true</RandomizedBaseAddress> |
| 297 | + <DataExecutionPrevention>true</DataExecutionPrevention> |
| 298 | + </Link> |
| 299 | + </ItemDefinitionGroup> |
206 | 300 | <ItemGroup>
|
207 | 301 | <ClInclude Include="lua\src\lapi.h" />
|
208 | 302 | <ClInclude Include="lua\src\lauxlib.h" />
|
|
0 commit comments