Split AppApi

This commit is contained in:
Natsumi
2023-10-13 23:40:24 +13:00
parent fbe7ca74fe
commit b3508119c2
9 changed files with 1244 additions and 1263 deletions
+7 -1
View File
@@ -82,7 +82,13 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Dotnet\AppApi.cs" />
<Compile Include="Dotnet\AppApi\AppApi.cs" />
<Compile Include="Dotnet\AppApi\Folders.cs" />
<Compile Include="Dotnet\AppApi\GameHandler.cs" />
<Compile Include="Dotnet\AppApi\LocalPlayerModerations.cs" />
<Compile Include="Dotnet\AppApi\Screenshot.cs" />
<Compile Include="Dotnet\AppApi\VrcConfigFile.cs" />
<Compile Include="Dotnet\AppApi\XSOverlay.cs" />
<Compile Include="Dotnet\AssetBundleCacher.cs" />
<Compile Include="Dotnet\AutoAppLaunchManager.cs" />
<Compile Include="Dotnet\Cef\CefCustomDownloadHandler.cs" />