1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 23:00:48 +08:00
Files
osu-lazer/OpenTK.props
T

9 lines
341 B
XML

<!-- Contains required properties for OpenTK includes. -->
<Project>
<ItemGroup Label="OpenTK">
<Reference Include="..\osu-framework\Libraries\OpenTK.dll" />
<Content Include="..\osu-framework\Libraries\OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>