aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-29 04:47:15 -0800
committerRob Mensching <rob@firegiant.com>2017-12-29 04:47:33 -0800
commitab4ee36c182b67a80ca3404fdc344bf948192740 (patch)
tree949595529f20c637ff2c2606891eb3deec674964 /src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
parent8d04e35f943507d7c6338f0cc7779aeeab862d23 (diff)
downloadwix-ab4ee36c182b67a80ca3404fdc344bf948192740.tar.gz
wix-ab4ee36c182b67a80ca3404fdc344bf948192740.tar.bz2
wix-ab4ee36c182b67a80ca3404fdc344bf948192740.zip
Clean up project files and update to latest GitVersioning
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
index 4a26d031..04d2b2e1 100644
--- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
+++ b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
@@ -18,24 +18,14 @@
18 </ItemGroup> 18 </ItemGroup>
19 19
20 <ItemGroup> 20 <ItemGroup>
21 <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj') " />
22 <PackageReference Include="WixToolset.Data" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj') " />
23
24 <ProjectReference Include="$(WixToolsetRootFolder)\Extensibility\src\WixToolset.Extensibility\WixToolset.Extensibility.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Extensibility\src\WixToolset.Extensibility\WixToolset.Extensibility.csproj') " />
25 <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Extensibility\src\WixToolset.Extensibility\WixToolset.Extensibility.csproj') " />
26
27 <ProjectReference Include="$(WixToolsetRootFolder)\Core.Native\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core.Native\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj') " />
28
29 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" /> 21 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" />
30 <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core.Native\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj') " />
31 </ItemGroup> 22 </ItemGroup>
32 23
33 <ItemGroup> 24 <ItemGroup>
34 <PackageReference Include="WixToolset.Dtf.Resources" Version="4.0.*" />
35 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" /> 25 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" />
36 </ItemGroup> 26 </ItemGroup>
37 27
38 <ItemGroup> 28 <ItemGroup>
39 <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> 29 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.7" PrivateAssets="all" />
40 </ItemGroup> 30 </ItemGroup>
41</Project> 31</Project>