aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-22 14:45:50 -0800
committerRob Mensching <rob@firegiant.com>2018-12-22 14:45:50 -0800
commit0ff4b0b41f899c0c17f001359598617058af15d3 (patch)
treef4a863759a384b8d7dab504aaa6ad025182952a4 /src/test
parentd33819e917476691a13dc82d2aaa9c0c82d0ced6 (diff)
downloadwix-0ff4b0b41f899c0c17f001359598617058af15d3.tar.gz
wix-0ff4b0b41f899c0c17f001359598617058af15d3.tar.bz2
wix-0ff4b0b41f899c0c17f001359598617058af15d3.zip
Update to latest Home\repo-template
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj b/src/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj
index ceb52792..d9c026f2 100644
--- a/src/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj
+++ b/src/test/WixToolsetTest.Firewall/WixToolsetTest.Firewall.csproj
@@ -23,11 +23,7 @@
23 </ItemGroup> 23 </ItemGroup>
24 24
25 <ItemGroup> 25 <ItemGroup>
26 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core\README.md') " PrivateAssets="all" /> 26 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" PrivateAssets="all" />
27 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core.TestPackage\WixToolset.Core.TestPackage.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " />
28 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core\WixToolset.Core.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " />
29 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " />
30 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core.WindowsInstaller\WixToolset.Core.WindowsInstaller.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " />
31 </ItemGroup> 27 </ItemGroup>
32 28
33 <ItemGroup> 29 <ItemGroup>