diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-01 14:57:38 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 15:14:44 -0800 |
commit | d15c04e29d7ac167e382efe37365b8fa451728de (patch) | |
tree | 0680621cc1b167a7cad23dc774e305372488d471 /src/test | |
parent | bfdf787bc4a6b795eb1f78b69ec9b79df2d2a203 (diff) | |
download | wix-d15c04e29d7ac167e382efe37365b8fa451728de.tar.gz wix-d15c04e29d7ac167e382efe37365b8fa451728de.tar.bz2 wix-d15c04e29d7ac167e382efe37365b8fa451728de.zip |
Update to latest build infrastructure
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj b/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj index 6bb325c6..9172569f 100644 --- a/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj +++ b/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj | |||
@@ -12,10 +12,7 @@ | |||
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <Content Include="TestData\UsingVsixPackage\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
16 | <Content Include="TestData\UsingVsixPackage\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | ||
17 | <Content Include="TestData\UsingVsixPackage\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
18 | <Content Include="TestData\UsingVsixPackage\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
19 | </ItemGroup> | 16 | </ItemGroup> |
20 | 17 | ||
21 | <ItemGroup> | 18 | <ItemGroup> |