<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{5FDFF4B6-0000-0000-0000-000000000000}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>Convert</AssemblyName> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <OutputType>Exe</OutputType> <AppDesignerFolder> </AppDesignerFolder> <RootNamespace>Convert</RootNamespace> <StartArguments> </StartArguments> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation /> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>DEBUG;TRACE;</DefineConstants> <DebugSymbols>True</DebugSymbols> <FileAlignment>4096</FileAlignment> <Optimize>False</Optimize> <OutputPath>..\..\Binaries\Tools\Debug\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <DebugType>full</DebugType> <Commandlineparameters>-p:gl -v:4.4 -t:xml -o:../../../Source/Bind/Specifications/GL2/signatures.xml https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml</Commandlineparameters> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE;</DefineConstants> <FileAlignment>4096</FileAlignment> <Optimize>True</Optimize> <OutputPath>..\..\Binaries\Tools\Release\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <DebugType>none</DebugType> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|AnyCPU'"> <OutputPath>..\..\Binaries\Tools\Release\</OutputPath> <DebugType>none</DebugType> <WarningLevel>4</WarningLevel> <Optimize>True</Optimize> <DefineConstants>TRACE;</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Nsis|AnyCPU'"> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE;</DefineConstants> <FileAlignment>4096</FileAlignment> <Optimize>True</Optimize> <OutputPath>..\..\Binaries\Tools\Release\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <DebugType>none</DebugType> </PropertyGroup> <PropertyGroup> <SignAssembly>True</SignAssembly> </PropertyGroup> <PropertyGroup> <AssemblyOriginatorKeyFile>..\..\OpenTK.snk</AssemblyOriginatorKeyFile> </PropertyGroup> <ItemGroup> <Reference Include="System"> <Name>System</Name> </Reference> <Reference Include="System.Core"> <Name>System.Core</Name> </Reference> <Reference Include="System.Xml"> <Name>System.Xml</Name> </Reference> <Reference Include="System.Xml.Linq"> <Name>System.Xml.Linq</Name> </Reference> </ItemGroup> <ItemGroup> <Compile Include="..\GlobalAssemblyInfo.cs"> <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="Main.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Options.cs"> <SubType>Code</SubType> </Compile> <Compile Include="ESCLParser.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Parser.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="GLParser.cs" /> <None Include="..\..\OpenTK.snk"> <Link>OpenTK.snk</Link> </None> <None Include="Headers\CL10\cl_gl.h"> </None> <None Include="Headers\CL10\cl.h"> </None> <None Include="Headers\ES10\gl.h"> </None> <None Include="Headers\ES11\glext.h"> </None> <None Include="Headers\ES11\gl.h"> </None> <None Include="Headers\EGL\eglext.h"> </None> <None Include="Headers\EGL\egl.h"> </None> <None Include="Headers\ES20\gl2.h"> </None> <None Include="Headers\ES20\gl2ext.h"> </None> <None Include="XML schema notes.txt"> </None> <None Include="Readme.txt"> </None> <Compile Include="GLXmlParser.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>