mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Fixed filenames of xml documentation (OpenTK.xml and OpenTK.Utilities.xml).
This commit is contained in:
parent
ef6562d266
commit
936247b6d1
|
@ -18,7 +18,6 @@
|
|||
<OptimizeCode>true</OptimizeCode>
|
||||
<!--<OutputPath>../../Binaries/Release/Libraries</OutputPath>-->
|
||||
<DebugInformation>false</DebugInformation>
|
||||
<XmlDocFile>OpenTK.xml</XmlDocFile>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
|
@ -90,6 +89,7 @@
|
|||
<Options>
|
||||
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
||||
<AllowUnsafe>true</AllowUnsafe>
|
||||
<XmlDocFile>OpenTK.xml</XmlDocFile>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
|
@ -119,6 +119,7 @@
|
|||
<Options>
|
||||
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
||||
<AllowUnsafe>true</AllowUnsafe>
|
||||
<XmlDocFile>OpenTK.Utilities.xml</XmlDocFile>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
|
|
Loading…
Reference in a new issue