зеркало из https://github.com/AvaloniaUI/Avalonia.git
108 строки
5.3 KiB
XML
108 строки
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{54F237D5-A70A-4752-9656-0C70B1A7B047}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Perspex.Gtk</RootNamespace>
|
|
<AssemblyName>Perspex.Gtk</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<NuGetPackageImportStamp>ad245ae8</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="Splat">
|
|
<HintPath>..\..\packages\Splat.1.5.1\lib\Net45\Splat.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces">
|
|
<HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Core">
|
|
<HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq">
|
|
<HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>glib-sharp-2.0</Package>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="GtkExtensions.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="GtkPlatform.cs" />
|
|
<Compile Include="WindowImpl.cs" />
|
|
<Compile Include="Input\GtkKeyboardDevice.cs" />
|
|
<Compile Include="Input\GtkMouseDevice.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Perspex.Base\Perspex.Base.csproj">
|
|
<Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
|
|
<Name>Perspex.Base</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Perspex.Input\Perspex.Input.csproj">
|
|
<Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
|
|
<Name>Perspex.Input</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
|
|
<Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
|
|
<Name>Perspex.SceneGraph</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Perspex.Layout\Perspex.Layout.csproj">
|
|
<Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
|
|
<Name>Perspex.Layout</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Perspex.Controls\Perspex.Controls.csproj">
|
|
<Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
|
|
<Name>Perspex.Controls</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Perspex.Styling\Perspex.Styling.csproj">
|
|
<Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
|
|
<Name>Perspex.Styling</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Perspex.Interactivity\Perspex.Interactivity.csproj">
|
|
<Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
|
|
<Name>Perspex.Interactivity</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets'))" />
|
|
</Target>
|
|
</Project> |