20 lines
912 B
XML
20 lines
912 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>UnityEngine.TextCoreTextEngineModule</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.TextCoreFontEngineModule/UnityEngine.TextCoreFontEngineModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.CoreModule/UnityEngine.CoreModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.TextRenderingModule/UnityEngine.TextRenderingModule.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|