diff options
Diffstat (limited to 'src/ext/UI/test')
-rw-r--r-- | src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj b/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj index a61676dd..61407107 100644 --- a/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj +++ b/src/ext/UI/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | |||
@@ -5,6 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp3.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <SignOutput>false</SignOutput> | ||
8 | </PropertyGroup> | 9 | </PropertyGroup> |
9 | 10 | ||
10 | <PropertyGroup> | 11 | <PropertyGroup> |
@@ -12,12 +13,7 @@ | |||
12 | </PropertyGroup> | 13 | </PropertyGroup> |
13 | 14 | ||
14 | <ItemGroup> | 15 | <ItemGroup> |
15 | <Content Include="TestData\data\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 16 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
16 | <Content Include="TestData\WixUI_Advanced\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
17 | <Content Include="TestData\WixUI_FeatureTree\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
18 | <Content Include="TestData\WixUI_InstallDir\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
19 | <Content Include="TestData\WixUI_Minimal\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
20 | <Content Include="TestData\WixUI_Mondo\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
21 | </ItemGroup> | 17 | </ItemGroup> |
22 | 18 | ||
23 | <ItemGroup> | 19 | <ItemGroup> |
@@ -25,19 +21,12 @@ | |||
25 | </ItemGroup> | 21 | </ItemGroup> |
26 | 22 | ||
27 | <ItemGroup> | 23 | <ItemGroup> |
28 | <PackageReference Include="WixToolset.Core" Version="4.0.*" /> | 24 | <PackageReference Include="WixToolset.Core.TestPackage" /> |
29 | <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" /> | ||
30 | <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" /> | ||
31 | <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" /> | ||
32 | </ItemGroup> | 25 | </ItemGroup> |
33 | 26 | ||
34 | <ItemGroup> | 27 | <ItemGroup> |
35 | <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.*" /> | 28 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
36 | </ItemGroup> | 29 | <PackageReference Include="xunit" /> |
37 | 30 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | |
38 | <ItemGroup> | ||
39 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> | ||
40 | <PackageReference Include="xunit" Version="2.4.1" /> | ||
41 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="All" /> | ||
42 | </ItemGroup> | 31 | </ItemGroup> |
43 | </Project> | 32 | </Project> |