diff options
Diffstat (limited to 'src/burn/stub/stub.vcxproj')
-rw-r--r-- | src/burn/stub/stub.vcxproj | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/src/burn/stub/stub.vcxproj b/src/burn/stub/stub.vcxproj new file mode 100644 index 00000000..97972848 --- /dev/null +++ b/src/burn/stub/stub.vcxproj | |||
@@ -0,0 +1,120 @@ | |||
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. --> | ||
3 | |||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props')" /> | ||
6 | <Import Project="..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" /> | ||
7 | <Import Project="..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" /> | ||
8 | <Import Project="..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" /> | ||
9 | |||
10 | <ItemGroup Label="ProjectConfigurations"> | ||
11 | <ProjectConfiguration Include="Debug|Win32"> | ||
12 | <Configuration>Debug</Configuration> | ||
13 | <Platform>Win32</Platform> | ||
14 | </ProjectConfiguration> | ||
15 | <ProjectConfiguration Include="Release|Win32"> | ||
16 | <Configuration>Release</Configuration> | ||
17 | <Platform>Win32</Platform> | ||
18 | </ProjectConfiguration> | ||
19 | <ProjectConfiguration Include="Debug|x64"> | ||
20 | <Configuration>Debug</Configuration> | ||
21 | <Platform>x64</Platform> | ||
22 | </ProjectConfiguration> | ||
23 | <ProjectConfiguration Include="Release|x64"> | ||
24 | <Configuration>Release</Configuration> | ||
25 | <Platform>x64</Platform> | ||
26 | </ProjectConfiguration> | ||
27 | <ProjectConfiguration Include="Debug|ARM64"> | ||
28 | <Configuration>Debug</Configuration> | ||
29 | <Platform>ARM64</Platform> | ||
30 | </ProjectConfiguration> | ||
31 | <ProjectConfiguration Include="Release|ARM64"> | ||
32 | <Configuration>Release</Configuration> | ||
33 | <Platform>ARM64</Platform> | ||
34 | </ProjectConfiguration> | ||
35 | </ItemGroup> | ||
36 | |||
37 | <PropertyGroup Label="Globals"> | ||
38 | <ProjectGuid>{C38373AA-882F-4F55-B03F-2AAB4BFBE3F1}</ProjectGuid> | ||
39 | <ConfigurationType>Application</ConfigurationType> | ||
40 | <ProjectSubSystem>Windows</ProjectSubSystem> | ||
41 | <TargetName>burn</TargetName> | ||
42 | <PlatformToolset>v142</PlatformToolset> | ||
43 | <CharacterSet>Unicode</CharacterSet> | ||
44 | <GenerateManifest>false</GenerateManifest> | ||
45 | <Description>Native component of WixToolset.Burn</Description> | ||
46 | <!-- NBGV properties --> | ||
47 | <AssemblyLanguage>1033</AssemblyLanguage> | ||
48 | <AssemblyProduct>Burn</AssemblyProduct> | ||
49 | <PackageId>WixToolset.Burn</PackageId> | ||
50 | <SignOutput>false</SignOutput> | ||
51 | </PropertyGroup> | ||
52 | |||
53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
55 | |||
56 | <ImportGroup Label="ExtensionSettings"> | ||
57 | </ImportGroup> | ||
58 | |||
59 | <ImportGroup Label="Shared"> | ||
60 | <Import Project="..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets" Condition="Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" /> | ||
61 | <Import Project="..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets" Condition="Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" /> | ||
62 | <Import Project="..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets" Condition="Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" /> | ||
63 | <Import Project="..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" /> | ||
64 | </ImportGroup> | ||
65 | |||
66 | <PropertyGroup> | ||
67 | <ProjectAdditionalIncludeDirectories>$(ProjectDir)..\engine\inc</ProjectAdditionalIncludeDirectories> | ||
68 | <ProjectAdditionalLinkLibraries>cabinet.lib;crypt32.lib;msi.lib;rpcrt4.lib;shlwapi.lib;wininet.lib;wuguid.lib;engine.res</ProjectAdditionalLinkLibraries> | ||
69 | </PropertyGroup> | ||
70 | |||
71 | <ItemDefinitionGroup> | ||
72 | <Link> | ||
73 | <SwapRunFromCD>true</SwapRunFromCD> | ||
74 | <SwapRunFromNET>true</SwapRunFromNET> | ||
75 | <DelayLoadDLLs>cabinet.dll;crypt32.dll;msi.dll;shlwapi.dll;version.dll;wininet.dll</DelayLoadDLLs> | ||
76 | </Link> | ||
77 | </ItemDefinitionGroup> | ||
78 | |||
79 | <ItemGroup> | ||
80 | <ClInclude Include="precomp.h" /> | ||
81 | </ItemGroup> | ||
82 | <ItemGroup> | ||
83 | <ClCompile Include="precomp.cpp"> | ||
84 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
85 | </ClCompile> | ||
86 | <ClCompile Include="stub.cpp" /> | ||
87 | <ClCompile Include="StubSection.cpp"> | ||
88 | <!-- Workaround for VS2015 behavior change that omits the .wixburn section. --> | ||
89 | <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData> | ||
90 | </ClCompile> | ||
91 | </ItemGroup> | ||
92 | <ItemGroup> | ||
93 | <ResourceCompile Include="stub.rc" /> | ||
94 | </ItemGroup> | ||
95 | |||
96 | <ItemGroup> | ||
97 | <ProjectReference Include="..\engine\engine.vcxproj"> | ||
98 | <Project>{8119537D-E1D9-6591-D51A-49768A2F9C37}</Project> | ||
99 | </ProjectReference> | ||
100 | </ItemGroup> | ||
101 | |||
102 | <ItemGroup> | ||
103 | <None Include="packages.config" /> | ||
104 | </ItemGroup> | ||
105 | |||
106 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
107 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
108 | <PropertyGroup> | ||
109 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText> | ||
110 | </PropertyGroup> | ||
111 | <Error Condition="!Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props'))" /> | ||
112 | <Error Condition="!Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets'))" /> | ||
113 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props'))" /> | ||
114 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets'))" /> | ||
115 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props'))" /> | ||
116 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets'))" /> | ||
117 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" /> | ||
118 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props'))" /> | ||
119 | </Target> | ||
120 | </Project> | ||