csharpc-sharpdotnetxamlavaloniauicross-platformcross-platform-xamlavaloniaguimulti-platformuser-interfacedotnetcore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
6.7 KiB
141 lines
6.7 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>11.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{62024B2D-53EB-4638-B26B-85EEAA54866E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Perspex.Input</RootNamespace>
|
|
<AssemblyName>Perspex.Input</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Debug\Perspex.Input.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- A reference to the entire .NET Framework is automatically included -->
|
|
<ProjectReference Include="..\Perspex.Animation\Perspex.Animation.csproj">
|
|
<Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
|
|
<Name>Perspex.Animation</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Perspex.Base\Perspex.Base.csproj">
|
|
<Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
|
|
<Name>Perspex.Base</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Perspex.Interactivity\Perspex.Interactivity.csproj">
|
|
<Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
|
|
<Name>Perspex.Interactivity</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Perspex.Layout\Perspex.Layout.csproj">
|
|
<Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
|
|
<Name>Perspex.Layout</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
|
|
<Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
|
|
<Name>Perspex.SceneGraph</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="AccessKeyHandler.cs" />
|
|
<Compile Include="NavigationMethod.cs" />
|
|
<Compile Include="IInputRoot.cs" />
|
|
<Compile Include="IMainMenu.cs" />
|
|
<Compile Include="IAccessKeyHandler.cs" />
|
|
<Compile Include="FocusManager.cs" />
|
|
<Compile Include="FocusNavigationDirection.cs" />
|
|
<Compile Include="ICloseable.cs" />
|
|
<Compile Include="IFocusManager.cs" />
|
|
<Compile Include="IFocusScope.cs" />
|
|
<Compile Include="IInputDevice.cs" />
|
|
<Compile Include="IInputElement.cs" />
|
|
<Compile Include="IInputManager.cs" />
|
|
<Compile Include="IKeyboardDevice.cs" />
|
|
<Compile Include="IKeyboardNavigationHandler.cs" />
|
|
<Compile Include="IMouseDevice.cs" />
|
|
<Compile Include="INavigableContainer.cs" />
|
|
<Compile Include="InputElement.cs" />
|
|
<Compile Include="InputExtensions.cs" />
|
|
<Compile Include="InputManager.cs" />
|
|
<Compile Include="IPointerDevice.cs" />
|
|
<Compile Include="Key.cs" />
|
|
<Compile Include="KeyboardDevice.cs" />
|
|
<Compile Include="KeyboardNavigation.cs" />
|
|
<Compile Include="KeyboardNavigationHandler.cs" />
|
|
<Compile Include="GotFocusEventArgs.cs" />
|
|
<Compile Include="Navigation\FocusExtensions.cs" />
|
|
<Compile Include="Navigation\DirectionalNavigation.cs" />
|
|
<Compile Include="Navigation\TabNavigation.cs" />
|
|
<Compile Include="Platform\IPlatformSettings.cs" />
|
|
<Compile Include="PointerPressEventArgs.cs" />
|
|
<Compile Include="PointerWheelEventArgs.cs" />
|
|
<Compile Include="Raw\RawMouseWheelEventArgs.cs" />
|
|
<Compile Include="Raw\RawSizeEventArgs.cs" />
|
|
<Compile Include="KeyboardNavigationMode.cs" />
|
|
<Compile Include="VectorEventArgs.cs" />
|
|
<Compile Include="KeyEventArgs.cs" />
|
|
<Compile Include="MouseDevice.cs" />
|
|
<Compile Include="PointerEventArgs.cs" />
|
|
<Compile Include="Raw\RawInputEventArgs.cs" />
|
|
<Compile Include="Raw\RawKeyEventArgs.cs" />
|
|
<Compile Include="Raw\RawMouseEventArgs.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Splat.1.6.2\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Core">
|
|
<HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces">
|
|
<HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq">
|
|
<HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.PlatformServices">
|
|
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Analyzer Include="..\packages\StyleCop.Analyzers.1.0.0-beta008\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
|
|
</ItemGroup>
|
|
<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>
|