|
|
@ -13,8 +13,8 @@ |
|
|
|
<DefaultLanguage>es-ES</DefaultLanguage> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
|
<TargetFrameworkProfile>Profile44</TargetFrameworkProfile> |
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -46,36 +46,9 @@ |
|
|
|
<Compile Include="Mocks\MockViewModel.cs" /> |
|
|
|
<Compile Include="ViewModels\MockViewModelTests.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\xunit.abstractions.2.0.1\lib\netstandard1.0\xunit.abstractions.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="xunit.assert, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\xunit.assert.2.2.0-beta4-build3444\lib\netstandard1.0\xunit.assert.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="xunit.core, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\xunit.extensibility.core.2.2.0-beta4-build3444\lib\netstandard1.0\xunit.core.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="xunit.execution.dotnet, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\..\packages\xunit.extensibility.execution.2.2.0-beta4-build3444\lib\netstandard1.0\xunit.execution.dotnet.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Core"> |
|
|
|
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Platform"> |
|
|
|
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Xaml"> |
|
|
|
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
<None Include="project.json" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\eShopOnContainers.Core\eShopOnContainers.Core.csproj"> |
|
|
|