diff options
Diffstat (limited to 'src/wixext/WixToolset.ComPlus.wixext.csproj')
-rw-r--r-- | src/wixext/WixToolset.ComPlus.wixext.csproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/wixext/WixToolset.ComPlus.wixext.csproj b/src/wixext/WixToolset.ComPlus.wixext.csproj index 5e411efb..11271ad3 100644 --- a/src/wixext/WixToolset.ComPlus.wixext.csproj +++ b/src/wixext/WixToolset.ComPlus.wixext.csproj | |||
@@ -4,28 +4,29 @@ | |||
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.ComPlus</RootNamespace> | 8 | <RootNamespace>WixToolset.ComPlus</RootNamespace> |
8 | <Description>WiX Toolset ComPlus Extension</Description> | 9 | <Description>WiX Toolset ComPlus Extension</Description> |
9 | <Title>WiX Toolset ComPlus Extension</Title> | 10 | <Title>WiX Toolset ComPlus Extension</Title> |
10 | <IsTool>true</IsTool> | 11 | <IsTool>true</IsTool> |
11 | <ContentTargetFolders>build</ContentTargetFolders> | 12 | <IncludeSymbols>true</IncludeSymbols> |
12 | </PropertyGroup> | 13 | </PropertyGroup> |
13 | 14 | ||
14 | <ItemGroup> | 15 | <ItemGroup> |
15 | <Content Include="$(MSBuildThisFileName).targets" /> | ||
16 | <EmbeddedResource Include="$(OutputPath)..\complus.wixlib" /> | 16 | <EmbeddedResource Include="$(OutputPath)..\complus.wixlib" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | 18 | ||
19 | <ItemGroup> | 19 | <ItemGroup> |
20 | <PackageReference Include="WixToolset.Data" Version="4.0.*" PrivateAssets="all" /> | 20 | <ProjectReference Include="..\wixlib\complus.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> |
21 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | ||
22 | </ItemGroup> | 21 | </ItemGroup> |
23 | 22 | ||
24 | <ItemGroup> | 23 | <ItemGroup> |
25 | <ProjectReference Include="..\wixlib\complus.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> | 24 | <PackageReference Include="WixToolset.Data" Version="4.0.*" PrivateAssets="all" /> |
25 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | ||
26 | </ItemGroup> | 26 | </ItemGroup> |
27 | 27 | ||
28 | <ItemGroup> | 28 | <ItemGroup> |
29 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> | 29 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" /> |
30 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> | ||
30 | </ItemGroup> | 31 | </ItemGroup> |
31 | </Project> | 32 | </Project> |