aboutsummaryrefslogtreecommitdiff
path: root/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-15 16:47:24 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-16 16:40:52 +1000
commit64deb692cd9f690e3ce5560530fe93d7f0e3cd67 (patch)
tree9be14c60e213a6e045fb8c0a303b63e65aeaa118 /src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj
parent1d77b037520a804a1d8f586faad86619b291a1a9 (diff)
downloadwix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.tar.gz
wix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.tar.bz2
wix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.zip
Add WixBuildTools.TestSupport.Native.
Diffstat (limited to 'src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj')
-rw-r--r--src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj
new file mode 100644
index 00000000..9f58a0bd
--- /dev/null
+++ b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj
@@ -0,0 +1,60 @@
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
5<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6 <Import Project="build\WixBuildTools.TestSupport.Native.props" />
7 <ItemGroup Label="ProjectConfigurations">
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 </ItemGroup>
17 <PropertyGroup Label="Globals">
18 <ProjectTypes>{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectTypes>
19 <ProjectGuid>{95BABD97-FBDB-453A-AF8A-FA031A07B599}</ProjectGuid>
20 <RootNamespace>WixBuildTools::TestSupport</RootNamespace>
21 <Keyword>ManagedCProj</Keyword>
22 <ConfigurationType>DynamicLibrary</ConfigurationType>
23 <CharacterSet>Unicode</CharacterSet>
24 <CLRSupport>true</CLRSupport>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <PropertyGroup>
29 <ProjectAdditionalIncludeDirectories>
30 </ProjectAdditionalIncludeDirectories>
31 <ProjectAdditionalLinkLibraries>
32 </ProjectAdditionalLinkLibraries>
33 </PropertyGroup>
34 <ItemGroup>
35 <ClCompile Include="AssemblyInfo.cpp" />
36 <ClCompile Include="precomp.cpp">
37 <PrecompiledHeader>Create</PrecompiledHeader>
38 <!-- Warnings from NativeAssert.h from referencing netstandard dlls -->
39 <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings>
40 </ClCompile>
41 </ItemGroup>
42 <ItemGroup>
43 <ClInclude Include="precomp.h" />
44 <ClInclude Include="NativeAssert.h" />
45 </ItemGroup>
46 <ItemGroup>
47 <None Include="packages.config" />
48 </ItemGroup>
49 <ItemGroup>
50 <Reference Include="System" />
51 <Reference Include="System.Core" />
52 </ItemGroup>
53 <ItemGroup>
54 <ProjectReference Include="..\WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj">
55 <Project>{6C57EF2C-979A-4106-A9E5-FE342810619A}</Project>
56 </ProjectReference>
57 </ItemGroup>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
59 <Import Project="build\WixBuildTools.TestSupport.Native.targets" />
60</Project> \ No newline at end of file