MetalButtplug/MetalButtplug.csproj

25 lines
931 B
XML
Raw Normal View History

2024-05-19 20:38:50 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>MetalButtplug</AssemblyName>
<Description>buttplug.io support for Metal: Hellsinger</Description>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json
</RestoreAdditionalProjectSources>
<RootNamespace>MetalButtplug</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.*" IncludeAssets="compile" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
2024-05-20 11:19:30 +00:00
<Reference Include="Assembly-CSharp">
<HintPath>./BepInEx/interop/Assembly-CSharp.dll</HintPath>
</Reference>
2024-05-19 20:38:50 +00:00
</ItemGroup>
</Project>