diff options
Diffstat (limited to 'src/ext/VisualStudio/ca/vsca.vcxproj')
-rw-r--r-- | src/ext/VisualStudio/ca/vsca.vcxproj | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/src/ext/VisualStudio/ca/vsca.vcxproj b/src/ext/VisualStudio/ca/vsca.vcxproj new file mode 100644 index 00000000..f4fbcc46 --- /dev/null +++ b/src/ext/VisualStudio/ca/vsca.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="15.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>{45308B85-0628-4978-8FC8-6AD9E1AD5949}</ProjectGuid> | ||
18 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
19 | <TargetName>vsca</TargetName> | ||
20 | <PlatformToolset>v142</PlatformToolset> | ||
21 | <CharacterSet>Unicode</CharacterSet> | ||
22 | <ProjectModuleDefinitionFile>vsca.def</ProjectModuleDefinitionFile> | ||
23 | <Description>WiX Toolset VS CustomAction</Description> | ||
24 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
25 | </PropertyGroup> | ||
26 | |||
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
29 | |||
30 | <PropertyGroup> | ||
31 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | ||
32 | </PropertyGroup> | ||
33 | |||
34 | <ItemGroup> | ||
35 | <ClCompile Include="dllmain.cpp"> | ||
36 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
37 | </ClCompile> | ||
38 | <ClCompile Include="vsca.cpp" /> | ||
39 | </ItemGroup> | ||
40 | |||
41 | <ItemGroup> | ||
42 | <ClInclude Include="precomp.h" /> | ||
43 | </ItemGroup> | ||
44 | |||
45 | <ItemGroup> | ||
46 | <None Include="vsca.def" /> | ||
47 | </ItemGroup> | ||
48 | |||
49 | <ItemGroup> | ||
50 | <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="1.14.114" /> | ||
51 | <PackageReference Include="WixToolset.Dutil" Version="4.0.65" /> | ||
52 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | ||
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> | ||