Skip to content

Commit

Permalink
Update RueI.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Nov 20, 2023
1 parent f6e701a commit 2652868
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RueI/RueI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<PackageTags>scpsl</PackageTags>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -68,4 +71,15 @@
<Folder Include="RueI\Enums\Extensions\" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 2652868

Please sign in to comment.