-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathTpk.TypeTrees.Json.csproj
More file actions
29 lines (23 loc) · 992 Bytes
/
Tpk.TypeTrees.Json.csproj
File metadata and controls
29 lines (23 loc) · 992 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>AssetRipper.Tpk.TypeTrees.Json</RootNamespace>
<AssemblyName>AssetRipper.Tpk.TypeTrees.Json</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageId>AssetRipper.Tpk.TypeTrees.Json</PackageId>
<PackageTags>C#</PackageTags>
<Description>Library for type tree serialization.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.HashAlgorithms" Version="1.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.300">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tpk\Tpk.csproj" />
</ItemGroup>
</Project>