This commit is contained in:
parent
0c67c4ce42
commit
5029249006
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "WeChatSharp",
|
"name": "WeChatSharp",
|
||||||
"rootNamespace": "",
|
"rootNamespace": "",
|
||||||
"references": [],
|
"references": [
|
||||||
|
"GUID:14fe60d984bf9f84eac55c6ea033a8f4"
|
||||||
|
],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
"allowUnsafeCode": false,
|
"allowUnsafeCode": false,
|
||||||
|
|
|
@ -16,4 +16,10 @@
|
||||||
<ProjectReference Include="..\BITKit\BITKit.csproj" />
|
<ProjectReference Include="..\BITKit\BITKit.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<!-- 排除Unity文件 -->
|
||||||
|
<None Remove="**\*.meta"/>
|
||||||
|
<None Remove="**\*.asmdef"/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue