mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 20:21:10 +00:00
Added System.Xml reference.
Added new documentation files to solution.
This commit is contained in:
parent
2bf0e4731f
commit
a1a0a07f76
|
@ -45,7 +45,7 @@
|
|||
</Configuration>
|
||||
|
||||
<Reference name="System"/>
|
||||
|
||||
|
||||
<Files>
|
||||
<Match path="." pattern="*.cs" recurse="true"/>
|
||||
</Files>
|
||||
|
@ -67,11 +67,15 @@
|
|||
</Configuration>
|
||||
|
||||
<Reference name="System"/>
|
||||
<Reference name="System.Xml"/>
|
||||
|
||||
<Files>
|
||||
<Match path="." pattern="*.cs" recurse="true"/>
|
||||
<Match path="." pattern="*.spec" recurse="true" buildAction="None"/>
|
||||
<Match path="." pattern="*.tm" recurse="true" buildAction="None"/>
|
||||
<Match path="." pattern="*.xml" recurse="true" buildAction="None"/>
|
||||
<Match path="." pattern="*.xslt" recurse="true" buildAction="None"/>
|
||||
<Match path="." pattern="*.txt" recurse="true" buildAction="None"/>
|
||||
</Files>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue