RustDedicated/UnityEngine.UI/UnityEngine.UI.csproj
2025-12-05 19:10:39 +10:30

25 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>UnityEngine.UI</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup />
<ItemGroup />
<ItemGroup>
<ProjectReference Include="../UnityEngine.CoreModule/UnityEngine.CoreModule.csproj" />
<ProjectReference Include="../UnityEngine.UIModule/UnityEngine.UIModule.csproj" />
<ProjectReference Include="../UnityEngine.TextRenderingModule/UnityEngine.TextRenderingModule.csproj" />
<ProjectReference Include="../System.Core/System.Core.csproj" />
<ProjectReference Include="../UnityEngine.PhysicsModule/UnityEngine.PhysicsModule.csproj" />
<ProjectReference Include="../UnityEngine.Physics2DModule/UnityEngine.Physics2DModule.csproj" />
<ProjectReference Include="../UnityEngine.IMGUIModule/UnityEngine.IMGUIModule.csproj" />
<ProjectReference Include="../UnityEngine.AnimationModule/UnityEngine.AnimationModule.csproj" />
<ProjectReference Include="../UnityEngine.InputLegacyModule/UnityEngine.InputLegacyModule.csproj" />
</ItemGroup>
</Project>