Avalonia.DotNetCoreRuntime.csproj 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{7863EA94-F0FB-4386-BF8C-E5BFA761560A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Avalonia.DotNetCoreRuntime</RootNamespace>
  12. <AssemblyName>Avalonia.DotNetCoreRuntime</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>
  17. </TargetFrameworkProfile>
  18. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <DocumentationFile>bin\Debug\Avalonia.DotNetCoreRuntime.XML</DocumentationFile>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE;NETSTANDARD</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <DocumentationFile>bin\Release\Avalonia.DotNetCoreRuntime.XML</DocumentationFile>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <!-- A reference to the entire .NET Framework is automatically included -->
  41. <None Include="project.json" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="..\Shared\SharedAssemblyInfo.cs">
  45. <Link>SharedAssemblyInfo.cs</Link>
  46. </Compile>
  47. <Compile Include="AppBuilder.cs" />
  48. <Compile Include="NetCoreRuntimePlatform.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="..\Gtk\Avalonia.Gtk3\Avalonia.Gtk3.csproj">
  65. <Project>{bb1f7bb5-6ad4-4776-94d9-c09d0a972658}</Project>
  66. <Name>Avalonia.Gtk3</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\Skia\Avalonia.Skia.Desktop.NetStandard\Avalonia.Skia.Desktop.NetStandard.csproj">
  69. <Project>{7d2d3083-71dd-4cc9-8907-39a0d86fb322}</Project>
  70. <Name>Avalonia.Skia.Desktop.NetStandard</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\Windows\Avalonia.Win32.NetStandard\Avalonia.Win32.NetStandard.csproj">
  73. <Project>{40759a76-d0f2-464e-8000-6ff0f5c4bd7c}</Project>
  74. <Name>Avalonia.Win32.NetStandard</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Folder Include="Properties\" />
  79. </ItemGroup>
  80. <Import Project="..\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
  81. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. </Project>