2018-02-11 20:55:29 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props" Condition= "Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {6F5C80F0-9045-4098-913F-7BDAD135E6DD}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > PoweredSoft.DynamicLinq.Test</RootNamespace>
<AssemblyName > PoweredSoft.DynamicLinq.Test</AssemblyName>
2018-02-14 00:09:58 -05:00
<TargetFrameworkVersion > v4.6.2</TargetFrameworkVersion>
2018-02-11 20:55:29 -05:00
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 15.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>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2018-02-14 00:09:58 -05:00
<TargetFrameworkProfile />
2018-02-11 20:55:29 -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-02-13 22:18:58 -05:00
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
2018-02-11 20:55:29 -05:00
<Reference Include= "Faker, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Faker.Data.1.0.7\lib\net45\Faker.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
</Reference>
2018-04-17 22:43:54 -04:00
<Reference Include= "PoweredSoft.Types, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\PoweredSoft.Types.1.0.0\lib\netstandard2.0\PoweredSoft.Types.dll</HintPath>
</Reference>
2018-02-11 20:55:29 -05:00
<Reference Include= "System" />
2018-02-13 22:18:58 -05:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2018-02-11 20:55:29 -05:00
<Reference Include= "System.Core" />
2018-02-12 05:18:44 -05:00
<Reference Include= "System.Data" />
2018-02-11 20:55:29 -05:00
</ItemGroup>
<ItemGroup >
2018-03-12 22:55:20 -04:00
<Compile Include= "AnonymousTypeTest.cs" />
2018-02-13 22:18:58 -05:00
<Compile Include= "ComplexQueriesTests.cs" />
2018-03-06 19:34:28 -05:00
<Compile Include= "ConstantTests.cs" />
2018-03-08 22:59:18 -05:00
<Compile Include= "GroupingTests.cs" />
2018-02-28 19:10:33 -05:00
<Compile Include= "Helpers\QueryableAssert.cs" />
2018-03-06 22:04:54 -05:00
<Compile Include= "InTests.cs" />
2018-03-21 21:00:46 -04:00
<Compile Include= "SelectTests.cs" />
2018-02-28 19:10:33 -05:00
<Compile Include= "ShortcutTests.cs" />
2018-02-13 22:18:58 -05:00
<Compile Include= "SimpleQueriesTest.cs" />
2018-02-11 20:55:29 -05:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2018-02-13 22:18:58 -05:00
<Compile Include= "HelpersTests.cs" />
<Compile Include= "EntityFrameworkTests.cs" />
2018-03-06 20:43:49 -05:00
<Compile Include= "StringComparision.cs" />
2018-03-06 23:40:01 -05:00
<Compile Include= "TestData.cs" />
2018-02-11 20:55:29 -05:00
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\PoweredSoft.DynamicLinq.Dal\PoweredSoft.DynamicLinq.Dal.csproj" >
<Project > {C16927E7-1358-4B9D-BDD7-149E505DE6CC}</Project>
<Name > PoweredSoft.DynamicLinq.Dal</Name>
</ProjectReference>
2018-02-14 00:09:58 -05:00
<ProjectReference Include= "..\PoweredSoft.DynamicLinq.EntityFramework\PoweredSoft.DynamicLinq.EntityFramework.csproj" >
<Project > {15587e3c-d4bb-474c-a4ac-4e6305f92bce}</Project>
<Name > PoweredSoft.DynamicLinq.EntityFramework</Name>
</ProjectReference>
2018-02-11 20:55:29 -05:00
<ProjectReference Include= "..\PoweredSoft.DynamicLinq\PoweredSoft.DynamicLinq.csproj" >
<Project > {2abc5a60-b549-4ecd-bef4-31ca7ba4ef06}</Project>
<Name > PoweredSoft.DynamicLinq</Name>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition= "Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition= "!Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets'))" />
</Target>
<Import Project= "..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets" Condition= "Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" />
</Project>