-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
58 changes: 29 additions & 29 deletions
58
AssetRipper.TextureDecoder/AssetRipper.TextureDecoder.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<IsTrimmable>true</IsTrimmable> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
|
||
<PackageId>AssetRipper.TextureDecoder</PackageId> | ||
<PackageTags>C# Texture</PackageTags> | ||
<RepositoryUrl>https://github.com/AssetRipper/TextureDecoder</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageProjectUrl>https://github.com/AssetRipper/TextureDecoder</PackageProjectUrl> | ||
<Copyright>Copyright (c) 2022 - 2023 ds5678</Copyright> | ||
<Description>Managed library for decoding textures in multiple formats.</Description> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
|
||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<DocumentationFile>bin\TextureDecoder.xml</DocumentationFile> | ||
<NoWarn>1591</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<IsTrimmable>true</IsTrimmable> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
|
||
<PackageId>AssetRipper.TextureDecoder</PackageId> | ||
<PackageTags>C# Texture</PackageTags> | ||
<RepositoryUrl>https://github.com/AssetRipper/TextureDecoder</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageProjectUrl>https://github.com/AssetRipper/TextureDecoder</PackageProjectUrl> | ||
<Copyright>Copyright (c) 2022 - 2024 ds5678</Copyright> | ||
<Description>Managed library for decoding textures in multiple formats.</Description> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
|
||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<DocumentationFile>bin\TextureDecoder.xml</DocumentationFile> | ||
<NoWarn>1591</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters