gtkgl-sharp.csproj 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BA787F0F-DD07-45A1-B4D8-6F643ADE289C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>gtkgl</RootNamespace>
  12. <AssemblyName>gtkgl</AssemblyName>
  13. <StartupObject>
  14. </StartupObject>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>gtkgl-sharp.snk</AssemblyOriginatorKeyFile>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>..\bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  36. </PropertyGroup>
  37. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  38. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  39. Other similar extension points exist, see Microsoft.Common.targets.
  40. <Target Name="BeforeBuild">
  41. </Target>
  42. <Target Name="AfterBuild">
  43. </Target>
  44. -->
  45. <ItemGroup>
  46. <Compile Include="AssemblyInfo.cs" />
  47. <Compile Include="GLContextAttributes.cs" />
  48. <Compile Include="GLArea.cs" />
  49. <Compile Include="GLContext.cs" />
  50. <Compile Include="W32GLContext.cs" />
  51. <Compile Include="X11GLContext.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Reference Include="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  55. <Reference Include="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  56. <Reference Include="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  57. <Reference Include="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  58. <Reference Include="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  59. <Reference Include="System" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Include="gtkgl-sharp.snk" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Folder Include="Properties\" />
  66. </ItemGroup>
  67. </Project>