<?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>{A625BE88-0000-0000-0000-000000000000}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>OpenTK.GLControl</AssemblyName> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <OutputType>Library</OutputType> <AppDesignerFolder> </AppDesignerFolder> <RootNamespace>OpenTK.GLControl</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> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>DEBUG;TRACE;</DefineConstants> <DocumentationFile>OpenTK.GLControl.xml</DocumentationFile> <DebugSymbols>True</DebugSymbols> <FileAlignment>4096</FileAlignment> <Optimize>False</Optimize> <OutputPath>..\..\Binaries\OpenTK\Debug\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <DebugType>full</DebugType> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE;</DefineConstants> <DocumentationFile>OpenTK.GLControl.xml</DocumentationFile> <FileAlignment>4096</FileAlignment> <Optimize>True</Optimize> <OutputPath>..\..\Binaries\OpenTK\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\OpenTK\Release\</OutputPath> <DebugType>none</DebugType> <WarningLevel>4</WarningLevel> <Optimize>True</Optimize> <DefineConstants>TRACE;</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Nsis|AnyCPU'"> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE;</DefineConstants> <DocumentationFile>OpenTK.GLControl.xml</DocumentationFile> <FileAlignment>4096</FileAlignment> <Optimize>True</Optimize> <OutputPath>..\..\Binaries\OpenTK\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.Data"> <Name>System.Data</Name> </Reference> <Reference Include="System.Drawing"> <Name>System.Drawing</Name> </Reference> <Reference Include="System.Windows.Forms"> <Name>System.Windows.Forms</Name> </Reference> <Reference Include="System.Xml"> <Name>System.Xml</Name> </Reference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\OpenTK\OpenTK.csproj"> <Name>OpenTK</Name> <Project>{A37A7E14-0000-0000-0000-000000000000}</Project> <Private>False</Private> </ProjectReference> </ItemGroup> <ItemGroup> <Compile Include="..\GlobalAssemblyInfo.cs"> <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="GLControlFactory.cs"> <SubType>Code</SubType> </Compile> <Compile Include="GLControl.Designer.cs"> <DependentUpon>GLControl.cs</DependentUpon> <SubType>Code</SubType> </Compile> <Compile Include="DummyGLControl.cs"> <SubType>Code</SubType> </Compile> <Compile Include="GLControl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Sdl2GLControl.cs" /> <Compile Include="WinGLControl.cs"> <SubType>Code</SubType> </Compile> <Compile Include="IGLControl.cs"> <SubType>Code</SubType> </Compile> <Compile Include="X11GLControl.cs"> <SubType>Code</SubType> </Compile> <Compile Include="CarbonGLControl.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> </ItemGroup> <ItemGroup> <None Include="..\..\OpenTK.snk"> <Link>OpenTK.snk</Link> </None> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>