| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{7863EA94-F0FB-4386-BF8C-E5BFA761560A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Avalonia.DotNetCoreRuntime</RootNamespace>
- <AssemblyName>Avalonia.DotNetCoreRuntime</AssemblyName>
- <DefaultLanguage>en-US</DefaultLanguage>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Debug\Avalonia.DotNetCoreRuntime.XML</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;NETSTANDARD</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Release\Avalonia.DotNetCoreRuntime.XML</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <!-- A reference to the entire .NET Framework is automatically included -->
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\Shared\SharedAssemblyInfo.cs">
- <Link>SharedAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="AppBuilder.cs" />
- <Compile Include="NetCoreRuntimePlatform.cs" />
- <Compile Include="RuntimeInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Avalonia.Base\Avalonia.Base.csproj">
- <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
- <Name>Avalonia.Base</Name>
- </ProjectReference>
- <ProjectReference Include="..\Avalonia.Controls\Avalonia.Controls.csproj">
- <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
- <Name>Avalonia.Controls</Name>
- </ProjectReference>
- <ProjectReference Include="..\Avalonia.Visuals\Avalonia.Visuals.csproj">
- <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
- <Name>Avalonia.Visuals</Name>
- </ProjectReference>
- <ProjectReference Include="..\Gtk\Avalonia.Gtk3\Avalonia.Gtk3.csproj">
- <Project>{bb1f7bb5-6ad4-4776-94d9-c09d0a972658}</Project>
- <Name>Avalonia.Gtk3</Name>
- </ProjectReference>
- <ProjectReference Include="..\Skia\Avalonia.Skia.Desktop.NetStandard\Avalonia.Skia.Desktop.NetStandard.csproj">
- <Project>{7d2d3083-71dd-4cc9-8907-39a0d86fb322}</Project>
- <Name>Avalonia.Skia.Desktop.NetStandard</Name>
- </ProjectReference>
- <ProjectReference Include="..\Windows\Avalonia.Win32.NetStandard\Avalonia.Win32.NetStandard.csproj">
- <Project>{40759a76-d0f2-464e-8000-6ff0f5c4bd7c}</Project>
- <Name>Avalonia.Win32.NetStandard</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <Import Project="..\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|