aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/burn/engine/engine.vcxproj17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/burn/engine/engine.vcxproj b/src/burn/engine/engine.vcxproj
index 98556ea6..5ab9f1ce 100644
--- a/src/burn/engine/engine.vcxproj
+++ b/src/burn/engine/engine.vcxproj
@@ -1,6 +1,5 @@
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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <ItemGroup Label="ProjectConfigurations"> 4 <ItemGroup Label="ProjectConfigurations">
6 <ProjectConfiguration Include="Debug|Win32"> 5 <ProjectConfiguration Include="Debug|Win32">
@@ -28,7 +27,6 @@
28 <Platform>ARM64</Platform> 27 <Platform>ARM64</Platform>
29 </ProjectConfiguration> 28 </ProjectConfiguration>
30 </ItemGroup> 29 </ItemGroup>
31
32 <PropertyGroup Label="Globals"> 30 <PropertyGroup Label="Globals">
33 <ProjectGuid>{8119537D-E1D9-6591-D51A-49768A2F9C37}</ProjectGuid> 31 <ProjectGuid>{8119537D-E1D9-6591-D51A-49768A2F9C37}</ProjectGuid>
34 <ConfigurationType>StaticLibrary</ConfigurationType> 32 <ConfigurationType>StaticLibrary</ConfigurationType>
@@ -37,20 +35,15 @@
37 <Description>Native component of WixToolset.Burn</Description> 35 <Description>Native component of WixToolset.Burn</Description>
38 <CustomBuildBeforeTargets>ClCompile</CustomBuildBeforeTargets> 36 <CustomBuildBeforeTargets>ClCompile</CustomBuildBeforeTargets>
39 </PropertyGroup> 37 </PropertyGroup>
40
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
43
44 <PropertyGroup> 40 <PropertyGroup>
45 <ProjectAdditionalIncludeDirectories>..\..\api\burn\inc;$(BurnGeneratedHeaderDirectory);$(ProjectAdditionalIncludeDirectories)</ProjectAdditionalIncludeDirectories> 41 <ProjectAdditionalIncludeDirectories>..\..\api\burn\inc;$(BurnGeneratedHeaderDirectory);$(ProjectAdditionalIncludeDirectories)</ProjectAdditionalIncludeDirectories>
46 </PropertyGroup> 42 </PropertyGroup>
47
48 <ImportGroup Label="ExtensionSettings"> 43 <ImportGroup Label="ExtensionSettings">
49 </ImportGroup> 44 </ImportGroup>
50
51 <ImportGroup Label="Shared"> 45 <ImportGroup Label="Shared">
52 </ImportGroup> 46 </ImportGroup>
53
54 <ItemGroup> 47 <ItemGroup>
55 <ClCompile Include="apply.cpp" /> 48 <ClCompile Include="apply.cpp" />
56 <ClCompile Include="approvedexe.cpp" /> 49 <ClCompile Include="approvedexe.cpp" />
@@ -97,7 +90,6 @@
97 <ClCompile Include="variable.cpp" /> 90 <ClCompile Include="variable.cpp" />
98 <ClCompile Include="variant.cpp" /> 91 <ClCompile Include="variant.cpp" />
99 </ItemGroup> 92 </ItemGroup>
100
101 <ItemGroup> 93 <ItemGroup>
102 <ClInclude Include="apply.h" /> 94 <ClInclude Include="apply.h" />
103 <ClInclude Include="approvedexe.h" /> 95 <ClInclude Include="approvedexe.h" />
@@ -147,7 +139,6 @@
147 <ClInclude Include="variable.h" /> 139 <ClInclude Include="variable.h" />
148 <ClInclude Include="variant.h" /> 140 <ClInclude Include="variant.h" />
149 </ItemGroup> 141 </ItemGroup>
150
151 <ItemDefinitionGroup> 142 <ItemDefinitionGroup>
152 <CustomBuildStep> 143 <CustomBuildStep>
153 <Message>Compiling message file...</Message> 144 <Message>Compiling message file...</Message>
@@ -157,7 +148,6 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command>
157 <Outputs>$(IntDir)engine.messages.h;$(IntDir)engine.messages.rc</Outputs> 148 <Outputs>$(IntDir)engine.messages.h;$(IntDir)engine.messages.rc</Outputs>
158 </CustomBuildStep> 149 </CustomBuildStep>
159 </ItemDefinitionGroup> 150 </ItemDefinitionGroup>
160
161 <Target Name="SetWixVersion" BeforeTargets="ClCompile"> 151 <Target Name="SetWixVersion" BeforeTargets="ClCompile">
162 <PropertyGroup> 152 <PropertyGroup>
163 <rmj>$(SomeVerInfoMajor)</rmj> 153 <rmj>$(SomeVerInfoMajor)</rmj>
@@ -172,11 +162,12 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command>
172 </ItemGroup> 162 </ItemGroup>
173 <WriteLinesToFile Overwrite="true" File="$(BurnGeneratedHeaderDirectory)engine.version.h" Lines="@(BurnVersionLines)" /> 163 <WriteLinesToFile Overwrite="true" File="$(BurnGeneratedHeaderDirectory)engine.version.h" Lines="@(BurnVersionLines)" />
174 </Target> 164 </Target>
175
176 <ItemGroup> 165 <ItemGroup>
177 <PackageReference Include="WixToolset.DUtil" /> 166 <PackageReference Include="WixToolset.DUtil" />
178 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 167 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
179 </ItemGroup> 168 </ItemGroup>
180 169 <ItemGroup>
170 <None Include="engine.mc" />
171 </ItemGroup>
181 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
182</Project> 173</Project> \ No newline at end of file