Skip to content

Commit

Permalink
Merge pull request #1 from HolographicHat/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx authored Aug 13, 2024
2 parents 912c169 + 6f02cad commit 080bde1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<Configurations>Debug;Release</Configurations>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NuSpecFile>Snap.Hutao.SourceGeneration.nuspec</NuSpecFile>
</PropertyGroup>

<ItemDefinitionGroup>
Expand All @@ -23,4 +22,23 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
</ItemGroup>

<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/cs"/>
</ItemGroup>

<PropertyGroup>
<PackageId>Snap.Hutao.SourceGeneration</PackageId>
<Version>1.1.14</Version>
<Authors>DGP Studio</Authors>
<IncludeBuildOutput>false</IncludeBuildOutput>
<DevelopmentDependency>true</DevelopmentDependency>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Source Code generator for Snap.Hutao</Description>
<RepositoryUrl>https://github.com/DGP-Studio/Snap.Hutao.SourceGeneration</RepositoryUrl>
<PackageProjectUrl>https://github.com/DGP-Studio/Snap.Hutao.SourceGeneration</PackageProjectUrl>
<!-- https://github.com/nuget/home/issues/8583 -->
<!-- https://github.com/NuGet/docs.microsoft.com-nuget/blob/main/docs/reference/errors-and-warnings/NU5128.md -->
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
</PropertyGroup>

</Project>

This file was deleted.

0 comments on commit 080bde1

Please sign in to comment.