aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-22 10:53:07 -0800
committerRob Mensching <rob@firegiant.com>2018-12-22 10:53:07 -0800
commitee8bb3f35024c3567ffe590d4492198f53b61bb1 (patch)
tree821cc09fb31e6ae165e08ab2099e6ee133530602 /src/WixToolset.Core
parent65a9e0b609f6b25e0e138eef9e8bb58cd98120d9 (diff)
downloadwix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.tar.gz
wix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.tar.bz2
wix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.zip
Update to latest Home\repo-template
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r--src/WixToolset.Core/WixToolset.Core.csproj11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj
index 1d884489..32a77c5a 100644
--- a/src/WixToolset.Core/WixToolset.Core.csproj
+++ b/src/WixToolset.Core/WixToolset.Core.csproj
@@ -11,14 +11,9 @@
11 </PropertyGroup> 11 </PropertyGroup>
12 12
13 <ItemGroup> 13 <ItemGroup>
14 <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\README.md') " /> 14 <PackageReference Include="WixToolset.Data" Version="4.0.*" />
15 <PackageReference Include="WixToolset.Data" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Data\README.md') " /> 15 <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" />
16 16 <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" />
17 <ProjectReference Include="$(WixToolsetRootFolder)\Extensibility\src\WixToolset.Extensibility\WixToolset.Extensibility.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " />
18 <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " />
19
20 <ProjectReference Include="$(WixToolsetRootFolder)\Core.Native\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core.Native\README.md') " />
21 <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core.Native\README.md') " />
22 </ItemGroup> 17 </ItemGroup>
23 18
24 <ItemGroup> 19 <ItemGroup>