diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-22 14:35:43 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 14:36:18 -0800 |
commit | 7cd37cc8fe8064654ea4cc80a7ecb6bfffb21f89 (patch) | |
tree | 0751d9f253a47136837e9a104ee5665c4cc1732e /src/test | |
parent | f7020c0d16baf2b960e7123e233e20c519f6a340 (diff) | |
download | wix-7cd37cc8fe8064654ea4cc80a7ecb6bfffb21f89.tar.gz wix-7cd37cc8fe8064654ea4cc80a7ecb6bfffb21f89.tar.bz2 wix-7cd37cc8fe8064654ea4cc80a7ecb6bfffb21f89.zip |
Update to latest Home\repo-template
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj b/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj index 3639572f..8fe8d640 100644 --- a/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj +++ b/src/test/WixToolsetTest.Util/WixToolsetTest.Util.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> |