mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-20 01:14:12 -05:00
12 lines
494 B
XML
12 lines
494 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\pkNX.Structures\pkNX.Structures.csproj" />
|
|
<ProjectReference Include="..\pkNX.Structures.FlatBuffers\pkNX.Structures.FlatBuffers.csproj" />
|
|
<FlatSharpSchema Include="Schemas\**\*.fbs">
|
|
<IncludePath>..\pkNX.Structures.FlatBuffers\Schemas\</IncludePath>
|
|
</FlatSharpSchema>
|
|
</ItemGroup>
|
|
</Project>
|