| 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 | <Import Project="build\WixInternal.TestSupport.Native.props" /> |
| 6 | |
| 7 | <ItemGroup Label="ProjectConfigurations"> |
| 8 | <ProjectConfiguration Include="Debug|Win32"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>Win32</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="Debug|x64"> |
| 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>x64</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release|Win32"> |
| 17 | <Configuration>Release</Configuration> |
| 18 | <Platform>Win32</Platform> |
| 19 | </ProjectConfiguration> |
| 20 | <ProjectConfiguration Include="Release|x64"> |
| 21 | <Configuration>Release</Configuration> |
| 22 | <Platform>x64</Platform> |
| 23 | </ProjectConfiguration> |
| 24 | </ItemGroup> |
| 25 | |
| 26 | <PropertyGroup Label="Globals"> |
| 27 | <ProjectTypes>{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectTypes> |
| 28 | <ProjectGuid>{95BABD97-FBDB-453A-AF8A-FA031A07B599}</ProjectGuid> |
| 29 | <RootNamespace>WixInternal::TestSupport</RootNamespace> |
| 30 | <Keyword>ManagedCProj</Keyword> |
| 31 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 32 | <CharacterSet>Unicode</CharacterSet> |
| 33 | <CLRSupport>true</CLRSupport> |
| 34 | <Description>WixInternal C++/CLI Test Support</Description> |
| 35 | <SignOutput>false</SignOutput> |
| 36 | <IsWixTestSupportProject>true</IsWixTestSupportProject> |
| 37 | </PropertyGroup> |
| 38 | |
| 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 41 | |
| 42 | <PropertyGroup> |
| 43 | <ProjectAdditionalIncludeDirectories></ProjectAdditionalIncludeDirectories> |
| 44 | <ProjectAdditionalLinkLibraries></ProjectAdditionalLinkLibraries> |
| 45 | </PropertyGroup> |
| 46 | |
| 47 | <ItemGroup> |
| 48 | <ClCompile Include="AssemblyInfo.cpp" /> |
| 49 | <ClCompile Include="precomp.cpp"> |
| 50 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 51 | <!-- Warnings from NativeAssert.h from referencing netstandard dlls --> |
| 52 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> |
| 53 | </ClCompile> |
| 54 | </ItemGroup> |
| 55 | |
| 56 | <ItemGroup> |
| 57 | <ClInclude Include="precomp.h" /> |
| 58 | <ClInclude Include="NativeAssert.h" /> |
| 59 | </ItemGroup> |
| 60 | |
| 61 | <ItemGroup> |
| 62 | <None Include="packages.config" /> |
| 63 | </ItemGroup> |
| 64 | |
| 65 | <ItemGroup> |
| 66 | <ProjectReference Include="..\WixInternal.TestSupport\WixInternal.TestSupport.csproj"> |
| 67 | <Project>{6C57EF2C-979A-4106-A9E5-FE342810619A}</Project> |
| 68 | </ProjectReference> |
| 69 | </ItemGroup> |
| 70 | |
| 71 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 72 | <Import Project="build\WixInternal.TestSupport.Native.targets" /> |
| 73 | <Target Name="Pack" DependsOnTargets="Build" /> |
| 74 | </Project> |