[PropLoadingHexagon] Initial release

This commit is contained in:
NotAKidoS 2024-06-24 04:14:57 -05:00
parent 4307d85329
commit a5e5b05ab8
11 changed files with 372 additions and 325 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>PropSpawnTweaks</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="TheClapper">
<HintPath>..\.ManagedLibs\TheClapper.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\loading_hexagon.assets">
<LogicalName>loading_hexagon.assets</LogicalName>
</EmbeddedResource> </ItemGroup>
</Project>