25 lines
1.4 KiB
XML
25 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>UnityEngine.UIElementsModule</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<TargetFramework>net48</TargetFramework>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LangVersion>12.0</LangVersion>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<ProjectReference Include="../UnityEngine.SharedInternalsModule/UnityEngine.SharedInternalsModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.CoreModule/UnityEngine.CoreModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.IMGUIModule/UnityEngine.IMGUIModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.InputLegacyModule/UnityEngine.InputLegacyModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.TextRenderingModule/UnityEngine.TextRenderingModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.TextCoreTextEngineModule/UnityEngine.TextCoreTextEngineModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.TextCoreFontEngineModule/UnityEngine.TextCoreFontEngineModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.JSONSerializeModule/UnityEngine.JSONSerializeModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.UIModule/UnityEngine.UIModule.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|