| 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="..\..\..\..\internal\WixInternal.TestSupport.Native\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="Release|Win32"> |
| 13 | <Configuration>Release</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | </ItemGroup> |
| 17 | |
| 18 | <PropertyGroup Label="Globals"> |
| 19 | <ProjectTypes>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectTypes> |
| 20 | <ProjectGuid>{B69E6422-49B0-4E28-92F9-B8A7410A6ED9}</ProjectGuid> |
| 21 | <RootNamespace>UnitTest</RootNamespace> |
| 22 | <Keyword>ManagedCProj</Keyword> |
| 23 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 24 | <CharacterSet>Unicode</CharacterSet> |
| 25 | <CLRSupport>true</CLRSupport> |
| 26 | <SignOutput>false</SignOutput> |
| 27 | <IsWixTestProject>true</IsWixTestProject> |
| 28 | </PropertyGroup> |
| 29 | |
| 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 31 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 32 | |
| 33 | <PropertyGroup> |
| 34 | <ProjectAdditionalIncludeDirectories>..\..\bextutil\inc;..\..\inc;..\..\..\..\libs\dutil\WixToolset.Dutil\inc</ProjectAdditionalIncludeDirectories> |
| 35 | <ProjectAdditionalLinkLibraries>$(RootBuildFolder)libs\$(Configuration)\$(WixNativeSdkLibraryToolset)\$(PlatformTarget)\dutil.lib</ProjectAdditionalLinkLibraries> |
| 36 | </PropertyGroup> |
| 37 | |
| 38 | <ItemGroup> |
| 39 | <ClCompile Include="BootstrapperExtensionTests.cpp" /> |
| 40 | <ClCompile Include="precomp.cpp"> |
| 41 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 42 | <!-- Warnings from referencing netstandard dlls --> |
| 43 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> |
| 44 | </ClCompile> |
| 45 | <ClCompile Include="TestBootstrapperExtension.cpp" /> |
| 46 | </ItemGroup> |
| 47 | |
| 48 | <ItemGroup> |
| 49 | <ClInclude Include="precomp.h" /> |
| 50 | <ClInclude Include="TestBootstrapperExtension.h" /> |
| 51 | </ItemGroup> |
| 52 | |
| 53 | <ItemGroup> |
| 54 | <ProjectReference Include="..\..\bextutil\bextutil.vcxproj"> |
| 55 | <Project>{06027492-1CB9-48BC-B31E-C1F9356ED07E}</Project> |
| 56 | </ProjectReference> |
| 57 | </ItemGroup> |
| 58 | |
| 59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 60 | <Import Project="..\..\..\..\internal\WixInternal.TestSupport.Native\build\WixInternal.TestSupport.Native.targets" /> |
| 61 | </Project> |