|
@@ -41,74 +41,74 @@
|
|
|
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\PlatformABI.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\MethodBridgeGeneratorCommand.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\MsvcStdextWorkaround.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericClass.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\SettingsPresetReceiver.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\StripAOTDllCommand.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HybridCLRHooks\CopyStrippedAOTAssembliesHook.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericArgumentContext.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HybridCLRHooks\PatchScriptingAssembliesJsonHook.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\PathAssemblyResolver.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\ScriptingAssembliesJsonPatcher.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Il2CppDef\Il2CppDefGenerator.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Template\FileRegionReplace.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\CodePatcher.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\Analyzer.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\MetaUtil.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\Il2CppDefGeneratorCommand.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\AddLil2cppSourceCodeToXcodeproj2021OrOlder.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\LDasm.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\AddLil2cppSourceCodeToXcodeproj2022OrNewer.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ParamInfo.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\Il2CppDefGeneratorCommand.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HookPool.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HybridCLRHooks\GetIl2CppFolderHook.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeInfo.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ABIUtil.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\GenericReferenceWriter.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\ScriptingAssembliesJsonPatcher.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Il2CppDef\Il2CppDefGenerator.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\Analyzer.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\SettingsPresetReceiver.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\MenuProvider.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\Generator.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HybridCLRHooks\CopyStrippedAOTAssembliesHook.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\MethodHook.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ParamOrReturnType.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HookUtils.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\HybridCLRSettings.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\HybridCLRSettingProvider.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\CopyStrippedAOTAssemblies.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\FixedSetAssemblyResolver.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\AOTReferenceGeneratorCommand.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\PatchScriptingAssemblyList.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericClass.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\CodePatcher.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HybridCLRHooks\GetIl2CppFolderHook.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeCreator.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\MethodDesc.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\EditorStatusWatcher.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\HybridCLRSettings.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyResolverBase.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Installer\InstallerWindow.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\ReversePInvokeWrapperGeneratorCommand.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\MethodReferenceAnalyzer.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericMethod.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\ScriptableSignleton.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ReversePInvokeWrap\Analyzer.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\HashUtil.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\IAssemblyResolver.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\MsvcStdextWorkaround.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\Analyzer.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HybridCLRHooks\PatchScriptingAssembliesJsonHook.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Installer\BashUtil.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ParamOrReturnType.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Link\LinkXmlWriter.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\CompileDllCommand.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\ReversePInvokeWrapperGeneratorCommand.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HookUtils_OSX.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ABIUtil.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\HookUtils.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\FilterHotFixAssemblies.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ValueTypeSizeAligmentCalculator.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\CheckSettings.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\MethodReferenceAnalyzer.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\GenericReferenceWriter.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\Generator.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\SettingsUtil.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\StripAOTDllCommand.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyResolverBase.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyCache.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\AddLil2cppSourceCodeToXcodeproj2021OrOlder.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Link\LinkXmlWriter.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyReferenceDeepCollector.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityHook\MethodHook.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeInfo.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\FixedSetAssemblyResolver.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\CombinedAssemblyResolver.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\LinkGeneratorCommand.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericMethod.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\CompileDllCommand.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\PrebuildCommand.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\MenuProvider.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\AddLil2cppSourceCodeToXcodeproj2022OrNewer.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\ScriptableSignleton.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\HybridCLRSettingProvider.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\PlatformABI.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\MetaUtil.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\MethodBridgeGeneratorCommand.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\MethodDesc.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Link\Analyzer.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ReversePInvokeWrap\Generator.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\ConstraintContext.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\SettingsUtil.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\CopyStrippedAOTAssemblies.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\IAssemblyResolver.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\LinkGeneratorCommand.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Installer\InstallerController.cs" />
|
|
|
<Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyCacheBase.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ReversePInvokeWrap\Analyzer.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ParamInfo.cs" />
|
|
|
- <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\PatchScriptingAssemblyList.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Installer\InstallerWindow.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ValueTypeSizeAligmentCalculator.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\PrebuildCommand.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericArgumentContext.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\PathAssemblyResolver.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\EditorStatusWatcher.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\FilterHotFixAssemblies.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\CheckSettings.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\CombinedAssemblyResolver.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\ConstraintContext.cs" />
|
|
|
+ <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ReversePInvokeWrap\Generator.cs" />
|
|
|
<None Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\HybridCLR.Editor.asmdef" />
|
|
|
<Reference Include="UnityEngine">
|
|
|
<HintPath>C:\Program Files\Unity\Hub\Editor\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
|
|
@@ -404,6 +404,9 @@
|
|
|
<Reference Include="NLog">
|
|
|
<HintPath>D:\kimoji\ET-release7.2\Unity\Assets\Plugins\NLog.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="dnlib">
|
|
|
+ <HintPath>D:\kimoji\ET-release7.2\Unity\Packages\com.focus-creative-games.hybridclr_unity\Plugins\dnlib.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="DnsClient">
|
|
|
<HintPath>D:\kimoji\ET-release7.2\Unity\Assets\Plugins\MongoDB\DnsClient.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -425,9 +428,6 @@
|
|
|
<Reference Include="MongoDB.Bson">
|
|
|
<HintPath>D:\kimoji\ET-release7.2\Unity\Assets\Plugins\MongoDB\MongoDB.Bson.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="dnlib">
|
|
|
- <HintPath>D:\kimoji\ET-release7.2\Unity\Packages\com.focus-creative-games.hybridclr_unity\Plugins\dnlib.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="nunit.framework">
|
|
|
<HintPath>D:\kimoji\ET-release7.2\Unity\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll</HintPath>
|
|
|
</Reference>
|