mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 10:03:27 +08:00
16 lines
499 B
XML
16 lines
499 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<BepInExPluginGuid>org.soardev.cheatenabler</BepInExPluginGuid>
|
|
<Description>DSP MOD - CheatEnabler</Description>
|
|
<Version>2.4.3</Version>
|
|
<PackageId>CheatEnabler</PackageId>
|
|
<RootNamespace>CheatEnabler</RootNamespace>
|
|
<PackHasChangelog>true</PackHasChangelog>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\UXAssist\UXAssist.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|