|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>ARM64</Platform>
|
7 | 7 | </ProjectConfiguration>
|
8 |
| - <ProjectConfiguration Include="Debug|Win32"> |
9 |
| - <Configuration>Debug</Configuration> |
10 |
| - <Platform>Win32</Platform> |
11 |
| - </ProjectConfiguration> |
12 | 8 | <ProjectConfiguration Include="Debug|x64">
|
13 | 9 | <Configuration>Debug</Configuration>
|
14 | 10 | <Platform>x64</Platform>
|
|
17 | 13 | <Configuration>Release</Configuration>
|
18 | 14 | <Platform>ARM64</Platform>
|
19 | 15 | </ProjectConfiguration>
|
20 |
| - <ProjectConfiguration Include="Release|Win32"> |
21 |
| - <Configuration>Release</Configuration> |
22 |
| - <Platform>Win32</Platform> |
23 |
| - </ProjectConfiguration> |
24 | 16 | <ProjectConfiguration Include="Release|x64">
|
25 | 17 | <Configuration>Release</Configuration>
|
26 | 18 | <Platform>x64</Platform>
|
|
33 | 25 | <ProjectName>custom_actions</ProjectName>
|
34 | 26 | </PropertyGroup>
|
35 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
36 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
37 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
38 |
| - <PlatformToolset>$(PlatformToolset)</PlatformToolset> |
39 |
| - <CharacterSet>Unicode</CharacterSet> |
40 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
41 |
| - </PropertyGroup> |
42 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
43 | 29 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
44 | 30 | <PlatformToolset>$(PlatformToolset)</PlatformToolset>
|
|
51 | 37 | <CharacterSet>Unicode</CharacterSet>
|
52 | 38 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
53 | 39 | </PropertyGroup>
|
54 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
55 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
56 |
| - <PlatformToolset>$(PlatformToolset)</PlatformToolset> |
57 |
| - <CharacterSet>Unicode</CharacterSet> |
58 |
| - </PropertyGroup> |
59 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
60 | 41 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
61 | 42 | <PlatformToolset>$(PlatformToolset)</PlatformToolset>
|
|
69 | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
70 | 51 | <ImportGroup Label="ExtensionSettings">
|
71 | 52 | </ImportGroup>
|
72 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
73 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
74 |
| - </ImportGroup> |
75 | 53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
76 | 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
77 | 55 | </ImportGroup>
|
78 | 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
79 | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
80 | 58 | </ImportGroup>
|
81 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
82 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
83 |
| - </ImportGroup> |
84 | 59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
85 | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
86 | 61 | </ImportGroup>
|
|
91 | 66 | <PropertyGroup>
|
92 | 67 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
|
93 | 68 | </PropertyGroup>
|
94 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
95 |
| - <LinkIncremental>true</LinkIncremental> |
96 |
| - </PropertyGroup> |
97 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
98 | 70 | <LinkIncremental>true</LinkIncremental>
|
99 | 71 | </PropertyGroup>
|
100 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
101 | 73 | <LinkIncremental>true</LinkIncremental>
|
102 | 74 | </PropertyGroup>
|
103 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
104 |
| - <LinkIncremental>false</LinkIncremental> |
105 |
| - </PropertyGroup> |
106 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
107 | 76 | <LinkIncremental>false</LinkIncremental>
|
108 | 77 | </PropertyGroup>
|
109 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
110 | 79 | <LinkIncremental>false</LinkIncremental>
|
111 | 80 | </PropertyGroup>
|
112 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
113 |
| - <ClCompile> |
114 |
| - <Optimization>Disabled</Optimization> |
115 |
| - <AdditionalIncludeDirectories>$(PkgWixToolset_WcaUtil)\build\native\include;$(PkgWixToolset_DUtil)\build\native\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
116 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
117 |
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
118 |
| - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
119 |
| - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
120 |
| - <WarningLevel>Level3</WarningLevel> |
121 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
122 |
| - </ClCompile> |
123 |
| - <Link> |
124 |
| - <AdditionalDependencies>msi.lib;dutil.lib;wcautil.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
125 |
| - <AdditionalLibraryDirectories>$(PkgWixToolset_WcaUtil)\build\native\v14\x86;$(PkgWixToolset_DUtil)\build\native\v14\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
126 |
| - <ModuleDefinitionFile>custom_actions.def</ModuleDefinitionFile> |
127 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
128 |
| - <SubSystem>Windows</SubSystem> |
129 |
| - </Link> |
130 |
| - </ItemDefinitionGroup> |
131 | 81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
132 | 82 | <ClCompile>
|
133 | 83 | <Optimization>Disabled</Optimization>
|
|
166 | 116 | <SubSystem>Windows</SubSystem>
|
167 | 117 | </Link>
|
168 | 118 | </ItemDefinitionGroup>
|
169 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
170 |
| - <ClCompile> |
171 |
| - <Optimization>MaxSpeed</Optimization> |
172 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
173 |
| - <AdditionalIncludeDirectories>$(PkgWixToolset_WcaUtil)\build\native\include;$(PkgWixToolset_DUtil)\build\native\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
174 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
175 |
| - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
176 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
177 |
| - <WarningLevel>Level3</WarningLevel> |
178 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
179 |
| - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
180 |
| - <PrecompiledHeaderFile> |
181 |
| - </PrecompiledHeaderFile> |
182 |
| - <PrecompiledHeaderOutputFile> |
183 |
| - </PrecompiledHeaderOutputFile> |
184 |
| - </ClCompile> |
185 |
| - <Link> |
186 |
| - <AdditionalDependencies>msi.lib;dutil.lib;wcautil.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
187 |
| - <AdditionalLibraryDirectories>$(PkgWixToolset_WcaUtil)\build\native\v14\x86;$(PkgWixToolset_DUtil)\build\native\v14\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
188 |
| - <ModuleDefinitionFile>custom_actions.def</ModuleDefinitionFile> |
189 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
190 |
| - <SubSystem>Windows</SubSystem> |
191 |
| - <OptimizeReferences>true</OptimizeReferences> |
192 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
193 |
| - </Link> |
194 |
| - </ItemDefinitionGroup> |
195 | 119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
196 | 120 | <ClCompile>
|
197 | 121 | <Optimization>MaxSpeed</Optimization>
|
|
0 commit comments