|
|
@@ -2,191 +2,6 @@
|
|
|
<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>DEBUG;TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <DocumentationFile>bin\Debug\Avalonia.Controls.UnitTests.XML</DocumentationFile>
|
|
|
- <NoWarn>CS1591</NoWarn>
|
|
|
- </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>
|
|
|
- <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="Ploeh.AutoFixture, Version=3.40.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\..\packages\AutoFixture.3.40.0\lib\net40\Ploeh.AutoFixture.dll</HintPath>
|
|
|
- <Private>True</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Ploeh.AutoFixture.AutoMoq, Version=3.40.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\..\packages\AutoFixture.AutoMoq.3.40.0\lib\net40\Ploeh.AutoFixture.AutoMoq.dll</HintPath>
|
|
|
- <Private>True</Private>
|
|
|
- </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="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\..\packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
|
|
|
- <Private>True</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="WindowsBase" />
|
|
|
- <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="AppBuilderTests.cs" />
|
|
|
- <Compile Include="ButtonTests.cs" />
|
|
|
- <Compile Include="CanvasTests.cs" />
|
|
|
- <Compile Include="ClassesTests.cs" />
|
|
|
- <Compile Include="LayoutTransformControlTests.cs" />
|
|
|
- <Compile Include="Presenters\ItemsPresenterTests_Virtualization_Simple.cs" />
|
|
|
- <Compile Include="Presenters\ItemsPresenterTests_Virtualization.cs" />
|
|
|
- <Compile Include="TextBoxTests_DataValidation.cs" />
|
|
|
- <Compile Include="UserControlTests.cs" />
|
|
|
- <Compile Include="DockPanelTests.cs" />
|
|
|
- <Compile Include="EnumerableExtensions.cs" />
|
|
|
- <Compile Include="GridSplitterTests.cs" />
|
|
|
- <Compile Include="GridTests.cs" />
|
|
|
- <Compile Include="HeaderedItemsControlTests .cs" />
|
|
|
- <Compile Include="ControlTests_NameScope.cs" />
|
|
|
- <Compile Include="Generators\ItemContainerGeneratorTests.cs" />
|
|
|
- <Compile Include="GridLengthTests.cs" />
|
|
|
- <Compile Include="ImageTests.cs" />
|
|
|
- <Compile Include="Presenters\ContentPresenterTests.cs" />
|
|
|
- <Compile Include="BorderTests.cs" />
|
|
|
- <Compile Include="ListBoxTests_Single.cs" />
|
|
|
- <Compile Include="NameScopeTests.cs" />
|
|
|
- <Compile Include="Primitives\SelectingItemsControlTests_Multiple.cs" />
|
|
|
- <Compile Include="Presenters\ScrollContentPresenterTests_ILogicalScrollable.cs" />
|
|
|
- <Compile Include="TextBoxTests.cs" />
|
|
|
- <Compile Include="TextBlockTests.cs" />
|
|
|
- <Compile Include="WindowingPlatformMock.cs" />
|
|
|
- <Compile Include="TreeViewTests.cs" />
|
|
|
- <Compile Include="Mixins\SelectableMixinTests.cs" />
|
|
|
- <Compile Include="StackPanelTests.cs" />
|
|
|
- <Compile Include="Primitives\TrackTests.cs" />
|
|
|
- <Compile Include="Primitives\PopupTests.cs" />
|
|
|
- <Compile Include="DropDownTests.cs" />
|
|
|
- <Compile Include="Presenters\CarouselPresenterTests.cs" />
|
|
|
- <Compile Include="Presenters\ItemsPresenterTests.cs" />
|
|
|
- <Compile Include="Presenters\ScrollContentPresenterTests.cs" />
|
|
|
- <Compile Include="Primitives\TemplatedControlTests.cs" />
|
|
|
- <Compile Include="Primitives\ScrollBarTests.cs" />
|
|
|
- <Compile Include="Primitives\RangeBaseTests.cs" />
|
|
|
- <Compile Include="Primitives\SelectingItemsControlTests_AutoSelect.cs" />
|
|
|
- <Compile Include="ScrollViewerTests.cs" />
|
|
|
- <Compile Include="Primitives\SelectingItemsControlTests.cs" />
|
|
|
- <Compile Include="ListBoxTests.cs" />
|
|
|
- <Compile Include="ItemsControlTests.cs" />
|
|
|
- <Compile Include="ContentControlTests.cs" />
|
|
|
- <Compile Include="DecoratorTests.cs" />
|
|
|
- <Compile Include="CarouselTests.cs" />
|
|
|
- <Compile Include="TopLevelTests.cs" />
|
|
|
- <Compile Include="Primitives\TabStripTests.cs" />
|
|
|
- <Compile Include="TabControlTests.cs" />
|
|
|
- <Compile Include="PanelTests.cs" />
|
|
|
- <Compile Include="ControlTests.cs" />
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- <Compile Include="Templates\TemplateExtensionsTests.cs" />
|
|
|
- <Compile Include="TestTemplatedControl.cs" />
|
|
|
- <Compile Include="Utils\AncestorFinderTests.cs" />
|
|
|
- <Compile Include="Utils\HotKeyManagerTests.cs" />
|
|
|
- <Compile Include="VirtualizingStackPanelTests.cs" />
|
|
|
- <Compile Include="WrapPanelTests.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
|
|
|
- <Project>{4a1abb09-9047-4bd5-a4ad-a055e52c5ee0}</Project>
|
|
|
- <Name>Avalonia.DotNetFrameworkRuntime</Name>
|
|
|
- </ProjectReference>
|
|
|
- <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.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="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj">
|
|
|
- <Project>{88060192-33d5-4932-b0f9-8bd2763e857d}</Project>
|
|
|
- <Name>Avalonia.UnitTests</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
<Import Project="..\..\build\UnitTests.NetCore.targets" />
|
|
|
<Import Project="..\..\build\Moq.props" />
|
|
|
<Import Project="..\..\build\XUnit.props" />
|