diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-24 05:51:25 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-24 05:51:25 -0800 |
commit | 6a497dc3559b8a5283405a1e1456af6a4c0bbdde (patch) | |
tree | 297a2462fd21dc2ccd0bf90f8fea36c3aad7d6a7 /src/test | |
parent | 7d813eaad8eaca04a687d1bb942316232d1c54fd (diff) | |
download | wix-6a497dc3559b8a5283405a1e1456af6a4c0bbdde.tar.gz wix-6a497dc3559b8a5283405a1e1456af6a4c0bbdde.tar.bz2 wix-6a497dc3559b8a5283405a1e1456af6a4c0bbdde.zip |
Update to latest Home\repo-template
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj b/src/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj index 6efa50a3..bfcf6e17 100644 --- a/src/test/WixToolsetTest.Sql/WixToolsetTest.Sql.csproj +++ b/src/test/WixToolsetTest.Sql/WixToolsetTest.Sql.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> |