-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClock.csproj
More file actions
18 lines (17 loc) · 799 Bytes
/
Copy pathClock.csproj
File metadata and controls
18 lines (17 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Dalamud.NET.Sdk/15.0.0">
<PropertyGroup>
<Version>1.0.7.5</Version>
<PackageProjectUrl>https://github.com/LatencyBryer/clock</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Content Include="Fonts/DS-DIGI.ttf" CopyToOutputDirectory="PreserveNewest" />
<Content Include="Fonts/E1234.ttf" CopyToOutputDirectory="PreserveNewest" />
<Content Include="Fonts/ka1.ttf" CopyToOutputDirectory="PreserveNewest" />
<Content Include="Fonts/DigitTech7-Regular.otf" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>