2016-05-02 09:52:09 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition= "Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {A300DCE1-8D10-4267-B96A-CB01AEB7C220}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Bit.App.Test</RootNamespace>
<AssemblyName > Bit.App.Test</AssemblyName>
<TargetFrameworkVersion > v4.6</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>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</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= "NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\NSubstitute.1.10.0.0\lib\net45\NSubstitute.dll</HintPath>
<Private > True</Private>
</Reference>
2016-11-29 03:05:52 +03:00
<Reference Include= "PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PCLCrypto.2.0.147\lib\net45\PCLCrypto.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.BCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.BCrypt.0.3.2\lib\net40\PInvoke.BCrypt.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.Kernel32, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.Kernel32.0.3.2\lib\net40\PInvoke.Kernel32.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.NCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.NCrypt.0.3.2\lib\net40\PInvoke.NCrypt.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.Windows.Core, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll</HintPath>
<Private > True</Private>
</Reference>
2016-07-02 09:01:47 +03:00
<Reference Include= "Plugin.Settings, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.2.1.0\lib\net45\Plugin.Settings.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Settings.Abstractions, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.2.1.0\lib\net45\Plugin.Settings.Abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-02 09:52:09 +03:00
<Reference Include= "System" />
2016-11-29 03:05:52 +03:00
<Reference Include= "Validation, Version=2.2.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-02 09:52:09 +03:00
<Reference Include= "xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
<Private > True</Private>
</Reference>
</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 />
</Choose>
<ItemGroup >
2016-07-02 09:01:47 +03:00
<Compile Include= "PasswordGeneratorServiceTests.cs" />
2016-05-02 09:52:09 +03:00
<Compile Include= "CryptoServiceTests.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\src\App\App.csproj" >
<Project > {b490c5da-639e-4994-abd2-54222b8a348e}</Project>
<Name > App</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
2016-07-03 07:09:34 +03:00
<None Include= "app.config" />
2016-05-02 09:52:09 +03:00
<None Include= "packages.config" />
</ItemGroup>
<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" />
<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\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
</Target>
<!-- 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>