diff options
Diffstat (limited to 'src/wixext/WixToolset.Netfx.wixext.csproj')
| -rw-r--r-- | src/wixext/WixToolset.Netfx.wixext.csproj | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/src/wixext/WixToolset.Netfx.wixext.csproj b/src/wixext/WixToolset.Netfx.wixext.csproj index 2e59f0c4..7c1d55c1 100644 --- a/src/wixext/WixToolset.Netfx.wixext.csproj +++ b/src/wixext/WixToolset.Netfx.wixext.csproj | |||
| @@ -4,38 +4,28 @@ | |||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
| 7 | <DebugType>embedded</DebugType> | ||
| 7 | <RootNamespace>WixToolset.Netfx</RootNamespace> | 8 | <RootNamespace>WixToolset.Netfx</RootNamespace> |
| 8 | <Description>WiX Toolset .NET Framework Extension</Description> | 9 | <Description>WiX Toolset .NET Framework Extension</Description> |
| 9 | <Title>WiX Toolset .NET Framework Extension</Title> | 10 | <Title>WiX Toolset .NET Framework Extension</Title> |
| 10 | <DebugType>embedded</DebugType> | ||
| 11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | ||
| 12 | <IncludeSymbols>true</IncludeSymbols> | 11 | <IncludeSymbols>true</IncludeSymbols> |
| 13 | <NuspecProperties>Id=$(MSBuildThisFileName);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);Title=$(Title)</NuspecProperties> | ||
| 14 | </PropertyGroup> | 12 | </PropertyGroup> |
| 15 | 13 | ||
| 16 | <ItemGroup> | 14 | <ItemGroup> |
| 17 | <Content Include="$(MSBuildThisFileName).targets" /> | ||
| 18 | <EmbeddedResource Include="$(OutputPath)..\netfx.wixlib" /> | 15 | <EmbeddedResource Include="$(OutputPath)..\netfx.wixlib" /> |
| 19 | </ItemGroup> | 16 | </ItemGroup> |
| 20 | 17 | ||
| 21 | <ItemGroup> | 18 | <ItemGroup> |
| 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" /> | 19 | <ProjectReference Include="..\wixlib\netfx.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> |
| 23 | <PackageReference Include="WixToolset.Data" Version="4.0.*" PrivateAssets="all" /> | ||
| 24 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | ||
| 25 | </ItemGroup> | 20 | </ItemGroup> |
| 26 | 21 | ||
| 27 | <ItemGroup> | 22 | <ItemGroup> |
| 28 | <ProjectReference Include="..\wixlib\netfx.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> | 23 | <PackageReference Include="WixToolset.Data" Version="4.0.*" PrivateAssets="all" /> |
| 24 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | ||
| 29 | </ItemGroup> | 25 | </ItemGroup> |
| 30 | 26 | ||
| 31 | <ItemGroup> | 27 | <ItemGroup> |
| 28 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" /> | ||
| 32 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> | 29 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> |
| 33 | </ItemGroup> | 30 | </ItemGroup> |
| 34 | |||
| 35 | <Target Name="SetNuspecProperties" DependsOnTargets="InitializeSourceControlInformation" AfterTargets="GetBuildVersion"> | ||
| 36 | <PropertyGroup> | ||
| 37 | <NuspecBasePath>$(OutputPath)..\</NuspecBasePath> | ||
| 38 | <NuspecProperties>$(NuspecProperties);Version=$(BuildVersionSimple);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);ProjectFolder=$(MSBuildThisFileDirectory)</NuspecProperties> | ||
| 39 | </PropertyGroup> | ||
| 40 | </Target> | ||
| 41 | </Project> | 31 | </Project> |
