mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 15:35:34 +00:00
This commit is contained in:
parent
cd32a6db54
commit
8f0ce4b1d5
|
@ -1,68 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
|
|
||||||
|
|
||||||
<Solution name="OpenTK.Platform">
|
|
||||||
|
|
||||||
<Project name="OpenTK.Platform.Windows" path=".\Windows" language="C#" type="Library">
|
|
||||||
|
|
||||||
<Configuration name="Debug">
|
|
||||||
<Options>
|
|
||||||
<CompilerDefines>DEBUG;TRACE;</CompilerDefines>
|
|
||||||
<OptimizeCode>false</OptimizeCode>
|
|
||||||
<OutputPath>..\..\..\Binaries\Debug\Libraries</OutputPath>
|
|
||||||
<DebugInformation>true</DebugInformation>
|
|
||||||
</Options>
|
|
||||||
</Configuration>
|
|
||||||
|
|
||||||
<Configuration name="Release">
|
|
||||||
<Options>
|
|
||||||
<CompilerDefines>TRACE;</CompilerDefines>
|
|
||||||
<OptimizeCode>true</OptimizeCode>
|
|
||||||
<OutputPath>..\..\..\Binaries\Release\Libraries</OutputPath>
|
|
||||||
<DebugInformation>false</DebugInformation>
|
|
||||||
</Options>
|
|
||||||
</Configuration>
|
|
||||||
|
|
||||||
<Reference name="System"/>
|
|
||||||
<Reference name="System.Drawing"/>
|
|
||||||
<Reference name="System.Windows.Forms"/>
|
|
||||||
|
|
||||||
<Files>
|
|
||||||
<Match path="." pattern="*.cs" recurse="true"/>
|
|
||||||
</Files>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
|
|
||||||
<Project name="OpenTK.Platform.X11" path=".\X11" language="C#" type="Library">
|
|
||||||
|
|
||||||
<Configuration name="Debug">
|
|
||||||
<Options>
|
|
||||||
<CompilerDefines>DEBUG;TRACE;</CompilerDefines>
|
|
||||||
<OptimizeCode>false</OptimizeCode>
|
|
||||||
<OutputPath>..\..\..\Binaries\Debug\Libraries</OutputPath>
|
|
||||||
<DebugInformation>true</DebugInformation>
|
|
||||||
</Options>
|
|
||||||
</Configuration>
|
|
||||||
|
|
||||||
<Configuration name="Release">
|
|
||||||
<Options>
|
|
||||||
<CompilerDefines>TRACE;</CompilerDefines>
|
|
||||||
<OptimizeCode>true</OptimizeCode>
|
|
||||||
<OutputPath>..\..\..\Binaries\Release\Libraries</OutputPath>
|
|
||||||
<DebugInformation>false</DebugInformation>
|
|
||||||
</Options>
|
|
||||||
</Configuration>
|
|
||||||
|
|
||||||
<Reference name="System"/>
|
|
||||||
<Reference name="System.Drawing"/>
|
|
||||||
<Reference name="System.Windows.Forms"/>
|
|
||||||
|
|
||||||
<Files>
|
|
||||||
<Match path="." pattern="*.cs" recurse="true"/>
|
|
||||||
</Files>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
|
|
||||||
</Solution>
|
|
||||||
|
|
||||||
</Prebuild>
|
|
Loading…
Reference in a new issue