aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-22 10:44:17 -0800
committerRob Mensching <rob@firegiant.com>2018-12-22 10:44:17 -0800
commit6135ca6f532668ae953a738a3925f4da32b3ae25 (patch)
tree1ad1f24462b31ecc9d870b41101d5ce98400fb88 /src/WixToolset.BuildTasks
parentdb8641b5ab125679b028848d1747d7a4cef6fc37 (diff)
downloadwix-6135ca6f532668ae953a738a3925f4da32b3ae25.tar.gz
wix-6135ca6f532668ae953a738a3925f4da32b3ae25.tar.bz2
wix-6135ca6f532668ae953a738a3925f4da32b3ae25.zip
Update to latest Home\repo-template
Diffstat (limited to 'src/WixToolset.BuildTasks')
-rw-r--r--src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
index 39c8824c..10a3f057 100644
--- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
+++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj
@@ -32,14 +32,9 @@
32 </ItemGroup> 32 </ItemGroup>
33 33
34 <ItemGroup> 34 <ItemGroup>
35 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core\WixToolset.Core.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " /> 35 <PackageReference Include="WixToolset.Core" Version="4.0.*" />
36 <PackageReference Include="WixToolset.Core" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core\README.md') " /> 36 <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" />
37 37 <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" />
38 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " />
39 <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core\README.md') " />
40
41 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core.WindowsInstaller\WixToolset.Core.WindowsInstaller.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " />
42 <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core\README.md') " />
43 </ItemGroup> 38 </ItemGroup>
44 39
45 <ItemGroup> 40 <ItemGroup>