NAK_CVR_Mods/LegacyContentMitigation/LegacyContentMitigation.csproj
NotAKidoS 94515efbe3 LegacyContentMitigation: initial commit
manual "multipass" in legacy worlds
2024-12-31 05:21:00 -06:00

14 lines
415 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="BTKUILib">
<HintPath>..\.ManagedLibs\BTKUILib.dll</HintPath>
</Reference>
<Reference Include="TheClapper">
<HintPath>..\.ManagedLibs\TheClapper.dll</HintPath>
</Reference>
</ItemGroup>
</Project>