-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoluiNet.Core.UI.csproj
More file actions
36 lines (36 loc) · 1.5 KB
/
SoluiNet.Core.UI.csproj
File metadata and controls
36 lines (36 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{906B056F-5C3C-4673-B31A-8B02EBBF6680}</ProjectGuid>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<AssemblyTitle>SoluiNet.Core.UI</AssemblyTitle>
<Company>SoluiNet</Company>
<Product>SoluiNet.Core.UI</Product>
<Copyright>Copyright © SoluiNet 2019</Copyright>
</PropertyGroup>
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\build\$(TargetFramework)\$(Platform)\$(Configuration)\$(AssemblyTitle)\</OutputPath>
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
<NoWarn>$(NoWarn)</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<None Remove="stylecop.json" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SoluiNet.Core\SoluiNet.Core.csproj" />
</ItemGroup>
</Project>