aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/balutil.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/balutil/balutil.vcxproj')
-rw-r--r--src/api/burn/balutil/balutil.vcxproj101
1 files changed, 101 insertions, 0 deletions
diff --git a/src/api/burn/balutil/balutil.vcxproj b/src/api/burn/balutil/balutil.vcxproj
new file mode 100644
index 00000000..ab33f159
--- /dev/null
+++ b/src/api/burn/balutil/balutil.vcxproj
@@ -0,0 +1,101 @@
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.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props')" />
6 <Import Project="..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props')" />
7
8 <ItemGroup Label="ProjectConfigurations">
9 <ProjectConfiguration Include="Debug|ARM64">
10 <Configuration>Debug</Configuration>
11 <Platform>ARM64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Release|ARM64">
14 <Configuration>Release</Configuration>
15 <Platform>ARM64</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Debug|Win32">
18 <Configuration>Debug</Configuration>
19 <Platform>Win32</Platform>
20 </ProjectConfiguration>
21 <ProjectConfiguration Include="Release|Win32">
22 <Configuration>Release</Configuration>
23 <Platform>Win32</Platform>
24 </ProjectConfiguration>
25 <ProjectConfiguration Include="Debug|x64">
26 <Configuration>Debug</Configuration>
27 <Platform>x64</Platform>
28 </ProjectConfiguration>
29 <ProjectConfiguration Include="Release|x64">
30 <Configuration>Release</Configuration>
31 <Platform>x64</Platform>
32 </ProjectConfiguration>
33 </ItemGroup>
34
35 <PropertyGroup Label="Globals">
36 <ProjectGuid>{EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}</ProjectGuid>
37 <ConfigurationType>StaticLibrary</ConfigurationType>
38 <TargetName>balutil</TargetName>
39 <PlatformToolset>v142</PlatformToolset>
40 <CharacterSet>MultiByte</CharacterSet>
41 <Description>WiX Toolset Bootstrapper Application Layer native utility library</Description>
42 <PackageId>WixToolset.BalUtil</PackageId>
43 </PropertyGroup>
44
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
47 <Import Project="..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" />
48 <Import Project="..\NativeMultiTargeting.Build.props" />
49
50 <ImportGroup Label="ExtensionSettings">
51 </ImportGroup>
52
53 <ImportGroup Label="Shared">
54 </ImportGroup>
55
56 <PropertyGroup>
57 <ProjectAdditionalIncludeDirectories>$(ProjectDir)..\inc</ProjectAdditionalIncludeDirectories>
58 </PropertyGroup>
59
60 <ItemGroup>
61 <ClCompile Include="BalBootstrapperEngine.cpp" />
62 <ClCompile Include="balcondition.cpp" />
63 <ClCompile Include="balinfo.cpp" />
64 <ClCompile Include="balretry.cpp" />
65 <ClCompile Include="balutil.cpp" />
66 <ClCompile Include="precomp.cpp">
67 <PrecompiledHeader>Create</PrecompiledHeader>
68 </ClCompile>
69 </ItemGroup>
70 <ItemGroup>
71 <ClInclude Include="inc\BAFunctions.h" />
72 <ClInclude Include="inc\BalBaseBAFunctions.h" />
73 <ClInclude Include="inc\BalBaseBAFunctionsProc.h" />
74 <ClInclude Include="inc\BalBaseBootstrapperApplication.h" />
75 <ClInclude Include="inc\BalBaseBootstrapperApplicationProc.h" />
76 <ClInclude Include="inc\BalBootstrapperEngine.h" />
77 <ClInclude Include="inc\balcondition.h" />
78 <ClInclude Include="inc\balinfo.h" />
79 <ClInclude Include="inc\balretry.h" />
80 <ClInclude Include="inc\balutil.h" />
81 <ClInclude Include="inc\IBAFunctions.h" />
82 <ClInclude Include="inc\IBootstrapperApplication.h" />
83 <ClInclude Include="inc\IBootstrapperApplicationFactory.h" />
84 <ClInclude Include="inc\IBootstrapperEngine.h" />
85 <ClInclude Include="precomp.h" />
86 </ItemGroup>
87
88 <ItemGroup>
89 <None Include="packages.config" />
90 </ItemGroup>
91
92 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
94 <PropertyGroup>
95 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
96 </PropertyGroup>
97 <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'))" />
98 <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'))" />
99 <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props'))" />
100 </Target>
101</Project> \ No newline at end of file