mirror of
https://github.com/kwsch/pkNX.git
synced 2026-07-05 19:07:12 -05:00
12 lines
241 B
XML
12 lines
241 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>Randomizer Utility</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\pkNX.Structures\pkNX.Structures.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|