diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-23 09:02:53 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-23 09:02:53 -0800 |
commit | 8f70bee13a22cc8b8b1a76825c5051100c9bdd2f (patch) | |
tree | 87a11d129c96608e8e888a110af5b6d83a00ff1c /src/test | |
parent | 95a5a8f9efef02ddcec5b3f69be99a00d71a802a (diff) | |
download | wix-8f70bee13a22cc8b8b1a76825c5051100c9bdd2f.tar.gz wix-8f70bee13a22cc8b8b1a76825c5051100c9bdd2f.tar.bz2 wix-8f70bee13a22cc8b8b1a76825c5051100c9bdd2f.zip |
Update to latest Home\repo-template
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj b/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj index 92e3b8b4..76c6c5b8 100644 --- a/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj +++ b/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.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> |