Perspex.SceneGraph.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{EB582467-6ABB-43A1-B052-E981BA910E3A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Perspex</RootNamespace>
  12. <AssemblyName>Perspex.SceneGraph</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <DocumentationFile>bin\Debug\Perspex.SceneGraph.XML</DocumentationFile>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <DocumentationFile>bin\Release\Perspex.SceneGraph.XML</DocumentationFile>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <!-- A reference to the entire .NET Framework is automatically included -->
  42. <ProjectReference Include="..\Perspex.Animation\Perspex.Animation.csproj">
  43. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  44. <Name>Perspex.Animation</Name>
  45. </ProjectReference>
  46. <ProjectReference Include="..\Perspex.Base\Perspex.Base.csproj">
  47. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  48. <Name>Perspex.Base</Name>
  49. </ProjectReference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="..\Shared\SharedAssemblyInfo.cs">
  53. <Link>Properties\SharedAssemblyInfo.cs</Link>
  54. </Compile>
  55. <Compile Include="Animation\PageSlide.cs" />
  56. <Compile Include="Animation\CrossFade.cs" />
  57. <Compile Include="Animation\IPageTransition.cs" />
  58. <Compile Include="GlobalSuppressions.cs" />
  59. <Compile Include="Matrix.cs" />
  60. <Compile Include="Media\AlignmentY.cs" />
  61. <Compile Include="Media\AlignmentX.cs" />
  62. <Compile Include="Media\Brush.cs" />
  63. <Compile Include="Media\Brushes.cs" />
  64. <Compile Include="Media\BrushMappingMode.cs" />
  65. <Compile Include="Media\Color.cs" />
  66. <Compile Include="Media\Colors.cs" />
  67. <Compile Include="Media\MediaExtensions.cs" />
  68. <Compile Include="Media\GradientBrush.cs" />
  69. <Compile Include="Media\GradientSpreadMethod.cs" />
  70. <Compile Include="Media\GradientStop.cs" />
  71. <Compile Include="Media\LinearGradientBrush.cs" />
  72. <Compile Include="Media\TextAlignment.cs" />
  73. <Compile Include="Media\FontWeight.cs" />
  74. <Compile Include="Media\FontStyle.cs" />
  75. <Compile Include="Media\FormattedTextLine.cs" />
  76. <Compile Include="Media\FormattedText.cs" />
  77. <Compile Include="Media\Geometry.cs" />
  78. <Compile Include="Media\IDrawingContext.cs" />
  79. <Compile Include="IVisual.cs" />
  80. <Compile Include="Media\Imaging\Bitmap.cs" />
  81. <Compile Include="Media\Imaging\IBitmap.cs" />
  82. <Compile Include="Media\Imaging\RenderTargetBitmap.cs" />
  83. <Compile Include="Media\TranslateTransform.cs" />
  84. <Compile Include="Media\PathMarkupParser.cs" />
  85. <Compile Include="Media\Pen.cs" />
  86. <Compile Include="Media\EllipseGeometry.cs" />
  87. <Compile Include="Media\RectangleGeometry.cs" />
  88. <Compile Include="Media\MatrixTransform.cs" />
  89. <Compile Include="Media\RotateTransform.cs" />
  90. <Compile Include="Media\SolidColorBrush.cs" />
  91. <Compile Include="Media\StreamGeometry.cs" />
  92. <Compile Include="Media\StreamGeometryContext.cs" />
  93. <Compile Include="Media\Stretch.cs" />
  94. <Compile Include="Media\SweepDirection.cs" />
  95. <Compile Include="Media\TextHitTestResult.cs" />
  96. <Compile Include="Media\Transform.cs" />
  97. <Compile Include="Media\TileBrush.cs" />
  98. <Compile Include="Media\VisualBrush.cs" />
  99. <Compile Include="Origin.cs" />
  100. <Compile Include="Platform\IFormattedTextImpl.cs" />
  101. <Compile Include="Platform\IBitmapImpl.cs" />
  102. <Compile Include="Platform\IGeometryImpl.cs" />
  103. <Compile Include="Platform\IPlatformRenderInterface.cs" />
  104. <Compile Include="Platform\IRenderer.cs" />
  105. <Compile Include="Platform\IRenderTargetBitmapImpl.cs" />
  106. <Compile Include="Platform\IStreamGeometryContextImpl.cs" />
  107. <Compile Include="Platform\IStreamGeometryImpl.cs" />
  108. <Compile Include="Point.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="RelativeRect.cs" />
  111. <Compile Include="Rect.cs" />
  112. <Compile Include="Rendering\IRenderRoot.cs" />
  113. <Compile Include="Rendering\IRenderManager.cs" />
  114. <Compile Include="Rendering\RendererBase.cs" />
  115. <Compile Include="Rendering\RenderManager.cs" />
  116. <Compile Include="Size.cs" />
  117. <Compile Include="Thickness.cs" />
  118. <Compile Include="Vector.cs" />
  119. <Compile Include="Visual.cs" />
  120. <Compile Include="VisualTree\IHostedVisualTreeRoot.cs" />
  121. <Compile Include="VisualTree\IVisualTreeHost.cs" />
  122. <Compile Include="VisualTree\TransformedBounds.cs" />
  123. <Compile Include="VisualTree\BoundsTracker.cs" />
  124. <Compile Include="VisualTree\VisualExtensions.cs" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  128. <HintPath>..\..\packages\Serilog.1.5.9\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Serilog.dll</HintPath>
  129. <Private>True</Private>
  130. </Reference>
  131. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  132. <HintPath>..\..\packages\Splat.1.6.2\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
  133. <Private>True</Private>
  134. </Reference>
  135. <Reference Include="System.Reactive.Core">
  136. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System.Reactive.Interfaces">
  139. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Reactive.Linq">
  142. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System.Reactive.PlatformServices">
  145. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
  146. </Reference>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="app.config" />
  150. <None Include="packages.config" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Analyzer Include="..\..\packages\StyleCop.Analyzers.1.0.0-beta008\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
  154. </ItemGroup>
  155. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  156. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  157. Other similar extension points exist, see Microsoft.Common.targets.
  158. <Target Name="BeforeBuild">
  159. </Target>
  160. <Target Name="AfterBuild">
  161. </Target>
  162. -->
  163. </Project>