2015-12-19 18:02:32 -05:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>
|
|
|
|
|
</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{58CD3B9C-EBBA-4527-A81C-78B7EA9CA298}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Filtration.ItemFilterPreview.Tests</RootNamespace>
|
|
|
|
|
<AssemblyName>Filtration.ItemFilterPreview.Tests</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<TargetPlatformVersion>8.1</TargetPlatformVersion>
|
|
|
|
|
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
|
|
|
|
<IsCodedUITest>True</IsCodedUITest>
|
|
|
|
|
<TestProjectType>CodedUITest</TestProjectType>
|
|
|
|
|
<IsWindowsStoreCodedUITest>True</IsWindowsStoreCodedUITest>
|
|
|
|
|
<TargetFrameworkProfile />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2015-12-19 18:02:32 -05:00
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2015-12-28 12:30:34 -05:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2015-12-19 18:02:32 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
</CodeAnalysisDependentAssemblyPaths>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2015-12-29 17:03:07 -05:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-01-31 05:51:53 -05:00
|
|
|
|
<Compile Include="Services\serializationtest.cs" />
|
2015-12-19 18:02:32 -05:00
|
|
|
|
<Compile Include="Services\TestItemBlockItemMatcher.cs" />
|
|
|
|
|
<Compile Include="Services\TestItemFilterProcessor.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-12-29 17:03:07 -05:00
|
|
|
|
<None Include="app.config" />
|
2015-12-19 18:02:32 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Filtration.ItemFilterPreview\Filtration.ItemFilterPreview.csproj">
|
|
|
|
|
<Project>{3ab98b6e-05db-44fa-9dad-584aa88f0739}</Project>
|
|
|
|
|
<Name>Filtration.ItemFilterPreview</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Filtration.ObjectModel\Filtration.ObjectModel.csproj">
|
|
|
|
|
<Project>{4aac3beb-1dc1-483e-9d11-0e9334e80227}</Project>
|
|
|
|
|
<Name>Filtration.ObjectModel</Name>
|
2016-01-31 06:56:55 -05:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Filtration.Parser.Interface\Filtration.Parser.Interface.csproj">
|
|
|
|
|
<Project>{46383F20-02DF-48B4-B092-9088FA4ACD5A}</Project>
|
|
|
|
|
<Name>Filtration.Parser.Interface</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Filtration.Parser\Filtration.Parser.csproj">
|
|
|
|
|
<Project>{10a7c2bc-ec6f-4a38-bdda-e35935004c02}</Project>
|
|
|
|
|
<Name>Filtration.Parser</Name>
|
2015-12-19 18:02:32 -05:00
|
|
|
|
</ProjectReference>
|
2015-12-29 17:03:07 -05:00
|
|
|
|
<ProjectReference Include="..\Filtration\Filtration.csproj">
|
|
|
|
|
<Project>{55e0a34c-e039-43d7-a024-a4045401cdda}</Project>
|
|
|
|
|
<Name>Filtration</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\MuldiniFilterScript.txt" />
|
2015-12-19 18:02:32 -05:00
|
|
|
|
</ItemGroup>
|
2019-04-10 16:15:15 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Castle.Core">
|
|
|
|
|
<Version>4.4.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="FluentAssertions">
|
|
|
|
|
<Version>5.6.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Moq">
|
|
|
|
|
<Version>4.10.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="NUnit">
|
|
|
|
|
<Version>3.11.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions">
|
|
|
|
|
<Version>4.5.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.ValueTuple">
|
|
|
|
|
<Version>4.5.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2015-12-19 18:02:32 -05:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.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>
|