diff options
Diffstat (limited to 'src/ext/UI/ca/uica.vcxproj')
-rw-r--r-- | src/ext/UI/ca/uica.vcxproj | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/src/ext/UI/ca/uica.vcxproj b/src/ext/UI/ca/uica.vcxproj new file mode 100644 index 00000000..5ded1266 --- /dev/null +++ b/src/ext/UI/ca/uica.vcxproj | |||
@@ -0,0 +1,58 @@ | |||
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="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
5 | <ItemGroup Label="ProjectConfigurations"> | ||
6 | <ProjectConfiguration Include="Debug|Win32"> | ||
7 | <Configuration>Debug</Configuration> | ||
8 | <Platform>Win32</Platform> | ||
9 | </ProjectConfiguration> | ||
10 | <ProjectConfiguration Include="Release|Win32"> | ||
11 | <Configuration>Release</Configuration> | ||
12 | <Platform>Win32</Platform> | ||
13 | </ProjectConfiguration> | ||
14 | </ItemGroup> | ||
15 | |||
16 | <PropertyGroup Label="Globals"> | ||
17 | <ProjectGuid>{F72D34CA-48DA-4DFD-91A9-A0C78BEF6981}</ProjectGuid> | ||
18 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
19 | <TargetName>uica</TargetName> | ||
20 | <PlatformToolset>v142</PlatformToolset> | ||
21 | <CharacterSet>MultiByte</CharacterSet> | ||
22 | <ProjectModuleDefinitionFile>uica.def</ProjectModuleDefinitionFile> | ||
23 | <Description>WiX Toolset UI CustomAction</Description> | ||
24 | </PropertyGroup> | ||
25 | |||
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
28 | |||
29 | <PropertyGroup> | ||
30 | <ProjectAdditionalLinkLibraries>msi.lib;shlwapi.lib</ProjectAdditionalLinkLibraries> | ||
31 | </PropertyGroup> | ||
32 | |||
33 | <ItemGroup> | ||
34 | <ClCompile Include="dllmain.cpp"> | ||
35 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
36 | </ClCompile> | ||
37 | <ClCompile Include="DriveCheck.cpp" /> | ||
38 | <ClCompile Include="PrintEula.cpp" /> | ||
39 | </ItemGroup> | ||
40 | |||
41 | <ItemGroup> | ||
42 | <ClInclude Include="cost.h" /> | ||
43 | <ClInclude Include="precomp.h" /> | ||
44 | </ItemGroup> | ||
45 | |||
46 | <ItemGroup> | ||
47 | <None Include="uica.def" /> | ||
48 | </ItemGroup> | ||
49 | |||
50 | <ItemGroup> | ||
51 | <PackageReference Include="WixToolset.Dutil" Version="4.0.72" /> | ||
52 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.19" /> | ||
53 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | ||
54 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | ||
55 | </ItemGroup> | ||
56 | |||
57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
58 | </Project> | ||