Avalonia.Cairo.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{FB05AC90-89BA-4F2F-A924-F37875FB547C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.Cairo</RootNamespace>
  11. <AssemblyName>Avalonia.Cairo</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
  36. <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
  37. <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
  38. <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="Mono.Cairo" />
  47. <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="CairoPlatform.cs" />
  51. <Compile Include="Media\DrawingContext.cs" />
  52. <Compile Include="Media\FormattedTextImpl.cs" />
  53. <Compile Include="Media\Imaging\BitmapImpl.cs" />
  54. <Compile Include="Media\Imaging\RenderTargetBitmapImpl.cs" />
  55. <Compile Include="Media\RadialGradientBrushImpl.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="RenderTarget.cs" />
  58. <Compile Include="CairoExtensions.cs" />
  59. <Compile Include="Media\StreamGeometryContextImpl.cs" />
  60. <Compile Include="Media\StreamGeometryImpl.cs" />
  61. <Compile Include="Media\BrushImpl.cs" />
  62. <Compile Include="Media\SolidColorBrushImpl.cs" />
  63. <Compile Include="Media\LinearGradientBrushImpl.cs" />
  64. <Compile Include="Media\ImageBrushImpl.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\..\Avalonia.Animation\Avalonia.Animation.csproj">
  68. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  69. <Name>Avalonia.Animation</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\..\Avalonia.Base\Avalonia.Base.csproj">
  72. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  73. <Name>Avalonia.Base</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Avalonia.Controls\Avalonia.Controls.csproj">
  76. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  77. <Name>Avalonia.Controls</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\Avalonia.Input\Avalonia.Input.csproj">
  80. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  81. <Name>Avalonia.Input</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  84. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  85. <Name>Avalonia.Interactivity</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\Avalonia.Layout\Avalonia.Layout.csproj">
  88. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  89. <Name>Avalonia.Layout</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\Avalonia.Visuals\Avalonia.Visuals.csproj">
  92. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  93. <Name>Avalonia.Visuals</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\..\Avalonia.Styling\Avalonia.Styling.csproj">
  96. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  97. <Name>Avalonia.Styling</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="app.config" />
  102. </ItemGroup>
  103. <Import Project="..\..\Shared\RenderHelpers\RenderHelpers.projitems" Label="Shared" />
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <Import Project="..\..\..\build\Rx.props" />
  106. <Import Project="$(MSBuildThisFileDirectory)..\..\Shared\nuget.workaround.targets" />
  107. </Project>