gtkgl-sharp.csproj 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  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-sharp</AssemblyName>
  13. <SignAssembly>true</SignAssembly>
  14. <AssemblyOriginatorKeyFile>gtkgl-sharp.snk</AssemblyOriginatorKeyFile>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>..\bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. <DebugSymbols>true</DebugSymbols>
  36. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  37. </PropertyGroup>
  38. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  39. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  40. Other similar extension points exist, see Microsoft.Common.targets.
  41. <Target Name="BeforeBuild">
  42. </Target>
  43. <Target Name="AfterBuild">
  44. </Target>
  45. -->
  46. <ItemGroup>
  47. <Compile Include="AssemblyInfo.cs" />
  48. <Compile Include="GLContextAttributes.cs" />
  49. <Compile Include="GLArea.cs" />
  50. <Compile Include="GLContext.cs" />
  51. <Compile Include="W32GLContext.cs" />
  52. <Compile Include="X11GLContext.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  56. <SpecificVersion>False</SpecificVersion>
  57. <Package>gtk-sharp-2.0</Package>
  58. </Reference>
  59. <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  60. <Package>gtk-sharp-2.0</Package>
  61. </Reference>
  62. <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  63. <Package>glib-sharp-2.0</Package>
  64. </Reference>
  65. <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  66. <Package>gtk-sharp-2.0</Package>
  67. </Reference>
  68. <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  69. <Package>gtk-sharp-2.0</Package>
  70. </Reference>
  71. <Reference Include="System" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="gtkgl-sharp.snk" />
  75. <None Include="..\gtkgl-sharp.dll.config">
  76. <Link>gtkgl-sharp.dll.config</Link>
  77. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  78. </None>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Folder Include="Properties\" />
  82. </ItemGroup>
  83. </Project>