diff options
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj')
-rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj b/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj new file mode 100644 index 00000000..2aee1157 --- /dev/null +++ b/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj | |||
@@ -0,0 +1,33 @@ | |||
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 Sdk="Microsoft.NET.Sdk"> | ||
5 | <PropertyGroup> | ||
6 | <TargetFramework>netcoreapp3.1</TargetFramework> | ||
7 | <PlatformTarget>x64</PlatformTarget> | ||
8 | <RollForward>Major</RollForward> | ||
9 | </PropertyGroup> | ||
10 | |||
11 | <ItemGroup> | ||
12 | <Content Include="runtests.cmd" CopyToOutputDirectory="PreserveNewest" /> | ||
13 | </ItemGroup> | ||
14 | |||
15 | <ItemGroup> | ||
16 | <ProjectReference Include="..\WixTestTools\WixTestTools.csproj" /> | ||
17 | </ItemGroup> | ||
18 | |||
19 | <ItemGroup> | ||
20 | <PackageReference Include="Microsoft.AspNetCore.Owin" Version="3.1.13" /> | ||
21 | <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> | ||
22 | <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> | ||
23 | <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.50" /> | ||
24 | <PackageReference Include="WixToolset.Data" Version="4.0.218" /> | ||
25 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.58" /> | ||
26 | </ItemGroup> | ||
27 | |||
28 | <ItemGroup> | ||
29 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" /> | ||
30 | <PackageReference Include="xunit" Version="2.4.1" /> | ||
31 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" /> | ||
32 | </ItemGroup> | ||
33 | </Project> | ||