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.
340 lines
23 KiB
340 lines
23 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>{3E53A01A-B331-47F3-B828-4A5717E77A24}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Perspex.Markup.Xaml</RootNamespace>
|
|
<AssemblyName>Perspex.Markup.Xaml</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>
|
|
</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>
|
|
<DocumentationFile>bin\Release\Perspex.Markup.Xaml.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\Shared\SharedAssemblyInfo.cs">
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Context\NameScopeWrapper.cs" />
|
|
<Compile Include="Converters\PerspexListTypeConverter.cs" />
|
|
<Compile Include="Converters\RelativeRectTypeConverter.cs" />
|
|
<Compile Include="Data\IXamlBinding.cs" />
|
|
<Compile Include="Data\MultiBinding.cs" />
|
|
<Compile Include="Data\RelativeSource.cs" />
|
|
<Compile Include="Data\SourceBindingEndpoint.cs" />
|
|
<Compile Include="Data\TargetBindingEndpoint.cs" />
|
|
<Compile Include="Data\Binding.cs" />
|
|
<Compile Include="Context\PerspexAttachableXamlMember.cs" />
|
|
<Compile Include="Context\PerspexContentPropertyProvider.cs" />
|
|
<Compile Include="Converters\MemberSelectorTypeConverter.cs" />
|
|
<Compile Include="Converters\ColorTypeConverter.cs" />
|
|
<Compile Include="Converters\GeometryTypeConverter.cs" />
|
|
<Compile Include="Converters\KeyGestureConverter.cs" />
|
|
<Compile Include="Converters\RelativePointTypeConverter.cs" />
|
|
<Compile Include="Converters\PointTypeConverter.cs" />
|
|
<Compile Include="Converters\ClassesTypeConverter.cs" />
|
|
<Compile Include="Converters\RowDefinitionsTypeConverter.cs" />
|
|
<Compile Include="Converters\ColumnDefinitionsTypeConverter.cs" />
|
|
<Compile Include="Converters\UriTypeConverter.cs" />
|
|
<Compile Include="Converters\ThicknessTypeConverter.cs" />
|
|
<Compile Include="Converters\PerspexPropertyTypeConverter.cs" />
|
|
<Compile Include="Converters\SelectorTypeConverter.cs" />
|
|
<Compile Include="Context\PerspexWiringContext.cs" />
|
|
<Compile Include="Converters\TimeSpanTypeConverter.cs" />
|
|
<Compile Include="MarkupExtensions\RelativeSourceExtension.cs" />
|
|
<Compile Include="MarkupExtensions\TemplateBindingExtension.cs" />
|
|
<Compile Include="MarkupExtensions\BindingExtension.cs" />
|
|
<Compile Include="Converters\BrushTypeConverter.cs" />
|
|
<Compile Include="Converters\BitmapTypeConverter.cs" />
|
|
<Compile Include="Converters\GridLengthTypeConverter.cs" />
|
|
<Compile Include="Context\PerspexParserFactory.cs" />
|
|
<Compile Include="MarkupExtensions\StaticExtension.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\AutoKeyDictionary.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\ChangeTracking\ObservableProperty.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\ChangeTracking\ObservablePropertyChain.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\ChangeTracking\Property.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\ChangeTracking\PropertyChain.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\ChangeTracking\ValueTypePropertyChain.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\DependencySorter.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\Extensions.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\Guard.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\IAdd.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\IDependency.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\ReflectionExtensions.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\StackingLinkedList.cs" />
|
|
<Compile Include="OmniXAML\Source\Glass\StackingLinkedListMixin.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Attributes\ContentPropertyAttribute.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Attributes\DependsOnAttribute.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Attributes\XmlnsDefinitionAttribute.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\AddressPack.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\AssemblyNameConfig.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\ConfiguredAssembly.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\ConfiguredAssemblyWithNamespaces.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\ContentProperties.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\ContentPropertyDefinition.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\Converters.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\Route.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\TypeConverterRegistration.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\XamlInstructionBuilder.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Builder\XamlNamespace.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ContentPropertyProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\DefaultObjectAssemblerFactory.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\DeferredLoaderMapping.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\DependencySortingVisitor.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IContentPropertyProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IDeferredLoader.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IMarkupExtension.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\INameScope.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\InstructionNode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\InstructionTreeBuilder.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IObjectAssembler.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IObjectAssemblerFactory.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ITypeContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ITypeFactory.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ITypeFeatureProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ITypeProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IValueConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IWiringContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IXamlParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IXamlParserFactory.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\IXamlXmlLoader.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\LoadMixin.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\LookaheadBuffer.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\MarkupExtension.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\MarkupExtensionContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\MemberDependencyNodeSorter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\MemberReverserVisitor.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\NamespaceDeclaration.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\NamespacePrefix.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Command.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\EndMemberCommand.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\EndObjectCommand.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\GetObjectCommand.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\ITopDownValueContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\NamespaceDeclarationCommand.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\StartMemberCommand.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\StartObjectCommand.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Commands\ValueCommand.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\ConstructionArgument.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\CurrentLevelWrapper.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\InstanceProperties.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\Level.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\NullLevel.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\ObjectAssembler.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\ObjectAssemblerSettings.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\PreviousLevelWrapper.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\StateCommuter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\TopDownValueContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\TypeOperations.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\ValuePipeline.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\ValueProcessingMode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ObjectAssembler\XamlSetValueEventArgs.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\Inject.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\IParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\AssignmentNode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\IdentifierNode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\MarkupExtensionNode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\MarkupExtensionNodeToXamlNodesConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\MarkupExtensionParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\Option.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\OptionsCollection.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\PositionalOption.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\PropertyOption.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\StringNode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\MarkupExtensions\TreeNode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\AttributeAssignment.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\AttributeFeed.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\AttributeParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\DirectiveAssignment.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\IProtoParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\IXmlReader.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\NodeType.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\NsPrefix.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\UnprocessedAttributeBase.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\XamlProtoInstructionParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\ProtoParser\XmlCompatibilityReader.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\XamlInstructions\IXamlInstructionParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\XamlInstructions\OrderAwareXamlInstructionParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Parsers\XamlInstructions\XamlInstructionParser.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\PhaseParserKit.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\PrefixRegistrationMode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ProtoInstructionBuilder.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ProtoXamlInstruction.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Sequence.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TemplateHostingObjectAssembler.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\BuiltInConverters\BooleanConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\BuiltInConverters\DoubleTypeConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\BuiltInConverters\IntTypeConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\BuiltInConverters\StringTypeConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\BuiltInConverters\TypeTypeConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\ITypeConverter.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\ITypeConverterProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\IXamlTypeConverterContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\TypeConverterAttribute.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\TypeConverterProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeConversion\XamlTypeConverterContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeFactory.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeFactoryMixin.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeFeatureProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeFeatureProviderBuilder.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\TypeNotFoundException.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\AttachableXamlMember.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\ClrNamespace.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\CoreTypes.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\DependencyRegistration.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\DependencyRegistrations.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\GenericMetadata.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\IXamlMemberValuePlugin.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\IXamlNamespaceRegistry.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\IXamlTypeRepository.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\MemberValuePlugin.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\Metadata.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\MetadataProvider.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\MutableXamlMember.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\Namespace.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\PrefixRegistration.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\PropertyLocator.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlDirective.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlMember.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlMemberBase.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlName.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlNamespaceRegistry.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlQualifiedName.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlType.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlTypeName.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlTypeRepository.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Typing\XamlTypeRepositoryMixin.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\ValueConversionException.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Visualization\IVisitor.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Visualization\NodeType.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Visualization\NodeVisualizer.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Visualization\VisualizationNode.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\Visualization\VisualizationTag.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\WiringContext.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\XamlInstruction.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\XamlInstructionType.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\XamlLoadException.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\XamlParseException.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\XamlXmlLoader.cs" />
|
|
<Compile Include="OmniXAML\Source\OmniXaml\XamlXmlParser.cs" />
|
|
<Compile Include="Parsers\SelectorParser.cs" />
|
|
<Compile Include="Parsers\SelectorGrammar.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Styling\StyleInclude.cs" />
|
|
<Compile Include="Templates\FocusAdornerTemplate.cs" />
|
|
<Compile Include="Templates\ControlTemplate.cs" />
|
|
<Compile Include="Templates\ItemsPanelTemplate.cs" />
|
|
<Compile Include="Templates\MemberSelector.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\DataTemplate.cs" />
|
|
<Compile Include="PerspexXamlLoader.cs" />
|
|
<Compile Include="Templates\TreeDataTemplate.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="OmniXAML\Source\Glass\ChangeTracking\packages.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.Application\Perspex.Application.csproj">
|
|
<Project>{799A7BB5-3C2C-48B6-85A7-406A12C420DA}</Project>
|
|
<Name>Perspex.Application</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>
|
|
<ProjectReference Include="..\Perspex.Markup\Perspex.Markup.csproj">
|
|
<Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
|
|
<Name>Perspex.Markup</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10">
|
|
<HintPath>..\..\..\packages\Serilog.1.5.9\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Serilog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Sprache, Version=2.0.0.47, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\..\..\packages\Sprache.2.0.0.47\lib\portable-net4+netcore45+win8+wp8+sl5+MonoAndroid1+MonoTouch1\Sprache.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<HintPath>..\..\..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<HintPath>..\..\..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<HintPath>..\..\..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<HintPath>..\..\..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
|
|
</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>
|