Files
2026-08-17 18:18:13 +08:00

15 lines
598 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<AssemblyName>ExampleGreedMod.Rules</AssemblyName>
<RootNamespace>ExampleGreedMod</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ReplacedPerson.Core\ReplacedPerson.Core.csproj" />
<Compile Include="..\..\Assets\Demos\ReplacedPerson\Mods\ExampleGreedMod\Rules\ExampleGreedRules.cs" Link="ExampleGreedRules.cs" />
</ItemGroup>
</Project>