Avalonia.DotNetFrameworkRuntime.csproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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>{4A1ABB09-9047-4BD5-A4AD-A055E52C5EE0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.DotNetFrameworkRuntime</RootNamespace>
  11. <AssemblyName>Avalonia.DotNetFrameworkRuntime</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;FULLDOTNET</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>bin\Debug\Avalonia.DotNetFrameworkRuntime.xml</DocumentationFile>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE;FULLDOTNET</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <DocumentationFile>bin\Release\Avalonia.DotNetFrameworkRuntime.xml</DocumentationFile>
  34. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Net.Http" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="AppBuilder.cs" />
  48. <Compile Include="Properties\AssemblyInfo.cs" />
  49. <Compile Include="RuntimeInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <ProjectReference Include="..\Avalonia.Base\Avalonia.Base.csproj">
  53. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  54. <Name>Avalonia.Base</Name>
  55. </ProjectReference>
  56. <ProjectReference Include="..\Avalonia.Controls\Avalonia.Controls.csproj">
  57. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  58. <Name>Avalonia.Controls</Name>
  59. </ProjectReference>
  60. <ProjectReference Include="..\Avalonia.Visuals\Avalonia.Visuals.csproj">
  61. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  62. <Name>Avalonia.Visuals</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\Avalonia.Styling\Avalonia.Styling.csproj">
  65. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  66. <Name>Avalonia.Styling</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <Import Project="..\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <Import Project="..\..\build\Rx.props" />
  72. </Project>