diff options
Diffstat (limited to 'src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj')
-rw-r--r-- | src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj b/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj new file mode 100644 index 00000000..33c8ed6c --- /dev/null +++ b/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj | |||
@@ -0,0 +1,109 @@ | |||
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="..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.57\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.57\build\WixToolset.BootstrapperCore.Native.props')" /> | ||
6 | <Import Project="..\..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props" Condition="Exists('..\..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props')" /> | ||
7 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props')" /> | ||
8 | <ItemGroup Label="ProjectConfigurations"> | ||
9 | <ProjectConfiguration Include="Debug|ARM64"> | ||
10 | <Configuration>Debug</Configuration> | ||
11 | <Platform>ARM64</Platform> | ||
12 | </ProjectConfiguration> | ||
13 | <ProjectConfiguration Include="Debug|Win32"> | ||
14 | <Configuration>Debug</Configuration> | ||
15 | <Platform>Win32</Platform> | ||
16 | </ProjectConfiguration> | ||
17 | <ProjectConfiguration Include="Release|ARM64"> | ||
18 | <Configuration>Release</Configuration> | ||
19 | <Platform>ARM64</Platform> | ||
20 | </ProjectConfiguration> | ||
21 | <ProjectConfiguration Include="Release|Win32"> | ||
22 | <Configuration>Release</Configuration> | ||
23 | <Platform>Win32</Platform> | ||
24 | </ProjectConfiguration> | ||
25 | </ItemGroup> | ||
26 | |||
27 | <PropertyGroup Label="Globals"> | ||
28 | <ProjectTypes>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectTypes> | ||
29 | <ProjectGuid>{9D1F1BA3-9393-4833-87A3-D5F1FC08EF67}</ProjectGuid> | ||
30 | <RootNamespace>UnitTest</RootNamespace> | ||
31 | <Keyword>ManagedCProj</Keyword> | ||
32 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
33 | <CharacterSet>Unicode</CharacterSet> | ||
34 | <CLRSupport>true</CLRSupport> | ||
35 | <SignOutput>false</SignOutput> | ||
36 | </PropertyGroup> | ||
37 | |||
38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
40 | |||
41 | <PropertyGroup> | ||
42 | <ProjectAdditionalIncludeDirectories Condition=" '$(DirectReference)'=='true' ">$(ProjectDir)..\..\..\..\balutil\src\WixToolset.BootstrapperCore.Native\inc</ProjectAdditionalIncludeDirectories> | ||
43 | <ProjectAdditionalIncludeDirectories>$(ProjectAdditionalIncludeDirectories);..\..\engine</ProjectAdditionalIncludeDirectories> | ||
44 | <ProjectAdditionalLinkLibraries>cabinet.lib;crypt32.lib;msi.lib;rpcrt4.lib;shlwapi.lib;wininet.lib</ProjectAdditionalLinkLibraries> | ||
45 | </PropertyGroup> | ||
46 | |||
47 | <ItemGroup> | ||
48 | <ClCompile Include="AssemblyInfo.cpp" /> | ||
49 | <ClCompile Include="CacheTest.cpp" /> | ||
50 | <ClCompile Include="ElevationTest.cpp" /> | ||
51 | <ClCompile Include="ManifestHelpers.cpp" /> | ||
52 | <ClCompile Include="ManifestTest.cpp" /> | ||
53 | <ClCompile Include="PlanTest.cpp" /> | ||
54 | <ClCompile Include="precomp.cpp"> | ||
55 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
56 | <!-- Warnings from referencing netstandard dlls --> | ||
57 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> | ||
58 | </ClCompile> | ||
59 | <ClCompile Include="RegistrationTest.cpp" /> | ||
60 | <ClCompile Include="SearchTest.cpp" /> | ||
61 | <ClCompile Include="VariableHelpers.cpp" /> | ||
62 | <ClCompile Include="VariableTest.cpp" /> | ||
63 | <ClCompile Include="VariantTest.cpp" /> | ||
64 | </ItemGroup> | ||
65 | <ItemGroup> | ||
66 | <ClInclude Include="BurnTestException.h" /> | ||
67 | <ClInclude Include="BurnTestFixture.h" /> | ||
68 | <ClInclude Include="BurnUnitTest.h" /> | ||
69 | <ClInclude Include="ManifestHelpers.h" /> | ||
70 | <ClInclude Include="precomp.h" /> | ||
71 | <ClInclude Include="VariableHelpers.h" /> | ||
72 | </ItemGroup> | ||
73 | <ItemGroup> | ||
74 | <None Include="packages.config" /> | ||
75 | <ResourceCompile Include="BurnUnitTest.rc" /> | ||
76 | </ItemGroup> | ||
77 | <ItemGroup> | ||
78 | <None Include="TestData\CacheTest\CacheSignatureTest.File" CopyToOutputDirectory="PreserveNewest" /> | ||
79 | <None Include="TestData\PlanTest\BasicFunctionality_BundleA_manifest.xml" CopyToOutputDirectory="PreserveNewest" /> | ||
80 | <None Include="TestData\PlanTest\MsiTransaction_BundleAv1_manifest.xml" CopyToOutputDirectory="PreserveNewest" /> | ||
81 | <None Include="TestData\PlanTest\Slipstream_BundleA_manifest.xml" CopyToOutputDirectory="PreserveNewest" /> | ||
82 | </ItemGroup> | ||
83 | <ItemGroup> | ||
84 | <Reference Include="System" /> | ||
85 | <Reference Include="System.Core" /> | ||
86 | <Reference Include="WixBuildTools.TestSupport"> | ||
87 | <HintPath>..\..\..\packages\WixBuildTools.TestSupport.4.0.50\lib\net472\WixBuildTools.TestSupport.dll</HintPath> | ||
88 | </Reference> | ||
89 | <Reference Include="WixBuildTools.TestSupport.Native"> | ||
90 | <HintPath>..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.50\lib\net472\WixBuildTools.TestSupport.Native.dll</HintPath> | ||
91 | </Reference> | ||
92 | </ItemGroup> | ||
93 | <ItemGroup> | ||
94 | <ProjectReference Include="..\..\engine\engine.vcxproj"> | ||
95 | <Project>{8119537D-E1D9-6591-D51A-49770A2F9C37}</Project> | ||
96 | </ProjectReference> | ||
97 | </ItemGroup> | ||
98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
99 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.50\build\WixBuildTools.TestSupport.Native.targets" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.50\build\WixBuildTools.TestSupport.Native.targets')" /> | ||
100 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
101 | <PropertyGroup> | ||
102 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
103 | </PropertyGroup> | ||
104 | <Error Condition="!Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props'))" /> | ||
105 | <Error Condition="!Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets'))" /> | ||
106 | <Error Condition="!Exists('..\..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixToolset.DUtil.4.0.70\build\WixToolset.DUtil.props'))" /> | ||
107 | <Error Condition="!Exists('..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.57\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.57\build\WixToolset.BootstrapperCore.Native.props'))" /> | ||
108 | </Target> | ||
109 | </Project> | ||