|
|
|
@ -2,138 +2,12 @@ |
|
|
|
<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.Base.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="Microsoft.Reactive.Testing, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\packages\Microsoft.Reactive.Testing.3.0.0\lib\net45\Microsoft.Reactive.Testing.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|
|
|
<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="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="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="AvaloniaObjectTests_Threading.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_DataValidation.cs" /> |
|
|
|
<Compile Include="Collections\CollectionChangedTracker.cs" /> |
|
|
|
<Compile Include="Collections\AvaloniaDictionaryTests.cs" /> |
|
|
|
<Compile Include="Collections\AvaloniaListTests.cs" /> |
|
|
|
<Compile Include="Collections\PropertyChangedTracker.cs" /> |
|
|
|
<Compile Include="AttachedPropertyTests.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_Direct.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_GetSubject.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_GetObservable.cs" /> |
|
|
|
<Compile Include="AvaloniaPropertyRegistryTests.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_Validation.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_Binding.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_Inheritance.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_SetValue.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_GetValue.cs" /> |
|
|
|
<Compile Include="AvaloniaObjectTests_Metadata.cs" /> |
|
|
|
<Compile Include="DirectPropertyTests.cs" /> |
|
|
|
<Compile Include="StyledPropertyTests.cs" /> |
|
|
|
<Compile Include="AvaloniaPropertyTests.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="PriorityValueTests.cs" /> |
|
|
|
<Compile Include="WeakSubscriptionManagerTests.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\coretests.props" /> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj" /> |
|
|
|
<ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<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.Layout\Avalonia.Layout.csproj"> |
|
|
|
<Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project> |
|
|
|
<Name>Avalonia.Layout</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.Visuals\Avalonia.Visuals.csproj"> |
|
|
|
<Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project> |
|
|
|
<Name>Avalonia.Visuals</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj"> |
|
|
|
<Project>{88060192-33d5-4932-b0f9-8bd2763e857d}</Project> |
|
|
|
<Name>Avalonia.UnitTests</Name> |
|
|
|
</ProjectReference> |
|
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |