aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-01 14:57:38 -0800
committerRob Mensching <rob@firegiant.com>2021-03-01 15:14:44 -0800
commitd15c04e29d7ac167e382efe37365b8fa451728de (patch)
tree0680621cc1b167a7cad23dc774e305372488d471 /src/test
parentbfdf787bc4a6b795eb1f78b69ec9b79df2d2a203 (diff)
downloadwix-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.csproj5
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>