This commit is contained in:
CortexCore 2024-07-29 17:53:17 +08:00
parent 0c67c4ce42
commit 5029249006
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{
"name": "WeChatSharp",
"rootNamespace": "",
"references": [],
"references": [
"GUID:14fe60d984bf9f84eac55c6ea033a8f4"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,

View File

@ -16,4 +16,10 @@
<ProjectReference Include="..\BITKit\BITKit.csproj" />
</ItemGroup>
<ItemGroup>
<!-- 排除Unity文件 -->
<None Remove="**\*.meta"/>
<None Remove="**\*.asmdef"/>
</ItemGroup>
</Project>