diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-10-17 16:56:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 16:56:52 -0500 |
| commit | 3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f (patch) | |
| tree | a343c2d6e93b9e80521e3bf3ff37027caa47a527 /src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |
| parent | 22825f603eabf92103852de2b9a55431883ffbaf (diff) | |
| parent | 9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7 (diff) | |
| download | wix-3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f.tar.gz wix-3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f.tar.bz2 wix-3a7ce8761489aca2f5a93c0c80ace7ef8ba3397f.zip | |
Merge pull request #21 from japarson/dev/japarson/current_pack_def
Add package definitions for the latest version of .NET Core 3.1
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index cf7afa8b..4dea73da 100644 --- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |||
| @@ -12,7 +12,8 @@ | |||
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | 13 | ||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <Content Include="TestData\UsingDotNetCorePackages\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest.wxs" CopyToOutputDirectory="PreserveNewest" /> |
| 16 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest_x64.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 16 | <Content Include="TestData\UsingNativeImage\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 17 | <Content Include="TestData\UsingNativeImage\example.txt" CopyToOutputDirectory="PreserveNewest" /> |
| 17 | <Content Include="TestData\UsingNativeImage\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 18 | <Content Include="TestData\UsingNativeImage\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> |
| 18 | <Content Include="TestData\UsingNativeImage\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | 19 | <Content Include="TestData\UsingNativeImage\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> |
