2014-02-06 05:23:28 -08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.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>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{13AFA20D-CCEA-4A58-920E-4D8816C7296B}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>StyletUnitTests</RootNamespace>
|
|
|
|
|
<AssemblyName>StyletUnitTests</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
|
|
|
|
</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>
|
2015-09-23 13:46:36 -07:00
|
|
|
|
<CodeAnalysisRuleSet>StyletUnitTests.ruleset</CodeAnalysisRuleSet>
|
2014-02-06 05:23:28 -08:00
|
|
|
|
</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>
|
2015-09-23 13:46:36 -07:00
|
|
|
|
<CodeAnalysisRuleSet>StyletUnitTests.ruleset</CodeAnalysisRuleSet>
|
2014-02-06 05:23:28 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2015-09-09 04:43:31 -07:00
|
|
|
|
<Reference Include="Moq, Version=4.2.1507.118, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2014-03-12 05:54:07 -07:00
|
|
|
|
</Reference>
|
2015-09-08 14:03:33 -07:00
|
|
|
|
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2015-09-09 04:43:31 -07:00
|
|
|
|
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2014-02-06 05:23:28 -08:00
|
|
|
|
</Reference>
|
2015-09-08 14:03:33 -07:00
|
|
|
|
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2014-03-12 05:54:07 -07:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
2014-02-06 05:23:28 -08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2014-05-20 13:24:10 -07:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2014-03-12 05:54:07 -07:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2014-02-06 05:23:28 -08:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2014-03-12 05:54:07 -07:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2014-02-06 05:23:28 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-12 05:54:07 -07:00
|
|
|
|
<Compile Include="ActionExtensionTests.cs" />
|
2014-08-02 09:49:56 -07:00
|
|
|
|
<Compile Include="ApplicationLoaderTests.cs" />
|
2014-02-06 05:23:28 -08:00
|
|
|
|
<Compile Include="BindableCollectionTests.cs" />
|
2014-05-07 05:20:36 -07:00
|
|
|
|
<Compile Include="BoolToVisibilityConverterTests.cs" />
|
2014-05-10 12:11:02 -07:00
|
|
|
|
<Compile Include="BootstrapperBaseTests.cs" />
|
|
|
|
|
<Compile Include="BootstrapperTests.cs" />
|
2014-05-09 05:59:38 -07:00
|
|
|
|
<Compile Include="CommandActionTests.cs" />
|
2014-03-15 06:50:17 -07:00
|
|
|
|
<Compile Include="ConductorAllActiveTests.cs" />
|
2014-04-07 04:41:35 -07:00
|
|
|
|
<Compile Include="ConductorNavigatingTests.cs" />
|
2014-03-15 07:51:52 -07:00
|
|
|
|
<Compile Include="ConductorOneActiveTests.cs" />
|
2014-03-12 14:51:36 -07:00
|
|
|
|
<Compile Include="ConductorTests.cs" />
|
2014-05-07 09:48:00 -07:00
|
|
|
|
<Compile Include="DebugConverterTests.cs" />
|
2014-09-10 13:14:38 -07:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCFuncFactoryTests.cs" />
|
2014-09-12 05:11:39 -07:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCInstanceBindingTests.cs" />
|
2014-09-14 04:19:48 -07:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCModuleTests.cs" />
|
2014-07-30 07:20:30 -07:00
|
|
|
|
<Compile Include="TraceLoggerTests.cs" />
|
2014-05-20 05:05:15 -07:00
|
|
|
|
<Compile Include="EqualityConverterTests.cs" />
|
2014-05-09 05:59:38 -07:00
|
|
|
|
<Compile Include="EventActionTests.cs" />
|
2014-02-25 05:12:34 -08:00
|
|
|
|
<Compile Include="EventAggregatorTests.cs" />
|
2014-03-25 06:20:31 -07:00
|
|
|
|
<Compile Include="ExecuteTests.cs" />
|
2014-05-06 09:42:55 -07:00
|
|
|
|
<Compile Include="ExpressionExtensionsTests.cs" />
|
2014-05-20 13:24:10 -07:00
|
|
|
|
<Compile Include="IconToBitmapSourceConverterTests.cs" />
|
2014-05-07 00:37:48 -07:00
|
|
|
|
<Compile Include="LabelledValueTests.cs" />
|
2014-07-26 10:17:42 -07:00
|
|
|
|
<Compile Include="StyletLogManagerTests.cs" />
|
2014-05-20 05:05:15 -07:00
|
|
|
|
<Compile Include="MessageBoxTests.cs" />
|
2014-02-06 05:23:28 -08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-03-25 06:20:31 -07:00
|
|
|
|
<Compile Include="PropertyChangedBaseTests.cs" />
|
2014-03-04 05:20:48 -08:00
|
|
|
|
<Compile Include="PropertyChangedExtensionsTests.cs" />
|
2014-05-07 05:20:36 -07:00
|
|
|
|
<Compile Include="ScreenExtensionTests.cs" />
|
2014-04-02 05:25:13 -07:00
|
|
|
|
<Compile Include="ScreenTests.cs" />
|
2014-02-18 05:12:39 -08:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCAutobindingTests.cs" />
|
|
|
|
|
<Compile Include="StyletIoC\StyletIoCBindingChecksTests.cs" />
|
2014-05-07 09:48:00 -07:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCCompileTests.cs" />
|
2014-03-23 11:13:01 -07:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCPropertyInjectionTests.cs" />
|
2014-02-18 05:12:39 -08:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCConstructorInjectionTests.cs" />
|
|
|
|
|
<Compile Include="StyletIoC\StyletIoCFactoryTests.cs" />
|
|
|
|
|
<Compile Include="StyletIoC\StyletIoCGetAllTests.cs" />
|
|
|
|
|
<Compile Include="StyletIoC\StyletIoCGetSingleKeyedTests.cs" />
|
|
|
|
|
<Compile Include="StyletIoC\StyletIoCGetSingleTests.cs" />
|
2014-03-23 11:13:01 -07:00
|
|
|
|
<Compile Include="StyletIoC\StyletIoCUnboundGenericTests.cs" />
|
2014-05-08 09:37:33 -07:00
|
|
|
|
<Compile Include="ValidatingModelBaseTests.cs" />
|
2014-05-07 05:20:36 -07:00
|
|
|
|
<Compile Include="ViewManagerTests.cs" />
|
|
|
|
|
<Compile Include="ViewTests.cs" />
|
2014-04-03 04:57:42 -07:00
|
|
|
|
<Compile Include="WindowManagerTests.cs" />
|
2014-02-06 05:23:28 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Stylet\Stylet.csproj">
|
|
|
|
|
<Project>{2435bd00-ac12-48b0-ad36-9bab2fdec3f5}</Project>
|
|
|
|
|
<Name>Stylet</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2014-02-08 12:14:54 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
2015-09-23 13:46:36 -07:00
|
|
|
|
<None Include="StyletUnitTests.ruleset" />
|
2014-02-08 12:14:54 -08:00
|
|
|
|
</ItemGroup>
|
2014-02-06 05:23:28 -08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.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>
|