VirtualizationTest.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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>{FBCAF3D0-2808-4934-8E96-3F607594517B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>VirtualizationTest</RootNamespace>
  11. <AssemblyName>VirtualizationTest</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="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="App.xaml.cs">
  51. <DependentUpon>App.xaml</DependentUpon>
  52. </Compile>
  53. <Compile Include="MainWindow.xaml.cs">
  54. <DependentUpon>MainWindow.xaml</DependentUpon>
  55. </Compile>
  56. <Compile Include="Program.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <Compile Include="ViewModels\ItemViewModel.cs" />
  59. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Include="App.config" />
  63. <None Include="packages.config" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  67. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  68. <Name>Avalonia.Animation</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  71. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  72. <Name>Avalonia.Base</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  75. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  76. <Name>Avalonia.Controls</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\src\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj">
  79. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  80. <Name>Avalonia.DesignerSupport</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  83. <Project>{7062ae20-5dcc-4442-9645-8195bdece63e}</Project>
  84. <Name>Avalonia.Diagnostics</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  87. <Project>{4A1ABB09-9047-4BD5-A4AD-A055E52C5EE0}</Project>
  88. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  91. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  92. <Name>Avalonia.Input</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  95. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  96. <Name>Avalonia.Interactivity</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  99. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  100. <Name>Avalonia.Layout</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\..\src\Avalonia.Logging.Serilog\Avalonia.Logging.Serilog.csproj">
  103. <Project>{B61B66A3-B82D-4875-8001-89D3394FE0C9}</Project>
  104. <Name>Avalonia.Logging.Serilog</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj">
  107. <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
  108. <Name>Avalonia.ReactiveUI</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  111. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  112. <Name>Avalonia.Visuals</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  115. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  116. <Name>Avalonia.Styling</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  119. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  120. <Name>Avalonia.Themes.Default</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  123. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  124. <Name>Avalonia.Markup.Xaml</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  127. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  128. <Name>Avalonia.Markup</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\..\src\Windows\Avalonia.Direct2D1\Avalonia.Direct2D1.csproj" Condition="'$(Platform)'!='Mono'">
  131. <Project>{3e908f67-5543-4879-a1dc-08eace79b3cd}</Project>
  132. <Name>Avalonia.Direct2D1</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\..\src\Windows\Avalonia.Win32\Avalonia.Win32.csproj" Condition="'$(Platform)'!='Mono'">
  135. <Project>{811a76cf-1cf6-440f-963b-bbe31bd72a82}</Project>
  136. <Name>Avalonia.Win32</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\..\src\Gtk\Avalonia.Cairo\Avalonia.Cairo.csproj">
  139. <Project>{FB05AC90-89BA-4F2F-A924-F37875FB547C}</Project>
  140. <Name>Avalonia.Cairo</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\..\src\Gtk\Avalonia.Gtk\Avalonia.Gtk.csproj">
  143. <Project>{54F237D5-A70A-4752-9656-0C70B1A7B047}</Project>
  144. <Name>Avalonia.Gtk</Name>
  145. </ProjectReference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <EmbeddedResource Include="App.xaml">
  149. <SubType>Designer</SubType>
  150. </EmbeddedResource>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <EmbeddedResource Include="MainWindow.xaml">
  154. <SubType>Designer</SubType>
  155. </EmbeddedResource>
  156. </ItemGroup>
  157. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  158. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  159. Other similar extension points exist, see Microsoft.Common.targets.
  160. <Target Name="BeforeBuild">
  161. </Target>
  162. <Target Name="AfterBuild">
  163. </Target>
  164. -->
  165. <ItemGroup>
  166. <PackageReference Include="Serilog" Version="2.4.0" />
  167. <PackageReference Include="Serilog.Sinks.Trace">
  168. <Version>2.1.0</Version>
  169. </PackageReference>
  170. <PackageReference Include="Splat" Version="2.0.0" />
  171. <PackageReference Include="System.Reactive.Core" Version="3.0.0" />
  172. <PackageReference Include="System.Reactive.Interfaces" Version="3.0.0" />
  173. </ItemGroup>
  174. <Import Project="$(MSBuildThisFileDirectory)..\..\src\Shared\nuget.workaround.targets" />
  175. </Project>