|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <IsTrimmable>true</IsTrimmable> |
5 | | - <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
6 | | - |
7 | | - <PackageId>AssetRipper.TextureDecoder</PackageId> |
8 | | - <PackageTags>C# Texture</PackageTags> |
9 | | - <RepositoryUrl>https://github.com/AssetRipper/TextureDecoder</RepositoryUrl> |
10 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
11 | | - <RepositoryType>git</RepositoryType> |
12 | | - <PackageProjectUrl>https://github.com/AssetRipper/TextureDecoder</PackageProjectUrl> |
13 | | - <Copyright>Copyright (c) 2022 - 2023 ds5678</Copyright> |
14 | | - <Description>Managed library for decoding textures in multiple formats.</Description> |
15 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
16 | | - |
17 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
18 | | - <DocumentationFile>bin\TextureDecoder.xml</DocumentationFile> |
19 | | - <NoWarn>1591</NoWarn> |
20 | | - </PropertyGroup> |
21 | | - |
22 | | - <ItemGroup> |
23 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> |
24 | | - <PrivateAssets>all</PrivateAssets> |
25 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
26 | | - </PackageReference> |
27 | | - </ItemGroup> |
28 | | - |
29 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <IsTrimmable>true</IsTrimmable> |
| 5 | + <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
| 6 | + |
| 7 | + <PackageId>AssetRipper.TextureDecoder</PackageId> |
| 8 | + <PackageTags>C# Texture</PackageTags> |
| 9 | + <RepositoryUrl>https://github.com/AssetRipper/TextureDecoder</RepositoryUrl> |
| 10 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 11 | + <RepositoryType>git</RepositoryType> |
| 12 | + <PackageProjectUrl>https://github.com/AssetRipper/TextureDecoder</PackageProjectUrl> |
| 13 | + <Copyright>Copyright (c) 2022 - 2024 ds5678</Copyright> |
| 14 | + <Description>Managed library for decoding textures in multiple formats.</Description> |
| 15 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 16 | + |
| 17 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 18 | + <DocumentationFile>bin\TextureDecoder.xml</DocumentationFile> |
| 19 | + <NoWarn>1591</NoWarn> |
| 20 | + </PropertyGroup> |
| 21 | + |
| 22 | + <ItemGroup> |
| 23 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> |
| 24 | + <PrivateAssets>all</PrivateAssets> |
| 25 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 26 | + </PackageReference> |
| 27 | + </ItemGroup> |
| 28 | + |
| 29 | +</Project> |
0 commit comments