2016-01-31 06:56:55 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2018-11-27 16:26:04 -05:00
<Import Project= "..\packages\NUnit.3.11.0\build\NUnit.props" Condition= "Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
2016-01-31 06:56:55 -05:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {1F30CF6D-A5BF-4777-B8BA-E34F439FE8E5}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Filtration.Parser.Tests</RootNamespace>
<AssemblyName > Filtration.Parser.Tests</AssemblyName>
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
<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 > False</IsCodedUITest>
<TestProjectType > UnitTest</TestProjectType>
<TargetFrameworkProfile />
2018-11-27 16:26:04 -05:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-01-31 06:56:55 -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 >
2018-11-27 16:26:04 -05:00
<Reference Include= "Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
<HintPath > ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
2016-01-31 06:56:55 -05:00
</Reference>
2018-11-27 16:26:04 -05:00
<Reference Include= "FluentAssertions, Version=5.5.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
<HintPath > ..\packages\FluentAssertions.5.5.3\lib\net45\FluentAssertions.dll</HintPath>
2016-01-31 06:56:55 -05:00
</Reference>
2018-11-27 16:26:04 -05:00
<Reference Include= "Moq, Version=4.10.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
<HintPath > ..\packages\Moq.4.10.0\lib\net45\Moq.dll</HintPath>
2016-01-31 06:56:55 -05:00
</Reference>
2018-11-27 16:26:04 -05:00
<Reference Include= "nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
<HintPath > ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath>
2016-01-31 06:56:55 -05:00
</Reference>
<Reference Include= "PresentationCore" />
<Reference Include= "System" />
2018-11-27 16:26:04 -05:00
<Reference Include= "System.Configuration" />
<Reference Include= "System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include= "System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include= "System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
2016-01-31 06:56:55 -05:00
<Reference Include= "System.Xml" />
<Reference Include= "System.Xml.Linq" />
</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 >
<ItemGroup >
<Reference Include= "Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup >
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
<Compile Include= "Services\TestBlockGroupHierarchyBuilder.cs" />
<Compile Include= "Services\TestItemFilterBlockTranslator.cs" />
<Compile Include= "Services\TestItemFilterScriptTranslator.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Filtration.ObjectModel\Filtration.ObjectModel.csproj" >
<Project > {4aac3beb-1dc1-483e-9d11-0e9334e80227}</Project>
<Name > Filtration.ObjectModel</Name>
</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>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Resources\ThioleItemFilter.txt" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Resources\testscript.txt" />
</ItemGroup>
2016-08-20 10:42:59 -04:00
<ItemGroup >
2018-11-27 16:26:04 -05:00
<None Include= "app.config" />
2016-08-20 10:42:59 -04:00
<None Include= "packages.config" />
</ItemGroup>
2017-05-20 13:14:28 -04:00
<ItemGroup >
<EmbeddedResource Include= "Resources\testscript2.txt" />
</ItemGroup>
2016-01-31 06:56:55 -05:00
<Choose >
<When Condition= "'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
<ItemGroup >
<Reference Include= "Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
</ItemGroup>
</When>
</Choose>
<Import Project= "$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition= "Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-11-27 16:26:04 -05:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
</Target>
2016-01-31 06:56:55 -05:00
<!-- 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>