diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-01-01 16:35:30 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-01-01 16:35:30 -0800 |
| commit | 58f9e097a445dbdf3139832ac471374e68678fc6 (patch) | |
| tree | 641e3b0cff1287459ac29eb26a7f810f1d4afb7f /src/WixToolset.Core.TestPackage | |
| parent | 651ad904724f32f5e993fa73aa11a611d95a1a10 (diff) | |
| download | wix-58f9e097a445dbdf3139832ac471374e68678fc6.tar.gz wix-58f9e097a445dbdf3139832ac471374e68678fc6.tar.bz2 wix-58f9e097a445dbdf3139832ac471374e68678fc6.zip | |
Update to latest Wixtoolset.Data and simplify Project/Package reference condition
Diffstat (limited to 'src/WixToolset.Core.TestPackage')
| -rw-r--r-- | src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj index 4c0fe92d..d9683030 100644 --- a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj +++ b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | |||
| @@ -23,9 +23,14 @@ | |||
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | 24 | ||
| 25 | <ItemGroup> | 25 | <ItemGroup> |
| 26 | <PackageReference Include="WixToolset.Data" Version="4.0.*" /> | 26 | <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\README.md') " /> |
| 27 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" /> | 27 | <PackageReference Include="WixToolset.Data" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Data\README.md') " /> |
| 28 | <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" /> | 28 | |
| 29 | <ProjectReference Include="$(WixToolsetRootFolder)\Extensibility\src\WixToolset.Extensibility\WixToolset.Extensibility.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " /> | ||
| 30 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " /> | ||
| 31 | |||
| 32 | <ProjectReference Include="$(WixToolsetRootFolder)\Core.Native\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core.Native\README.md') " /> | ||
| 33 | <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core.Native\README.md') " /> | ||
| 29 | </ItemGroup> | 34 | </ItemGroup> |
| 30 | 35 | ||
| 31 | <ItemGroup> | 36 | <ItemGroup> |
