2013-07-03 23:19:47 +02: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>
2013-09-15 21:44:09 +02:00
<ProjectGuid> {CA3C491B-A8CA-426C-A0BB-E91636767467}</ProjectGuid>
2013-07-03 23:19:47 +02:00
<OutputType> Library</OutputType>
<AppDesignerFolder> Properties</AppDesignerFolder>
<RootNamespace> PocketSharp.Tests</RootNamespace>
<AssemblyName> PocketSharp.Tests</AssemblyName>
2013-09-15 21:44:09 +02:00
<TargetFrameworkVersion> v4.5</TargetFrameworkVersion>
2013-07-03 23:19:47 +02:00
<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>
2013-09-12 11:40:25 +02:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages> true</RestorePackages>
2013-07-03 23:19:47 +02: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>
2013-09-15 21:44:09 +02:00
<Reference Include= "Microsoft.Threading.Tasks" >
<HintPath> ..\packages\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.dll</HintPath>
2013-09-12 11:40:25 +02:00
</Reference>
2013-09-15 21:44:09 +02:00
<Reference Include= "Microsoft.Threading.Tasks.Extensions" >
<HintPath> ..\packages\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
2013-09-12 11:40:25 +02:00
</Reference>
2013-07-03 23:19:47 +02:00
<Reference Include= "System" />
2013-09-12 11:40:25 +02:00
<Reference Include= "System.Net" />
2013-09-15 21:44:09 +02:00
<Reference Include= "System.Net.Http" />
2013-09-12 11:40:25 +02:00
<Reference Include= "System.Net.Http.Extensions" >
2013-09-15 21:44:09 +02:00
<HintPath> ..\packages\Microsoft.Net.Http.2.2.13\lib\net45\System.Net.Http.Extensions.dll</HintPath>
2013-09-12 11:40:25 +02:00
</Reference>
2013-09-15 21:44:09 +02:00
<Reference Include= "System.Net.Http.Primitives" >
<HintPath> ..\packages\Microsoft.Net.Http.2.2.13\lib\net45\System.Net.Http.Primitives.dll</HintPath>
2013-09-12 11:40:25 +02:00
</Reference>
2013-09-15 21:44:09 +02:00
<Reference Include= "System.Net.Http.WebRequest" />
<Reference Include= "xunit" >
<HintPath> ..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
2013-09-12 11:40:25 +02:00
</Reference>
2013-07-03 23:19:47 +02:00
</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>
2013-09-15 21:44:09 +02:00
<Otherwise />
2013-07-03 23:19:47 +02:00
</Choose>
<ItemGroup>
2013-09-15 21:44:09 +02:00
<Compile Include= "RetrieveTests.cs" />
2013-07-03 23:19:47 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
2013-09-15 21:44:09 +02:00
<ItemGroup>
<ProjectReference Include= "..\PocketSharp\PocketSharp.csproj" >
<Project> {817200c3-a327-4e35-9b5f-63a51c088577}</Project>
<Name> PocketSharp</Name>
</ProjectReference>
</ItemGroup>
2013-09-12 11:40:25 +02:00
<ItemGroup>
<None Include= "app.config" />
<None Include= "packages.config" />
</ItemGroup>
2013-07-03 23:19:47 +02: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" />
2013-09-12 11:40:25 +02:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup>
<ErrorText> This project references NuGet package(s) that are missing on this computer. Enable 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('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
</Target>
2013-07-03 23:19:47 +02: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>