Skip to content

Commit

Permalink
处理代码
Browse files Browse the repository at this point in the history
  • Loading branch information
KusaGumina committed Oct 19, 2023
1 parent 79f04c3 commit 2017d08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
Binary file removed RedProtocolSharp.dll
Binary file not shown.
14 changes: 1 addition & 13 deletions RedProtocolSharp/RedProtocolSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,14 @@
<PackageReleaseNotes>初代版本</PackageReleaseNotes>
<Configurations>Release</Configurations>
<Platforms>AnyCPU</Platforms>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="WebSocketSharp" Version="1.0.3-rc11" />
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Remove="obj\Release\**" />
<None Remove="obj\**" />
</ItemGroup>

<ItemGroup>
<Compile Remove="obj\Release\**" />
<Compile Remove="obj\**" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Remove="obj\Release\**" />
<EmbeddedResource Remove="obj\**" />
</ItemGroup>

</Project>

0 comments on commit 2017d08

Please sign in to comment.