diff options
-rw-r--r-- | Documents/999_其他/XML对比Json.docx | bin | 0 -> 11745 bytes | |||
-rw-r--r-- | Plugins/说明.txt | 1 | ||||
-rw-r--r-- | Projects/UGEditor/UGEditor.csproj | 1 | ||||
-rw-r--r-- | Projects/ULTRAGUNFU/ULTRAGUNFU.csproj | 1 |
4 files changed, 3 insertions, 0 deletions
diff --git a/Documents/999_其他/XML对比Json.docx b/Documents/999_其他/XML对比Json.docx Binary files differnew file mode 100644 index 0000000..49f24e3 --- /dev/null +++ b/Documents/999_其他/XML对比Json.docx diff --git a/Plugins/说明.txt b/Plugins/说明.txt new file mode 100644 index 0000000..d9febca --- /dev/null +++ b/Plugins/说明.txt @@ -0,0 +1 @@ +主要是MonoGame的插件,其他插件\扩展放到ThirdParty下面
\ No newline at end of file diff --git a/Projects/UGEditor/UGEditor.csproj b/Projects/UGEditor/UGEditor.csproj index debddf1..414b0d1 100644 --- a/Projects/UGEditor/UGEditor.csproj +++ b/Projects/UGEditor/UGEditor.csproj @@ -30,6 +30,7 @@ <ItemGroup> <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" /> <PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> </ItemGroup> <ItemGroup> <None Update="icon.png"> diff --git a/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj b/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj index a7fb71d..f37dbb9 100644 --- a/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj +++ b/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj @@ -21,6 +21,7 @@ <ItemGroup> <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" /> <PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> </ItemGroup> <Target Name="RestoreDotnetTools" BeforeTargets="Restore"> <Message Text="Restoring dotnet tools" Importance="High" /> |