mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 02:27:51 +08:00
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
|
<!-- 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>
|