libeditor.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{FD0B9E66-17B4-495E-B099-439507637A6C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>libeditor</RootNamespace>
  12. <AssemblyName>libeditor</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>..\bin\Debug\</OutputPath>
  19. <DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  23. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>..\bin\Release\</OutputPath>
  29. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  33. <DebugSymbols>true</DebugSymbols>
  34. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  35. </PropertyGroup>
  36. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  37. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  38. Other similar extension points exist, see Microsoft.Common.targets.
  39. <Target Name="BeforeBuild">
  40. </Target>
  41. <Target Name="AfterBuild">
  42. </Target>
  43. -->
  44. <ItemGroup>
  45. <Compile Include="AssemblyInfo.cs" />
  46. <Compile Include="ITool.cs" />
  47. <Compile Include="Libs\GLHelper.cs" />
  48. <Compile Include="LogManager.cs" />
  49. <Compile Include="DataStructures\Field.cs" />
  50. <Compile Include="DataStructures\FieldPos.cs" />
  51. <Compile Include="DataStructures\Matrix.cs" />
  52. <Compile Include="DataStructures\RectangleF.cs" />
  53. <Compile Include="DataStructures\Vector.cs" />
  54. <Compile Include="Drawing\Color.cs" />
  55. <Compile Include="Drawing\GlUtil.cs" />
  56. <Compile Include="Drawing\ImageTexture.cs" />
  57. <Compile Include="Drawing\Surface.cs" />
  58. <Compile Include="Drawing\Texture.cs" />
  59. <Compile Include="Drawing\TextureManager.cs" />
  60. <Compile Include="ErrorDialog.cs" />
  61. <Compile Include="GLWidgetBase.cs" />
  62. <Compile Include="Libs\OpenGl.cs" />
  63. <Compile Include="Libs\OpenGlUtil.cs" />
  64. <Compile Include="RenderView.cs" />
  65. <Compile Include="SceneGraph\ColorNode.cs" />
  66. <Compile Include="SceneGraph\Layer.cs" />
  67. <Compile Include="SceneGraph\Node.cs" />
  68. <Compile Include="SceneGraph\NodeWithChilds.cs" />
  69. <Compile Include="SceneGraph\Rect.cs" />
  70. <Compile Include="SceneGraph\Transform.cs" />
  71. <Compile Include="ScrollBarRenderView.cs" />
  72. <Compile Include="ReferenceComparer.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\gtkgl-sharp\gtkgl-sharp.csproj">
  76. <Project>{BA787F0F-DD07-45A1-B4D8-6F643ADE289C}</Project>
  77. <Name>gtkgl-sharp</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\Resources\Resources.csproj">
  80. <Project>{77EC70E4-F69F-4929-AA4B-3CA90D467F7D}</Project>
  81. <Name>Resources</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <EmbeddedResource Include="resources\errordialog.glade">
  86. <LogicalName>errordialog.glade</LogicalName>
  87. </EmbeddedResource>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  91. <Package>gtk-sharp-2.0</Package>
  92. </Reference>
  93. <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  94. <Package>gtk-sharp-2.0</Package>
  95. </Reference>
  96. <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  97. <Package>glade-sharp-2.0</Package>
  98. </Reference>
  99. <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  100. <Package>glib-sharp-2.0</Package>
  101. </Reference>
  102. <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  103. <Package>gtk-sharp-2.0</Package>
  104. </Reference>
  105. <Reference Include="System" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="..\libeditor.dll.config">
  109. <Link>libeditor.dll.config</Link>
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </None>
  112. </ItemGroup>
  113. </Project>