diff options
author | James Parsons <japarson@microsoft.com> | 2020-10-01 23:05:25 -0700 |
---|---|---|
committer | James Parsons <japarson@microsoft.com> | 2020-10-01 23:05:25 -0700 |
commit | af731a9631a7f7f6d7c3b2ef84f38a07bb4db211 (patch) | |
tree | 6423ab630edd94df8beb35308bd5a47bcad771aa /src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |
parent | 9ed6f291d49599bb12a1baa3a0e000f1e0e254cf (diff) | |
download | wix-af731a9631a7f7f6d7c3b2ef84f38a07bb4db211.tar.gz wix-af731a9631a7f7f6d7c3b2ef84f38a07bb4db211.tar.bz2 wix-af731a9631a7f7f6d7c3b2ef84f38a07bb4db211.zip |
Split up latest package and individual packages. Make corresponding changes to tests.
Diffstat (limited to '')
-rw-r--r-- | src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 1df84972..a9e5cd2b 100644 --- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |||
@@ -14,6 +14,8 @@ | |||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <Content Include="TestData\UsingDotNetCorePackages\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\UsingDotNetCorePackages\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> |
16 | <Content Include="TestData\UsingDotNetCorePackages\Bundle_x64.wxs" CopyToOutputDirectory="PreserveNewest" /> | 16 | <Content Include="TestData\UsingDotNetCorePackages\Bundle_x64.wxs" CopyToOutputDirectory="PreserveNewest" /> |
17 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
18 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest_x64.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
17 | <Content Include="TestData\UsingNativeImage\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 19 | <Content Include="TestData\UsingNativeImage\example.txt" CopyToOutputDirectory="PreserveNewest" /> |
18 | <Content Include="TestData\UsingNativeImage\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 20 | <Content Include="TestData\UsingNativeImage\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> |
19 | <Content Include="TestData\UsingNativeImage\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 21 | <Content Include="TestData\UsingNativeImage\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |