ClientMods/CustomInteractions.Prepatch/CustomInteractions.Prepatch.csproj

18 lines
466 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyName>IcyClawz.CustomInteractions.Prepatch</AssemblyName>
<Version>1.5.0</Version>
<RootNamespace>IcyClawz.CustomInteractions</RootNamespace>
2024-03-05 22:48:21 +02:00
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Cecil">
<HintPath>..\Shared\Mono.Cecil.dll</HintPath>
</Reference>
</ItemGroup>
</Project>