Fixed filenames of xml documentation (OpenTK.xml and OpenTK.Utilities.xml).
This commit is contained in:
parent
ef6562d266
commit
936247b6d1
1 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,6 @@
|
||||||
<OptimizeCode>true</OptimizeCode>
|
<OptimizeCode>true</OptimizeCode>
|
||||||
<!--<OutputPath>../../Binaries/Release/Libraries</OutputPath>-->
|
<!--<OutputPath>../../Binaries/Release/Libraries</OutputPath>-->
|
||||||
<DebugInformation>false</DebugInformation>
|
<DebugInformation>false</DebugInformation>
|
||||||
<XmlDocFile>OpenTK.xml</XmlDocFile>
|
|
||||||
</Options>
|
</Options>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
||||||
|
@ -90,13 +89,14 @@
|
||||||
<Options>
|
<Options>
|
||||||
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
||||||
<AllowUnsafe>true</AllowUnsafe>
|
<AllowUnsafe>true</AllowUnsafe>
|
||||||
|
<XmlDocFile>OpenTK.xml</XmlDocFile>
|
||||||
</Options>
|
</Options>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
||||||
<Reference name="System"/>
|
<Reference name="System"/>
|
||||||
<Reference name="System.Drawing"/>
|
<Reference name="System.Drawing"/>
|
||||||
<Reference name="System.Windows.Forms"/>
|
<Reference name="System.Windows.Forms"/>
|
||||||
<Reference name="System.Data"/>
|
<Reference name="System.Data"/>
|
||||||
<Reference name="System.Xml"/>
|
<Reference name="System.Xml"/>
|
||||||
|
|
||||||
<Files>
|
<Files>
|
||||||
|
@ -119,6 +119,7 @@
|
||||||
<Options>
|
<Options>
|
||||||
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
||||||
<AllowUnsafe>true</AllowUnsafe>
|
<AllowUnsafe>true</AllowUnsafe>
|
||||||
|
<XmlDocFile>OpenTK.Utilities.xml</XmlDocFile>
|
||||||
</Options>
|
</Options>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
||||||
|
@ -155,7 +156,7 @@
|
||||||
<Reference name="System"/>
|
<Reference name="System"/>
|
||||||
<Reference name="System.Drawing"/>
|
<Reference name="System.Drawing"/>
|
||||||
<Reference name="System.Windows.Forms"/>
|
<Reference name="System.Windows.Forms"/>
|
||||||
<Reference name="System.Data"/>
|
<Reference name="System.Data"/>
|
||||||
<Reference name="System.Xml"/>
|
<Reference name="System.Xml"/>
|
||||||
|
|
||||||
<Files>
|
<Files>
|
||||||
|
|
Loading…
Reference in a new issue