|
|
|
@ -2,170 +2,13 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>net461;netcoreapp1.1</TargetFrameworks> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<DefineConstants>TRACE;DEBUG;OMNIXAML_no</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> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugOmniXaml|AnyCPU'"> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<OutputPath>bin\DebugOmniXaml\</OutputPath> |
|
|
|
<DefineConstants>TRACE;DEBUG;OMNIXAML</DefineConstants> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.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\Net45\Splat.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Sprache, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\Sprache.2.1.0\lib\net40\Sprache.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
|
|
|
<HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
<Choose> |
|
|
|
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
<Otherwise /> |
|
|
|
</Choose> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Context\AvaloniaNamespaceRegistryTest.cs" /> |
|
|
|
<Compile Include="Data\BindingTests_DataValidation.cs" /> |
|
|
|
<Compile Include="Data\BindingTests_Source.cs" /> |
|
|
|
<Compile Include="Data\BindingTests_ElementName.cs" /> |
|
|
|
<Compile Include="Data\BindingTests_Self.cs" /> |
|
|
|
<Compile Include="Data\MultiBindingTests.cs" /> |
|
|
|
<Compile Include="Data\BindingTests_TemplatedParent.cs" /> |
|
|
|
<Compile Include="Data\BindingTests.cs" /> |
|
|
|
<Compile Include="Converters\AvaloniaPropertyConverterTest.cs" /> |
|
|
|
<Compile Include="Parsers\SelectorGrammarTests.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="SampleAvaloniaObject.cs" /> |
|
|
|
<Compile Include="StyleTests.cs" /> |
|
|
|
<Compile Include="Templates\MemberSelectorTests.cs" /> |
|
|
|
<Compile Include="Templates\DataTemplateTests.cs" /> |
|
|
|
<Compile Include="Xaml\BasicTests.cs" /> |
|
|
|
<Compile Include="Xaml\ControlBindingTests.cs" /> |
|
|
|
<Compile Include="Xaml\BindingTests.cs" /> |
|
|
|
<Compile Include="Xaml\DataTemplateTests.cs" /> |
|
|
|
<Compile Include="Xaml\InitializationOrderTracker.cs" /> |
|
|
|
<Compile Include="Xaml\NonControl.cs" /> |
|
|
|
<Compile Include="Xaml\TreeDataTemplateTests.cs" /> |
|
|
|
<Compile Include="TypeProviderMock.cs" /> |
|
|
|
<Compile Include="TestViewModel.cs" /> |
|
|
|
<Compile Include="Xaml\StyleTests.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj"> |
|
|
|
<Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project> |
|
|
|
<Name>Avalonia.Markup.Xaml</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj"> |
|
|
|
<Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project> |
|
|
|
<Name>Avalonia.Markup</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj"> |
|
|
|
<Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project> |
|
|
|
<Name>Avalonia.Animation</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj"> |
|
|
|
<Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project> |
|
|
|
<Name>Avalonia.Base</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj"> |
|
|
|
<Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project> |
|
|
|
<Name>Avalonia.Controls</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj"> |
|
|
|
<Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project> |
|
|
|
<Name>Avalonia.Input</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj"> |
|
|
|
<Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project> |
|
|
|
<Name>Avalonia.Interactivity</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj"> |
|
|
|
<Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project> |
|
|
|
<Name>Avalonia.Layout</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj"> |
|
|
|
<Project>{6417B24E-49C2-4985-8DB2-3AB9D898EC91}</Project> |
|
|
|
<Name>Avalonia.ReactiveUI</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj"> |
|
|
|
<Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project> |
|
|
|
<Name>Avalonia.Visuals</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj"> |
|
|
|
<Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project> |
|
|
|
<Name>Avalonia.Styling</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj"> |
|
|
|
<Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project> |
|
|
|
<Name>Avalonia.Themes.Default</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Markup\Portable.Xaml\src\Portable.Xaml\Portable.Xaml-pcl259.csproj"> |
|
|
|
<Project>{179484ec-db00-451a-ad2d-2e2ab20de519}</Project> |
|
|
|
<Name>Portable.Xaml-pcl259</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj"> |
|
|
|
<Project>{88060192-33d5-4932-b0f9-8bd2763e857d}</Project> |
|
|
|
<Name>Avalonia.UnitTests</Name> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="..\..\build\UnitTests.NetCore.targets" /> |
|
|
|
<Import Project="..\..\build\Moq.props" /> |
|
|
|
<Import Project="..\..\build\XUnit.props" /> |
|
|
|
@ -187,6 +30,7 @@ |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj" /> |
|
|
|
<ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\Markup\Portable.Xaml\src\Portable.Xaml\Portable.Xaml-pcl259.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<EmbeddedResource Include="Xaml\Style1.xaml"> |
|
|
|
|