|
|
|
@ -1,16 +1,20 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<TargetFramework>netstandard2.1</TargetFramework> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<OutputPath>C:\Users\Seraph\Desktop\Prototype\Assets_DLL\Build\</OutputPath> |
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DocumentationFile></DocumentationFile> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<TargetFramework>netstandard2.1</TargetFramework> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<BaseOutputPath>C:\Users\Seraph\Desktop\Prototype\Assets_DLL\Build\</BaseOutputPath> |
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> |
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
|
|
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -18,207 +22,120 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Unity.Cecil"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\Unity.Cecil.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Unity.Cecil.Mdb"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\Unity.Cecil.Mdb.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Unity.Cecil.Pdb"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\Unity.Cecil.Pdb.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEditor.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AccessibilityModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AIModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AndroidJNIModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AnimationModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ARModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AssetBundleModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AudioModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ClothModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ClusterInputModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ClusterRendererModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.CoreModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.CrashReportingModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.DirectorModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.DSPGraphModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.GameCenterModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.GridModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.HotReloadModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ImageConversionModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.IMGUIModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.InputLegacyModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.InputModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.JSONSerializeModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.LocalizationModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ParticleSystemModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.PerformanceReportingModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Physics2DModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.PhysicsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ProfilerModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.Stores"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.Stores.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ScreenCaptureModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.SharedInternalsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.SpriteMaskModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.SpriteShapeModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.StreamingModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.SubstanceModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.SubsystemsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.TerrainModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.TerrainPhysicsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.TextCoreModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.TextRenderingModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.TilemapModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.TLSModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UI"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UIElementsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UIModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UmbraModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UNETModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityAnalyticsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityConnectModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityTestProtocolModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityWebRequestAssetBundleModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityWebRequestAudioModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityWebRequestModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityWebRequestTextureModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UnityWebRequestWWWModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.VehiclesModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.VFXModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.VideoModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.VRModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.WindModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.XRModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2020.3.43f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.CoreModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.DeviceSimulatorModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.DiagnosticsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.EditorToolbarModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.GraphViewModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.PresetsUIModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.QuickSearchModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.SceneTemplateModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.SceneViewModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.TextCoreFontEngineModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.TextCoreTextEngineModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.UIBuilderModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.UIElementsModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.UIElementsSamplesModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEditor.UnityConnectModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AccessibilityModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.AudioModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.CoreModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.IMGUIModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.JSONSerializeModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.ParticleSystemModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.TextRenderingModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UIModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule"> |
|
|
|
<HintPath>..\..\..\..\..\..\Program Files\Unity\Hub\Editor\2022.3.62f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Purchasing.Common"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\Purchasing.Common.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.AppleCore"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.AppleCore.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.AppleMacosStub"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.AppleMacosStub.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.AppleStub"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.AppleStub.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.Codeless"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.Codeless.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.SecurityCore"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.SecurityCore.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.SecurityStub"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.SecurityStub.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.Stores"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.Stores.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.WinRTCore"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.WinRTCore.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.Purchasing.WinRTStub"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.Purchasing.WinRTStub.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="UnityEngine.UI"> |
|
|
|
<HintPath>..\..\Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|