| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5590ee0 commit 35871c3
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,10 @@ | |||
| 1 | 1 | <?xml version="1.0" encoding="utf-8"?> | |
| 2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.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,6 +13,10 @@ | |||
| 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> | |
@@ -31,6 +39,12 @@ | |||
| 31 | 39 | <CharacterSet>Unicode</CharacterSet> | |
| 32 | 40 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 33 | 41 | </PropertyGroup> | |
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
| 43 | + <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 44 | + <PlatformToolset>$(PlatformToolset)</PlatformToolset> | ||
| 45 | + <CharacterSet>Unicode</CharacterSet> | ||
| 46 | + <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 47 | + </PropertyGroup> | ||
| 34 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| 35 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
| 36 | 50 | <PlatformToolset>$(PlatformToolset)</PlatformToolset> | |
@@ -42,6 +56,11 @@ | |||
| 42 | 56 | <PlatformToolset>$(PlatformToolset)</PlatformToolset> | |
| 43 | 57 | <CharacterSet>Unicode</CharacterSet> | |
| 44 | 58 | </PropertyGroup> | |
| 59 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
| 60 | + <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 61 | + <PlatformToolset>$(PlatformToolset)</PlatformToolset> | ||
| 62 | + <CharacterSet>Unicode</CharacterSet> | ||
| 63 | + </PropertyGroup> | ||
| 45 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| 46 | 65 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
| 47 | 66 | <PlatformToolset>$(PlatformToolset)</PlatformToolset> | |
@@ -53,12 +72,18 @@ | |||
| 53 | 72 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| 54 | 73 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 55 | 74 | </ImportGroup> | |
| 75 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
| 76 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 77 | + </ImportGroup> | ||
| 56 | 78 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| 57 | 79 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 58 | 80 | </ImportGroup> | |
| 59 | 81 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| 60 | 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 61 | 83 | </ImportGroup> | |
| 84 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
| 85 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 86 | + </ImportGroup> | ||
| 62 | 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| 63 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 64 | 89 | </ImportGroup> | |
@@ -69,12 +94,18 @@ | |||
| 69 | 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 70 | 95 | <LinkIncremental>true</LinkIncremental> | |
| 71 | 96 | </PropertyGroup> | |
| 97 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 98 | + <LinkIncremental>true</LinkIncremental> | ||
| 99 | + </PropertyGroup> | ||
| 72 | 100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 73 | 101 | <LinkIncremental>true</LinkIncremental> | |
| 74 | 102 | </PropertyGroup> | |
| 75 | 103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 76 | 104 | <LinkIncremental>false</LinkIncremental> | |
| 77 | 105 | </PropertyGroup> | |
| 106 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 107 | + <LinkIncremental>false</LinkIncremental> | ||
| 108 | + </PropertyGroup> | ||
| 78 | 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 79 | 110 | <LinkIncremental>false</LinkIncremental> | |
| 80 | 111 | </PropertyGroup> | |
@@ -97,6 +128,25 @@ | |||
| 97 | 128 | <SubSystem>Windows</SubSystem> | |
| 98 | 129 | </Link> | |
| 99 | 130 | </ItemDefinitionGroup> | |
| 131 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 132 | + <ClCompile> | ||
| 133 | + <Optimization>Disabled</Optimization> | ||
| 134 | + <AdditionalIncludeDirectories>$(WixSdkDir)\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 135 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 136 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
| 137 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
| 138 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
| 139 | + <WarningLevel>Level3</WarningLevel> | ||
| 140 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 141 | + </ClCompile> | ||
| 142 | + <Link> | ||
| 143 | + <AdditionalDependencies>msi.lib;dutil.lib;wcautil.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 144 | + <AdditionalLibraryDirectories>$(WixSdkDir)\lib\ARM64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 145 | + <ModuleDefinitionFile>custom_actions.def</ModuleDefinitionFile> | ||
| 146 | + <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 147 | + <SubSystem>Windows</SubSystem> | ||
| 148 | + </Link> | ||
| 149 | + </ItemDefinitionGroup> | ||
| 100 | 150 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 101 | 151 | <ClCompile> | |
| 102 | 152 | <Optimization>Disabled</Optimization> | |
@@ -142,6 +192,32 @@ | |||
| 142 | 192 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 143 | 193 | </Link> | |
| 144 | 194 | </ItemDefinitionGroup> | |
| 195 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 196 | + <ClCompile> | ||
| 197 | + <Optimization>MaxSpeed</Optimization> | ||
| 198 | + <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 199 | + <AdditionalIncludeDirectories>$(WixSdkDir)\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 200 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 201 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 202 | + <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 203 | + <WarningLevel>Level3</WarningLevel> | ||
| 204 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 205 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
| 206 | + <PrecompiledHeaderFile> | ||
| 207 | + </PrecompiledHeaderFile> | ||
| 208 | + <PrecompiledHeaderOutputFile> | ||
| 209 | + </PrecompiledHeaderOutputFile> | ||
| 210 | + </ClCompile> | ||
| 211 | + <Link> | ||
| 212 | + <AdditionalDependencies>msi.lib;dutil.lib;wcautil.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 213 | + <AdditionalLibraryDirectories>$(WixSdkDir)\lib\ARM64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 214 | + <ModuleDefinitionFile>custom_actions.def</ModuleDefinitionFile> | ||
| 215 | + <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 216 | + <SubSystem>Windows</SubSystem> | ||
| 217 | + <OptimizeReferences>true</OptimizeReferences> | ||
| 218 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 219 | + </Link> | ||
| 220 | + </ItemDefinitionGroup> | ||
| 145 | 221 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 146 | 222 | <ClCompile> | |
| 147 | 223 | <Optimization>MaxSpeed</Optimization> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,24 +7,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "custom_actions", "custom_ac | |||
| 7 | 7 | EndProject | |
| 8 | 8 | Global | |
| 9 | 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
| 10 | + Debug|ARM64 = Debug|ARM64 | ||
| 10 | 11 | Debug|x64 = Debug|x64 | |
| 11 | 12 | Debug|x86 = Debug|x86 | |
| 13 | + Release|ARM64 = Release|ARM64 | ||
| 12 | 14 | Release|x64 = Release|x64 | |
| 13 | 15 | Release|x86 = Release|x86 | |
| 14 | 16 | EndGlobalSection | |
| 15 | 17 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
| 18 | + {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Debug|ARM64.ActiveCfg = Debug|arm64 | ||
| 19 | + {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Debug|ARM64.Build.0 = Debug|arm64 | ||
| 16 | 20 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Debug|x64.ActiveCfg = Debug|x64 | |
| 17 | 21 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Debug|x64.Build.0 = Debug|x64 | |
| 18 | 22 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Debug|x86.ActiveCfg = Debug|x86 | |
| 19 | 23 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Debug|x86.Build.0 = Debug|x86 | |
| 24 | + {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Release|ARM64.ActiveCfg = Release|arm64 | ||
| 25 | + {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Release|ARM64.Build.0 = Release|arm64 | ||
| 20 | 26 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Release|x64.ActiveCfg = Release|x64 | |
| 21 | 27 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Release|x64.Build.0 = Release|x64 | |
| 22 | 28 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Release|x86.ActiveCfg = Release|x86 | |
| 23 | 29 | {1D808FF0-B5A9-4BE9-859D-B334B6F48BE2}.Release|x86.Build.0 = Release|x86 | |
| 30 | + {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
| 31 | + {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
| 24 | 32 | {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Debug|x64.ActiveCfg = Debug|x64 | |
| 25 | 33 | {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Debug|x64.Build.0 = Debug|x64 | |
| 26 | 34 | {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Debug|x86.ActiveCfg = Debug|Win32 | |
| 27 | 35 | {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Debug|x86.Build.0 = Debug|Win32 | |
| 36 | + {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
| 37 | + {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Release|ARM64.Build.0 = Release|ARM64 | ||
| 28 | 38 | {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Release|x64.ActiveCfg = Release|x64 | |
| 29 | 39 | {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Release|x64.Build.0 = Release|x64 | |
| 30 | 40 | {B70585F8-DAB7-40FA-9904-13CF53A73A06}.Release|x86.ActiveCfg = Release|Win32 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,6 +34,16 @@ | |||
| 34 | 34 | <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | |
| 35 | 35 | <DefineConstants>Debug;ProductVersion=$(NodeVersion);FullVersion=$(FullVersion);DistTypeDir=$(DistTypeDir);NoETW=$(NoETW);NpmSourceDir=..\..\..\Release\node-v$(FullVersion)-win-$(Platform)\node_modules\npm\;ProgramFilesFolderId=ProgramFiles64Folder</DefineConstants> | |
| 36 | 36 | </PropertyGroup> | |
| 37 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|arm64' "> | ||
| 38 | + <OutputPath>..\..\..\</OutputPath> | ||
| 39 | + <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
| 40 | + <DefineConstants>Debug;ProductVersion=$(NodeVersion);FullVersion=$(FullVersion);DistTypeDir=$(DistTypeDir);NoETW=$(NoETW);NpmSourceDir=..\..\..\Release\node-v$(FullVersion)-win-$(Platform)\node_modules\npm\;ProgramFilesFolderId=ProgramFiles64Folder</DefineConstants> | ||
| 41 | + </PropertyGroup> | ||
| 42 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|arm64' "> | ||
| 43 | + <OutputPath>..\..\..\</OutputPath> | ||
| 44 | + <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
| 45 | + <DefineConstants>Debug;ProductVersion=$(NodeVersion);FullVersion=$(FullVersion);DistTypeDir=$(DistTypeDir);NoETW=$(NoETW);NpmSourceDir=..\..\..\Release\node-v$(FullVersion)-win-$(Platform)\node_modules\npm\;ProgramFilesFolderId=ProgramFiles64Folder</DefineConstants> | ||
| 46 | + </PropertyGroup> | ||
| 37 | 47 | <PropertyGroup> | |
| 38 | 48 | <EnableProjectHarvesting>True</EnableProjectHarvesting> | |
| 39 | 49 | </PropertyGroup> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments