aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-23 09:05:20 -0800
committerRob Mensching <rob@firegiant.com>2018-12-23 09:05:20 -0800
commitb357dfffdb89ab43f091a0910ca0bef157f79ffb (patch)
tree50928f4b77b4aeb4cef204b0b300ab1e201f0d35 /src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj
parent5dcbba93d4c1b9934d86b4e12e91c3118c5fb79e (diff)
downloadwix-b357dfffdb89ab43f091a0910ca0bef157f79ffb.tar.gz
wix-b357dfffdb89ab43f091a0910ca0bef157f79ffb.tar.bz2
wix-b357dfffdb89ab43f091a0910ca0bef157f79ffb.zip
Update to latest Home\repo-template
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj')
-rw-r--r--src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj
index ec9f79b6..7fe2dcff 100644
--- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj
+++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.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>