diff options
Diffstat (limited to 'src/engine/engine.vcxproj')
-rw-r--r-- | src/engine/engine.vcxproj | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj index 3db6802b..cb179a23 100644 --- a/src/engine/engine.vcxproj +++ b/src/engine/engine.vcxproj | |||
@@ -1,9 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | |||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 3 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props')" /> | 4 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props')" /> |
6 | |||
7 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
8 | <ProjectConfiguration Include="Debug|Win32"> | 6 | <ProjectConfiguration Include="Debug|Win32"> |
9 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
@@ -30,7 +28,6 @@ | |||
30 | <Platform>ARM64</Platform> | 28 | <Platform>ARM64</Platform> |
31 | </ProjectConfiguration> | 29 | </ProjectConfiguration> |
32 | </ItemGroup> | 30 | </ItemGroup> |
33 | |||
34 | <PropertyGroup Label="Globals"> | 31 | <PropertyGroup Label="Globals"> |
35 | <ProjectGuid>{8119537D-E1D9-6591-D51A-49768A2F9C37}</ProjectGuid> | 32 | <ProjectGuid>{8119537D-E1D9-6591-D51A-49768A2F9C37}</ProjectGuid> |
36 | <ConfigurationType>StaticLibrary</ConfigurationType> | 33 | <ConfigurationType>StaticLibrary</ConfigurationType> |
@@ -39,22 +36,17 @@ | |||
39 | <CharacterSet>Unicode</CharacterSet> | 36 | <CharacterSet>Unicode</CharacterSet> |
40 | <Description>Native component of WixToolset.Burn</Description> | 37 | <Description>Native component of WixToolset.Burn</Description> |
41 | </PropertyGroup> | 38 | </PropertyGroup> |
42 | |||
43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
45 | |||
46 | <ImportGroup Label="ExtensionSettings"> | 41 | <ImportGroup Label="ExtensionSettings"> |
47 | </ImportGroup> | 42 | </ImportGroup> |
48 | |||
49 | <ImportGroup Label="Shared"> | 43 | <ImportGroup Label="Shared"> |
50 | </ImportGroup> | 44 | </ImportGroup> |
51 | |||
52 | <ItemGroup> | 45 | <ItemGroup> |
53 | <ClCompile Include="apply.cpp" /> | 46 | <ClCompile Include="apply.cpp" /> |
54 | <ClCompile Include="approvedexe.cpp" /> | 47 | <ClCompile Include="approvedexe.cpp" /> |
55 | <ClCompile Include="bitsengine.cpp" /> | 48 | <ClCompile Include="bitsengine.cpp" /> |
56 | <ClCompile Include="burnextension.cpp" /> | 49 | <ClCompile Include="burnextension.cpp" /> |
57 | <ClCompile Include="catalog.cpp" /> | ||
58 | <ClCompile Include="detect.cpp" /> | 50 | <ClCompile Include="detect.cpp" /> |
59 | <ClCompile Include="embedded.cpp" /> | 51 | <ClCompile Include="embedded.cpp" /> |
60 | <ClCompile Include="EngineForApplication.cpp" /> | 52 | <ClCompile Include="EngineForApplication.cpp" /> |
@@ -95,7 +87,6 @@ | |||
95 | <ClCompile Include="variable.cpp" /> | 87 | <ClCompile Include="variable.cpp" /> |
96 | <ClCompile Include="variant.cpp" /> | 88 | <ClCompile Include="variant.cpp" /> |
97 | </ItemGroup> | 89 | </ItemGroup> |
98 | |||
99 | <ItemGroup> | 90 | <ItemGroup> |
100 | <ClInclude Include="apply.h" /> | 91 | <ClInclude Include="apply.h" /> |
101 | <ClInclude Include="approvedexe.h" /> | 92 | <ClInclude Include="approvedexe.h" /> |
@@ -107,7 +98,6 @@ | |||
107 | <ClInclude Include="burnextension.h" /> | 98 | <ClInclude Include="burnextension.h" /> |
108 | <ClInclude Include="cabextract.h" /> | 99 | <ClInclude Include="cabextract.h" /> |
109 | <ClInclude Include="cache.h" /> | 100 | <ClInclude Include="cache.h" /> |
110 | <ClInclude Include="catalog.h" /> | ||
111 | <ClInclude Include="condition.h" /> | 101 | <ClInclude Include="condition.h" /> |
112 | <ClInclude Include="container.h" /> | 102 | <ClInclude Include="container.h" /> |
113 | <ClInclude Include="core.h" /> | 103 | <ClInclude Include="core.h" /> |
@@ -145,11 +135,9 @@ | |||
145 | <ClInclude Include="variable.h" /> | 135 | <ClInclude Include="variable.h" /> |
146 | <ClInclude Include="variant.h" /> | 136 | <ClInclude Include="variant.h" /> |
147 | </ItemGroup> | 137 | </ItemGroup> |
148 | |||
149 | <ItemGroup> | 138 | <ItemGroup> |
150 | <None Include="packages.config" /> | 139 | <None Include="packages.config" /> |
151 | </ItemGroup> | 140 | </ItemGroup> |
152 | |||
153 | <ItemGroup> | 141 | <ItemGroup> |
154 | <CustomBuild Include="engine.mc"> | 142 | <CustomBuild Include="engine.mc"> |
155 | <Message>Compiling message file...</Message> | 143 | <Message>Compiling message file...</Message> |
@@ -158,10 +146,7 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command> | |||
158 | <Outputs>$(IntDir)engine.messages.h;$(IntDir)engine.messages.rc;$(OutDir)engine.res</Outputs> | 146 | <Outputs>$(IntDir)engine.messages.h;$(IntDir)engine.messages.rc;$(OutDir)engine.res</Outputs> |
159 | </CustomBuild> | 147 | </CustomBuild> |
160 | </ItemGroup> | 148 | </ItemGroup> |
161 | 149 | <Target Name="SetWixVersion" DependsOnTargets="GetBuildVersion" BeforeTargets="ClCompile"> | |
162 | <Target Name="SetWixVersion" | ||
163 | DependsOnTargets="GetBuildVersion" | ||
164 | BeforeTargets="ClCompile"> | ||
165 | <PropertyGroup> | 150 | <PropertyGroup> |
166 | <rmj>$(MajorMinorVersion.Split(`.`)[0])</rmj> | 151 | <rmj>$(MajorMinorVersion.Split(`.`)[0])</rmj> |
167 | <rmm>$(MajorMinorVersion.Split(`.`)[1])</rmm> | 152 | <rmm>$(MajorMinorVersion.Split(`.`)[1])</rmm> |
@@ -176,7 +161,6 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command> | |||
176 | </ClCompile> | 161 | </ClCompile> |
177 | </ItemGroup> | 162 | </ItemGroup> |
178 | </Target> | 163 | </Target> |
179 | |||
180 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 164 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
181 | <Import Project="..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" /> | 165 | <Import Project="..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" /> |
182 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 166 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |