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.
157 lines
8.5 KiB
157 lines
8.5 KiB
<?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>12.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{3E53A01A-B331-47F3-B828-4A5717E77A24}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Perspex.Xaml</RootNamespace>
|
|
<AssemblyName>Perspex.Xaml</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TargetFrameworkProfile>Profile44</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
</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>
|
|
</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>
|
|
<Compile Include="Converters\ThicknessConverter.cs" />
|
|
<Compile Include="HighLevel\PerspexObjectAssemblerFactory.cs" />
|
|
<Compile Include="HighLevel\PerspexLoaderFactory.cs" />
|
|
<Compile Include="HighLevel\IResourceProvider.cs" />
|
|
<Compile Include="Context\PerspexWiringContext.cs" />
|
|
<Compile Include="MarkupExtensions\BindingExtension.cs" />
|
|
<Compile Include="Converters\BrushConverter.cs" />
|
|
<Compile Include="Converters\BitmapConverter.cs" />
|
|
<Compile Include="Converters\GridLengthTypeConverter.cs" />
|
|
<Compile Include="DataBinding\ChangeTracking\ObservablePropertyBranch.cs" />
|
|
<Compile Include="DataBinding\ChangeTracking\PropertyMountPoint.cs" />
|
|
<Compile Include="DataBinding\ChangeTracking\PropertyPath.cs" />
|
|
<Compile Include="DataBinding\ChangeTracking\TargettedProperty.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="DataBinding\DataContextChangeSynchronizer.cs" />
|
|
<Compile Include="DataBinding\IPerspexPropertyBinder.cs" />
|
|
<Compile Include="DataBinding\PerspexPropertyBinder.cs" />
|
|
<Compile Include="DataBinding\SourceBindingEndpoint.cs" />
|
|
<Compile Include="DataBinding\TargetBindingEndpoint.cs" />
|
|
<Compile Include="DataBinding\XamlBinding.cs" />
|
|
<Compile Include="DataBinding\XamlBindingDefinition.cs" />
|
|
<Compile Include="Templates\TemplateLoader.cs" />
|
|
<Compile Include="Templates\Template.cs" />
|
|
<Compile Include="Templates\TemplateContent.cs" />
|
|
<Compile Include="MarkupExtensions\TypeExtension.cs" />
|
|
<Compile Include="Context\PerspexObjectAssembler.cs" />
|
|
<Compile Include="Context\PerspexTypeRepository.cs" />
|
|
<Compile Include="Context\PerspexXamlMember.cs" />
|
|
<Compile Include="Context\PerspexXamlMemberValuePlugin.cs" />
|
|
<Compile Include="Context\PerspexXamlType.cs" />
|
|
<Compile Include="Templates\XamlDataTemplate.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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.Controls\Perspex.Controls.csproj">
|
|
<Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
|
|
<Name>Perspex.Controls</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Perspex.Input\Perspex.Input.csproj">
|
|
<Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
|
|
<Name>Perspex.Input</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>
|
|
<ProjectReference Include="..\Perspex.Styling\Perspex.Styling.csproj">
|
|
<Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
|
|
<Name>Perspex.Styling</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Glass, Version=1.4.4.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Glass.1.4.4.0\lib\portable-net451+win81+wpa81\Glass.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="OmniXaml, Version=1.4.4.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\OmniXaml.1.4.4.0\lib\portable-net451+win81+wpa81\OmniXaml.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="ReactiveUI, Version=6.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\reactiveui-core.6.5.0\lib\Portable-Net45+Win8+WP8+WPA81\ReactiveUI.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Serilog.1.5.6\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Serilog.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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="Sprache, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Sprache.SuperJMN.2.0.0.46\lib\portable-net451+win81+wpa81\Sprache.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
</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>
|