RenderTest.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{F1FDC5B0-4654-416F-AE69-E3E9BBD87801}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RenderTest</RootNamespace>
  11. <AssemblyName>RenderTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  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. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject />
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Serilog.1.5.14\lib\net45\Serilog.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\Serilog.1.5.14\lib\net45\Serilog.FullNetFx.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Reactive.Windows.Threading, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\System.Reactive.Windows.Threading.3.0.0\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="WindowsBase" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="App.xaml.cs">
  84. <DependentUpon>App.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="Pages\ClippingPage.xaml.cs">
  87. <DependentUpon>ClippingPage.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="Pages\AnimationsPage.xaml.cs">
  90. <DependentUpon>AnimationsPage.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="Program.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="MainWindow.xaml.cs">
  95. <DependentUpon>MainWindow.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="App.config" />
  101. <None Include="packages.config" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <EmbeddedResource Include="App.xaml">
  105. <SubType>Designer</SubType>
  106. </EmbeddedResource>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  110. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  111. <Name>Avalonia.Animation</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  114. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  115. <Name>Avalonia.Base</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  118. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  119. <Name>Avalonia.Controls</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\src\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj">
  122. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  123. <Name>Avalonia.DesignerSupport</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  126. <Project>{7062ae20-5dcc-4442-9645-8195bdece63e}</Project>
  127. <Name>Avalonia.Diagnostics</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  130. <Project>{4a1abb09-9047-4bd5-a4ad-a055e52c5ee0}</Project>
  131. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  134. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  135. <Name>Avalonia.Input</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  138. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  139. <Name>Avalonia.Interactivity</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  142. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  143. <Name>Avalonia.Layout</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\src\Avalonia.Logging.Serilog\Avalonia.Logging.Serilog.csproj">
  146. <Project>{b61b66a3-b82d-4875-8001-89d3394fe0c9}</Project>
  147. <Name>Avalonia.Logging.Serilog</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj">
  150. <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
  151. <Name>Avalonia.ReactiveUI</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  154. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  155. <Name>Avalonia.Visuals</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  158. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  159. <Name>Avalonia.Styling</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  162. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  163. <Name>Avalonia.Themes.Default</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\src\Gtk\Avalonia.Cairo\Avalonia.Cairo.csproj">
  166. <Project>{fb05ac90-89ba-4f2f-a924-f37875fb547c}</Project>
  167. <Name>Avalonia.Cairo</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\src\Gtk\Avalonia.Gtk\Avalonia.Gtk.csproj">
  170. <Project>{54f237d5-a70a-4752-9656-0c70b1a7b047}</Project>
  171. <Name>Avalonia.Gtk</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  174. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  175. <Name>Avalonia.Markup.Xaml</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  178. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  179. <Name>Avalonia.Markup</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\..\src\Skia\Avalonia.Skia.Desktop\Avalonia.Skia.Desktop.csproj">
  182. <Project>{925dd807-b651-475f-9f7c-cbeb974ce43d}</Project>
  183. <Name>Avalonia.Skia.Desktop</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\..\src\Windows\Avalonia.Direct2D1\Avalonia.Direct2D1.csproj">
  186. <Project>{3e908f67-5543-4879-a1dc-08eace79b3cd}</Project>
  187. <Name>Avalonia.Direct2D1</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\..\src\Windows\Avalonia.Win32\Avalonia.Win32.csproj">
  190. <Project>{811a76cf-1cf6-440f-963b-bbe31bd72a82}</Project>
  191. <Name>Avalonia.Win32</Name>
  192. </ProjectReference>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <EmbeddedResource Include="MainWindow.xaml">
  196. <SubType>Designer</SubType>
  197. </EmbeddedResource>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <EmbeddedResource Include="SideBar.xaml">
  201. <SubType>Designer</SubType>
  202. </EmbeddedResource>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <EmbeddedResource Include="Pages\AnimationsPage.xaml">
  206. <SubType>Designer</SubType>
  207. </EmbeddedResource>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <EmbeddedResource Include="Pages\ClippingPage.xaml">
  211. <SubType>Designer</SubType>
  212. </EmbeddedResource>
  213. </ItemGroup>
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  216. Other similar extension points exist, see Microsoft.Common.targets.
  217. <Target Name="BeforeBuild">
  218. </Target>
  219. <Target Name="AfterBuild">
  220. </Target>
  221. -->
  222. </Project>