18 lines
506 B
XML
18 lines
506 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RootNamespace>cavestory_imguihack</RootNamespace>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ClickableTransparentOverlay" Version="11.0.1" />
|
|
<PackageReference Include="swed32" Version="1.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|