diff options
Diffstat (limited to 'src/ext/Bal/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj')
-rw-r--r-- | src/ext/Bal/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/ext/Bal/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj b/src/ext/Bal/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj index 3ee0ad1e..0bcd523c 100644 --- a/src/ext/Bal/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj +++ b/src/ext/Bal/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj | |||
@@ -15,14 +15,15 @@ | |||
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <None Include="WixToolset.Mba.Host.config" CopyToOutputDirectory="PreserveNewest" /> | 16 | <None Include="WixToolset.Mba.Host.config" CopyToOutputDirectory="PreserveNewest" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | |||
18 | <ItemGroup> | 19 | <ItemGroup> |
19 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | 20 | <Reference Include="System.Configuration" /> |
20 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | ||
21 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.*" /> | ||
22 | </ItemGroup> | 21 | </ItemGroup> |
22 | |||
23 | <ItemGroup> | 23 | <ItemGroup> |
24 | <Reference Include="System.Configuration" /> | 24 | <PackageReference Include="WixToolset.Mba.Core" /> |
25 | </ItemGroup> | 25 | </ItemGroup> |
26 | |||
26 | <ItemGroup> | 27 | <ItemGroup> |
27 | <HeaderPath Include="$(BaseOutputPath)obj\$(AssemblyName).h"> | 28 | <HeaderPath Include="$(BaseOutputPath)obj\$(AssemblyName).h"> |
28 | <Visible>False</Visible> | 29 | <Visible>False</Visible> |
@@ -44,11 +45,4 @@ | |||
44 | <FileWrites Include="@(HeaderPath)" /> | 45 | <FileWrites Include="@(HeaderPath)" /> |
45 | </ItemGroup> | 46 | </ItemGroup> |
46 | </Target> | 47 | </Target> |
47 | 48 | </Project> | |
48 | <Target Name="SetNuspecProperties" DependsOnTargets="InitializeSourceControlInformation" AfterTargets="GetBuildVersion"> | ||
49 | <PropertyGroup> | ||
50 | <NuspecBasePath>$(OutputPath)</NuspecBasePath> | ||
51 | <NuspecProperties>Id=$(AssemblyName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl)</NuspecProperties> | ||
52 | </PropertyGroup> | ||
53 | </Target> | ||
54 | </Project> \ No newline at end of file | ||