mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 12:15:46 +00:00
5d303f6257
Added icon to Examples project.
195 lines
6.7 KiB
XML
195 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd">
|
|
|
|
<Solution name="OpenTK">
|
|
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<CompilerDefines>DEBUG;TRACE;</CompilerDefines>
|
|
<OptimizeCode>false</OptimizeCode>
|
|
<DebugInformation>true</DebugInformation>
|
|
{0} <!-- KeyFile -->
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<CompilerDefines>TRACE;</CompilerDefines>
|
|
<OptimizeCode>true</OptimizeCode>
|
|
<DebugInformation>false</DebugInformation>
|
|
{0} <!-- KeyFile -->
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Files>
|
|
<File>Documentation/Todo.txt</File>
|
|
<File>Documentation/Release.txt</File>
|
|
<File>Documentation/Changelog.txt</File>
|
|
<File>Documentation/License.txt</File>
|
|
<File>Build/Instructions.txt</File>
|
|
<File>Build/Prebuild.xml</File>
|
|
</Files>
|
|
|
|
<Project name="OpenTK" path="Source/OpenTK" language="C#" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Debug</OutputPath>
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
<XmlDocFile>OpenTK.xml</XmlDocFile>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Release</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.Xml"/>
|
|
|
|
<Files>
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
<Match path="." pattern="*.resx" recurse="true" buildAction="EmbeddedResource"/>
|
|
<Match path="." pattern="OpenTK.dll.config" buildAction="None" copyToOutput="Always"/>
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
<Project name="OpenTK.Build" path="Source/Build" language="C#" type="Exe" assemblyName="Build">
|
|
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Debug</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Release</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Files>
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
<Match path="." pattern="*.resx" recurse="true" buildAction="EmbeddedResource"/>
|
|
<Match path="Resources" pattern="*.*" buildAction="Content"/>
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
<Project name="OpenTK.Compatibility" path="Source/Compatibility" language="C#" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Debug</OutputPath>
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
<XmlDocFile>OpenTK.Compatibility.xml</XmlDocFile>
|
|
<SuppressWarnings>1591</SuppressWarnings>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Release</OutputPath>
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
<XmlDocFile>OpenTK.Compatibility.xml</XmlDocFile>
|
|
<SuppressWarnings>1591</SuppressWarnings>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Reference name="OpenTK"/>
|
|
<Reference name="OpenTK.GLControl"/>
|
|
<Reference name="System"/>
|
|
<Reference name="System.Drawing"/>
|
|
<Reference name="System.Windows.Forms"/>
|
|
<Reference name="System.Data"/>
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Files>
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
<Match path="." pattern="*.resx" recurse="true" buildAction="EmbeddedResource"/>
|
|
<Match path="." pattern="OpenTK.Compatibility.dll.config" buildAction="None" copyToOutput="Always"/>
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
<Project name="OpenTK.Examples" path="Source/Examples" language="C#" type="WinExe" startupObject="Examples.Program" assemblyName="Examples" icon="Resources/App.ico">
|
|
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Debug</OutputPath>
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Release</OutputPath>
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Reference name="OpenTK" localCopy="true"/>
|
|
<Reference name="OpenTK.GLControl" localCopy="true"/>
|
|
<Reference name="System"/>
|
|
<Reference name="System.Drawing"/>
|
|
<Reference name="System.Windows.Forms"/>
|
|
<Reference name="System.Data"/>
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Files>
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
<Match path="." pattern="*.rtf" recurse="true" buildAction="EmbeddedResource" />
|
|
<Match path="." pattern="*.resx" recurse="true" buildAction="EmbeddedResource"/>
|
|
<Match path="../Examples/Data" pattern="^.*\.(bmp|png|jpg|txt|glsl|wav|ogg|dds|ico)$" useRegex="true" recurse="true" buildAction="None" copyToOutput="Always"/>
|
|
<Match path="../Examples/Resources" pattern="^.*\.(bmp|png|jpg|txt|glsl|wav|ogg|dds|ico)$" useRegex="true" recurse="true" buildAction="None"/>
|
|
<Match path="../OpenTK" pattern="OpenTK.dll.config" buildAction="None" copyToOutput="Always"/>
|
|
<Match path="../OpenTK" pattern="OpenTK.Compatibility.dll.config" buildAction="None" copyToOutput="Always"/>
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
<Project name="OpenTK.GLControl" path="Source/GLControl" language="C#" type="Library">
|
|
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Debug</OutputPath>
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
<XmlDocFile>OpenTK.GLControl.xml</XmlDocFile>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../Binaries/OpenTK/Release</OutputPath>
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
<XmlDocFile>OpenTK.GLControl.xml</XmlDocFile>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<Reference name="OpenTK"/>
|
|
<Reference name="System"/>
|
|
<Reference name="System.Drawing"/>
|
|
<Reference name="System.Windows.Forms"/>
|
|
<Reference name="System.Data"/>
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Files>
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
</Files>
|
|
|
|
</Project>
|
|
|
|
</Solution>
|
|
|
|
</Prebuild>
|