diff options
Diffstat (limited to 'src/api/burn/bextutil/bextutil.vcxproj')
-rw-r--r-- | src/api/burn/bextutil/bextutil.vcxproj | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/src/api/burn/bextutil/bextutil.vcxproj b/src/api/burn/bextutil/bextutil.vcxproj new file mode 100644 index 00000000..b9334cf3 --- /dev/null +++ b/src/api/burn/bextutil/bextutil.vcxproj | |||
@@ -0,0 +1,90 @@ | |||
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>{06027492-1CB9-48BC-B31E-C1F9356ED07E}</ProjectGuid> | ||
37 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
38 | <TargetName>bextutil</TargetName> | ||
39 | <PlatformToolset>v142</PlatformToolset> | ||
40 | <CharacterSet>MultiByte</CharacterSet> | ||
41 | <Description>WiX Toolset Bundle Extension native utility library</Description> | ||
42 | <PackageId>WixToolset.BextUtil</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="BextBundleExtensionEngine.cpp" /> | ||
62 | <ClCompile Include="bextutil.cpp" /> | ||
63 | <ClCompile Include="precomp.cpp"> | ||
64 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
65 | </ClCompile> | ||
66 | </ItemGroup> | ||
67 | <ItemGroup> | ||
68 | <ClInclude Include="inc\BextBaseBundleExtension.h" /> | ||
69 | <ClInclude Include="inc\BextBaseBundleExtensionProc.h" /> | ||
70 | <ClInclude Include="inc\BextBundleExtensionEngine.h" /> | ||
71 | <ClInclude Include="inc\bextutil.h" /> | ||
72 | <ClInclude Include="inc\IBundleExtension.h" /> | ||
73 | <ClInclude Include="inc\IBundleExtensionEngine.h" /> | ||
74 | <ClInclude Include="precomp.h" /> | ||
75 | </ItemGroup> | ||
76 | |||
77 | <ItemGroup> | ||
78 | <None Include="packages.config" /> | ||
79 | </ItemGroup> | ||
80 | |||
81 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
82 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
83 | <PropertyGroup> | ||
84 | <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> | ||
85 | </PropertyGroup> | ||
86 | <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'))" /> | ||
87 | <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'))" /> | ||
88 | <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'))" /> | ||
89 | </Target> | ||
90 | </Project> \ No newline at end of file | ||