aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/stdbas.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/stdbas/stdbas.vcxproj')
-rw-r--r--src/ext/Bal/stdbas/stdbas.vcxproj79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/stdbas.vcxproj b/src/ext/Bal/stdbas/stdbas.vcxproj
new file mode 100644
index 00000000..3722b40a
--- /dev/null
+++ b/src/ext/Bal/stdbas/stdbas.vcxproj
@@ -0,0 +1,79 @@
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 <ItemGroup Label="ProjectConfigurations">
6 <ProjectConfiguration Include="Debug|ARM64">
7 <Configuration>Debug</Configuration>
8 <Platform>ARM64</Platform>
9 </ProjectConfiguration>
10 <ProjectConfiguration Include="Release|ARM64">
11 <Configuration>Release</Configuration>
12 <Platform>ARM64</Platform>
13 </ProjectConfiguration>
14 <ProjectConfiguration Include="Debug|Win32">
15 <Configuration>Debug</Configuration>
16 <Platform>Win32</Platform>
17 </ProjectConfiguration>
18 <ProjectConfiguration Include="Release|Win32">
19 <Configuration>Release</Configuration>
20 <Platform>Win32</Platform>
21 </ProjectConfiguration>
22 <ProjectConfiguration Include="Debug|x64">
23 <Configuration>Debug</Configuration>
24 <Platform>x64</Platform>
25 </ProjectConfiguration>
26 <ProjectConfiguration Include="Release|x64">
27 <Configuration>Release</Configuration>
28 <Platform>x64</Platform>
29 </ProjectConfiguration>
30 </ItemGroup>
31
32 <PropertyGroup Label="Globals">
33 <ProjectGuid>{DBBF5F32-BAEA-46A8-99A0-17277A906456}</ProjectGuid>
34 <Keyword>Win32Proj</Keyword>
35 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <CharacterSet>Unicode</CharacterSet>
37 <Description>WiX Standard Bootstrapper Applications</Description>
38 <CustomBuildBeforeTargets>ClCompile</CustomBuildBeforeTargets>
39 </PropertyGroup>
40
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
43
44 <ImportGroup Label="ExtensionSettings">
45 </ImportGroup>
46
47 <ImportGroup Label="Shared">
48 </ImportGroup>
49
50 <ItemGroup>
51 <ClInclude Include="inc\WixInternalUIBootstrapperApplication.h" />
52 <ClInclude Include="inc\WixStandardBootstrapperApplication.h" />
53 <ClInclude Include="precomp.h" />
54 </ItemGroup>
55 <ItemGroup>
56 <ClCompile Include="precomp.cpp">
57 <PrecompiledHeader>Create</PrecompiledHeader>
58 </ClCompile>
59 <ClCompile Include="WixInternalUIBootstrapperApplication.cpp" />
60 <ClCompile Include="WixStandardBootstrapperApplication.cpp" />
61 </ItemGroup>
62
63 <ItemDefinitionGroup>
64 <CustomBuildStep>
65 <Message>Compiling message file...</Message>
66 <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z stdbas.messages "$(InputDir)stdbas.mc"
67rc.exe -fo "$(OutDir)stdbas.res" "$(IntDir)stdbas.messages.rc"</Command>
68 <Inputs>$(InputDir)stdbas.mc</Inputs>
69 <Outputs>$(IntDir)stdbas.messages.h;$(IntDir)stdbas.messages.rc</Outputs>
70 </CustomBuildStep>
71 </ItemDefinitionGroup>
72
73 <ItemGroup>
74 <PackageReference Include="WixToolset.BalUtil" />
75 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
76 </ItemGroup>
77
78 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
79</Project>