diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-22 14:45:50 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 14:45:50 -0800 |
commit | 0ff4b0b41f899c0c17f001359598617058af15d3 (patch) | |
tree | f4a863759a384b8d7dab504aaa6ad025182952a4 /src/wixext | |
parent | d33819e917476691a13dc82d2aaa9c0c82d0ced6 (diff) | |
download | wix-0ff4b0b41f899c0c17f001359598617058af15d3.tar.gz wix-0ff4b0b41f899c0c17f001359598617058af15d3.tar.bz2 wix-0ff4b0b41f899c0c17f001359598617058af15d3.zip |
Update to latest Home\repo-template
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Firewall.wixext.csproj | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wixext/WixToolset.Firewall.wixext.csproj b/src/wixext/WixToolset.Firewall.wixext.csproj index 9982a551..b0fe04d1 100644 --- a/src/wixext/WixToolset.Firewall.wixext.csproj +++ b/src/wixext/WixToolset.Firewall.wixext.csproj | |||
@@ -19,11 +19,8 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\README.md') " /> | 22 | <PackageReference Include="WixToolset.Data" Version="4.0.*" PrivateAssets="all" /> |
23 | <PackageReference Include="WixToolset.Data" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Data\README.md') " PrivateAssets="all" /> | 23 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> |
24 | |||
25 | <ProjectReference Include="$(WixToolsetRootFolder)\Extensibility\src\WixToolset.Extensibility\WixToolset.Extensibility.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " /> | ||
26 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " PrivateAssets="all" /> | ||
27 | </ItemGroup> | 24 | </ItemGroup> |
28 | 25 | ||
29 | <ItemGroup> | 26 | <ItemGroup> |