diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-24 05:42:11 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-24 05:42:11 -0800 |
commit | dc7b9a12716a68d9f994a33c00fe7c558429bba7 (patch) | |
tree | 25aab196b1fdb8db8642b94bc8dfcd5396c2e997 /src/test | |
parent | 600a864d8f22ca53bfbf70a111b21f4a83c33d07 (diff) | |
download | wix-dc7b9a12716a68d9f994a33c00fe7c558429bba7.tar.gz wix-dc7b9a12716a68d9f994a33c00fe7c558429bba7.tar.bz2 wix-dc7b9a12716a68d9f994a33c00fe7c558429bba7.zip |
Update to latest Home\repo-template
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj b/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj index 0c7238fc..79cec135 100644 --- a/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.csproj +++ b/src/test/WixToolsetTest.VisualStudio/WixToolsetTest.VisualStudio.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> |