diff options
Diffstat (limited to 'src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj')
-rw-r--r-- | src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj b/src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj deleted file mode 100644 index 750db40e..00000000 --- a/src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | ||
5 | <PropertyGroup> | ||
6 | <TargetFramework>netstandard2.0</TargetFramework> | ||
7 | <RootNamespace>WixToolset.Dnc.HostGenerator</RootNamespace> | ||
8 | <Description>WiX Toolset .NET Core BA Host Generator</Description> | ||
9 | <Title>WiX Toolset .NET Core BA Host Generator</Title> | ||
10 | <DebugType>embedded</DebugType> | ||
11 | <PlatformTarget>AnyCPU</PlatformTarget> | ||
12 | <IncludeThisAssembly>true</IncludeThisAssembly> | ||
13 | </PropertyGroup> | ||
14 | |||
15 | <ItemGroup> | ||
16 | <Content Include="build\$(AssemblyName).props" CopyToOutputDirectory="PreserveNewest" /> | ||
17 | <Content Include="build\$(AssemblyName).targets" CopyToOutputDirectory="PreserveNewest" /> | ||
18 | </ItemGroup> | ||
19 | |||
20 | <ItemGroup> | ||
21 | <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" /> | ||
22 | <PackageReference Include="Microsoft.CodeAnalysis.Analyzers"> | ||
23 | <PrivateAssets>all</PrivateAssets> | ||
24 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
25 | </PackageReference> | ||
26 | </ItemGroup> | ||
27 | </Project> | ||