diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-12-22 10:53:07 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 10:53:07 -0800 |
| commit | ee8bb3f35024c3567ffe590d4492198f53b61bb1 (patch) | |
| tree | 821cc09fb31e6ae165e08ab2099e6ee133530602 /src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | |
| parent | 65a9e0b609f6b25e0e138eef9e8bb58cd98120d9 (diff) | |
| download | wix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.tar.gz wix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.tar.bz2 wix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.zip | |
Update to latest Home\repo-template
Diffstat (limited to 'src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj')
| -rw-r--r-- | src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj index 14970093..a40cea9c 100644 --- a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj +++ b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | |||
| @@ -23,14 +23,9 @@ | |||
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | 24 | ||
| 25 | <ItemGroup> | 25 | <ItemGroup> |
| 26 | <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\README.md') " /> | 26 | <PackageReference Include="WixToolset.Data" Version="4.0.*" /> |
| 27 | <PackageReference Include="WixToolset.Data" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Data\README.md') " /> | 27 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" /> |
| 28 | 28 | <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" /> | |
| 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') " /> | ||
| 34 | </ItemGroup> | 29 | </ItemGroup> |
| 35 | 30 | ||
| 36 | <ItemGroup> | 31 | <ItemGroup> |
