mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 06:55:34 +00:00
Fixed filenames of xml documentation (OpenTK.xml and OpenTK.Utilities.xml).
This commit is contained in:
parent
80c0895005
commit
476ac76e22
|
@ -18,7 +18,6 @@
|
|||
<OptimizeCode>true</OptimizeCode>
|
||||
<!--<OutputPath>../../Binaries/Release/Libraries</OutputPath>-->
|
||||
<DebugInformation>false</DebugInformation>
|
||||
<XmlDocFile>OpenTK.xml</XmlDocFile>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
|
@ -90,13 +89,14 @@
|
|||
<Options>
|
||||
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
||||
<AllowUnsafe>true</AllowUnsafe>
|
||||
<XmlDocFile>OpenTK.xml</XmlDocFile>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
<Reference name="System"/>
|
||||
<Reference name="System.Drawing"/>
|
||||
<Reference name="System.Windows.Forms"/>
|
||||
<Reference name="System.Data"/>
|
||||
<Reference name="System.Data"/>
|
||||
<Reference name="System.Xml"/>
|
||||
|
||||
<Files>
|
||||
|
@ -119,6 +119,7 @@
|
|||
<Options>
|
||||
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
||||
<AllowUnsafe>true</AllowUnsafe>
|
||||
<XmlDocFile>OpenTK.Utilities.xml</XmlDocFile>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
|
@ -155,7 +156,7 @@
|
|||
<Reference name="System"/>
|
||||
<Reference name="System.Drawing"/>
|
||||
<Reference name="System.Windows.Forms"/>
|
||||
<Reference name="System.Data"/>
|
||||
<Reference name="System.Data"/>
|
||||
<Reference name="System.Xml"/>
|
||||
|
||||
<Files>
|
||||
|
|
Loading…
Reference in a new issue