-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLEFontPatch.csproj
30 lines (25 loc) · 988 Bytes
/
LEFontPatch.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<IlcFoldIdenticalMethodBodies>true</IlcFoldIdenticalMethodBodies>
<DebuggerSupport>false</DebuggerSupport>
<EventSourceSupport>false</EventSourceSupport>
<RollForward>LatestMajor</RollForward>
<Version>1.0.0</Version>
<Authors>aianlinb</Authors>
<Copyright>Copyright © 2024 aianlinb</Copyright>
<PackageId>LastEpoch.Font</PackageId>
<RepositoryUrl>https://github.com/aianlinb/LEFontPatch</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetsTools.NET.Cpp2IL" Version="*" />
<EmbeddedResource Include="classdata.tpk" />
<RdXmlFile Include="LibCpp2IL.RD.xml"/>
</ItemGroup>
</Project>