diff options
Diffstat (limited to 'src/ext/Bal/wixiuiba/wixiuiba.vcxproj')
-rw-r--r-- | src/ext/Bal/wixiuiba/wixiuiba.vcxproj | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/src/ext/Bal/wixiuiba/wixiuiba.vcxproj b/src/ext/Bal/wixiuiba/wixiuiba.vcxproj new file mode 100644 index 00000000..dfadbb95 --- /dev/null +++ b/src/ext/Bal/wixiuiba/wixiuiba.vcxproj | |||
@@ -0,0 +1,72 @@ | |||
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" Toolsxmlns="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>{0F73E566-925C-448D-99CB-3A7F5DF399C8}</ProjectGuid> | ||
34 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
35 | <CharacterSet>Unicode</CharacterSet> | ||
36 | <TargetName>wixiuiba</TargetName> | ||
37 | <ProjectModuleDefinitionFile>wixiuiba.def</ProjectModuleDefinitionFile> | ||
38 | </PropertyGroup> | ||
39 | |||
40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
42 | |||
43 | <PropertyGroup> | ||
44 | <ProjectAdditionalIncludeDirectories>..\wixstdba\inc</ProjectAdditionalIncludeDirectories> | ||
45 | <ProjectAdditionalLinkLibraries>shlwapi.lib</ProjectAdditionalLinkLibraries> | ||
46 | </PropertyGroup> | ||
47 | |||
48 | <ItemGroup> | ||
49 | <ClCompile Include="precomp.cpp"> | ||
50 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
51 | </ClCompile> | ||
52 | <ClCompile Include="WixInternalUIBootstrapperApplication.cpp" /> | ||
53 | <ClCompile Include="wixiuiba.cpp" /> | ||
54 | </ItemGroup> | ||
55 | <ItemGroup> | ||
56 | <ClInclude Include="precomp.h" /> | ||
57 | <ClInclude Include="WixInternalUIBootstrapperApplication.h" /> | ||
58 | <ClInclude Include="wixiuiba.h" /> | ||
59 | </ItemGroup> | ||
60 | <ItemGroup> | ||
61 | <None Include="wixiuiba.def" /> | ||
62 | </ItemGroup> | ||
63 | |||
64 | <ItemGroup> | ||
65 | <PackageReference Include="WixToolset.BalUtil" /> | ||
66 | |||
67 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
68 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
69 | </ItemGroup> | ||
70 | |||
71 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
72 | </Project> | ||