Skip to content

Commit 91b04c4

Browse files
committed
Replaced the basic portable library with standard 1.0
Renamed Portable to Portable111
1 parent c31aae9 commit 91b04c4

39 files changed

+50
-101
lines changed

PCLExt.FileStorage.sln

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26730.16
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Portable", "src\PCLExt.FileStorage.Portable\PCLExt.FileStorage.Portable.csproj", "{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}"
7-
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Portable.Abstractions", "src\PCLExt.FileStorage.Portable.Abstractions\PCLExt.FileStorage.Portable.Abstractions.csproj", "{3F8D0494-6EE2-47FE-B263-F09A5EA3D0B3}"
9-
EndProject
106
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Android", "src\PCLExt.FileStorage.Android\PCLExt.FileStorage.Android.csproj", "{8EFC0559-3C9C-4D0C-A5A5-579E58FFE621}"
117
EndProject
128
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.iOS", "src\PCLExt.FileStorage.iOS\PCLExt.FileStorage.iOS.csproj", "{03DA3968-61A3-44D1-9F99-F55D31E07813}"
@@ -25,20 +21,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCLExt.FileStorage.Core.Tes
2521
EndProject
2622
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.NetFX.Test", "src\PCLExt.FileStorage.NetFX.Test\PCLExt.FileStorage.NetFX.Test.csproj", "{119368DE-E6BD-4746-BCD8-BBFE458579CC}"
2723
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Standard.Abstractions", "src\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj", "{5D529A12-F49C-40FE-B3C3-17747D73879E}"
25+
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Portable111", "src\PCLExt.FileStorage.Portable111\PCLExt.FileStorage.Portable111.csproj", "{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}"
27+
EndProject
2828
Global
2929
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3030
Debug|Any CPU = Debug|Any CPU
3131
Release|Any CPU = Release|Any CPU
3232
EndGlobalSection
3333
GlobalSection(ProjectConfigurationPlatforms) = postSolution
34-
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35-
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Debug|Any CPU.Build.0 = Debug|Any CPU
36-
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Release|Any CPU.ActiveCfg = Release|Any CPU
37-
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Release|Any CPU.Build.0 = Release|Any CPU
38-
{3F8D0494-6EE2-47FE-B263-F09A5EA3D0B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39-
{3F8D0494-6EE2-47FE-B263-F09A5EA3D0B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
40-
{3F8D0494-6EE2-47FE-B263-F09A5EA3D0B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
41-
{3F8D0494-6EE2-47FE-B263-F09A5EA3D0B3}.Release|Any CPU.Build.0 = Release|Any CPU
4234
{8EFC0559-3C9C-4D0C-A5A5-579E58FFE621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4335
{8EFC0559-3C9C-4D0C-A5A5-579E58FFE621}.Debug|Any CPU.Build.0 = Debug|Any CPU
4436
{8EFC0559-3C9C-4D0C-A5A5-579E58FFE621}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -75,6 +67,14 @@ Global
7567
{119368DE-E6BD-4746-BCD8-BBFE458579CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
7668
{119368DE-E6BD-4746-BCD8-BBFE458579CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
7769
{119368DE-E6BD-4746-BCD8-BBFE458579CC}.Release|Any CPU.Build.0 = Release|Any CPU
70+
{5D529A12-F49C-40FE-B3C3-17747D73879E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
71+
{5D529A12-F49C-40FE-B3C3-17747D73879E}.Debug|Any CPU.Build.0 = Debug|Any CPU
72+
{5D529A12-F49C-40FE-B3C3-17747D73879E}.Release|Any CPU.ActiveCfg = Release|Any CPU
73+
{5D529A12-F49C-40FE-B3C3-17747D73879E}.Release|Any CPU.Build.0 = Release|Any CPU
74+
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
75+
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Debug|Any CPU.Build.0 = Debug|Any CPU
76+
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Release|Any CPU.ActiveCfg = Release|Any CPU
77+
{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}.Release|Any CPU.Build.0 = Release|Any CPU
7878
EndGlobalSection
7979
GlobalSection(SolutionProperties) = preSolution
8080
HideSolutionNode = FALSE

src/PCLExt.FileStorage.Android.Test/PCLExt.FileStorage.Android.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<Project>{8efc0559-3c9c-4d0c-a5a5-579e58ffe621}</Project>
9090
<Name>PCLExt.FileStorage.Android</Name>
9191
</ProjectReference>
92-
<ProjectReference Include="..\PCLExt.FileStorage.Portable.Abstractions\PCLExt.FileStorage.Portable.Abstractions.csproj">
93-
<Project>{3f8d0494-6ee2-47fe-b263-f09a5ea3d0b3}</Project>
94-
<Name>PCLExt.FileStorage.Portable.Abstractions</Name>
92+
<ProjectReference Include="..\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj">
93+
<Project>{5d529a12-f49c-40fe-b3c3-17747d73879e}</Project>
94+
<Name>PCLExt.FileStorage.Standard.Abstractions</Name>
9595
</ProjectReference>
9696
</ItemGroup>
9797
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />

src/PCLExt.FileStorage.Android/PCLExt.FileStorage.Android.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
<Compile Include="Properties\AssemblyInfo.cs" />
100100
</ItemGroup>
101101
<ItemGroup>
102-
<ProjectReference Include="..\PCLExt.FileStorage.Portable.Abstractions\PCLExt.FileStorage.Portable.Abstractions.csproj">
103-
<Project>{3F8D0494-6EE2-47FE-B263-F09A5EA3D0B3}</Project>
104-
<Name>PCLExt.FileStorage.Portable.Abstractions</Name>
102+
<ProjectReference Include="..\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj">
103+
<Project>{5d529a12-f49c-40fe-b3c3-17747d73879e}</Project>
104+
<Name>PCLExt.FileStorage.Standard.Abstractions</Name>
105105
</ProjectReference>
106106
</ItemGroup>
107107
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />

src/PCLExt.FileStorage.Core.Test/PCLExt.FileStorage.Core.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<ProjectReference Include="..\PCLExt.FileStorage.Core\PCLExt.FileStorage.Core.csproj" />
22-
<ProjectReference Include="..\PCLExt.FileStorage.Portable.Abstractions\PCLExt.FileStorage.Portable.Abstractions.csproj" />
22+
<ProjectReference Include="..\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj" />
2323
</ItemGroup>
2424

2525
</Project>

src/PCLExt.FileStorage.Core/PCLExt.FileStorage.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49-
<ProjectReference Include="..\PCLExt.FileStorage.Portable.Abstractions\PCLExt.FileStorage.Portable.Abstractions.csproj" />
49+
<ProjectReference Include="..\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj" />
5050
</ItemGroup>
5151

5252
</Project>

src/PCLExt.FileStorage.NetFX.Test/PCLExt.FileStorage.NetFX.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
<Project>{54dbaceb-b898-494b-ad88-2a407cb55a5a}</Project>
6363
<Name>PCLExt.FileStorage.NetFX</Name>
6464
</ProjectReference>
65-
<ProjectReference Include="..\PCLExt.FileStorage.Portable.Abstractions\PCLExt.FileStorage.Portable.Abstractions.csproj">
66-
<Project>{3f8d0494-6ee2-47fe-b263-f09a5ea3d0b3}</Project>
67-
<Name>PCLExt.FileStorage.Portable.Abstractions</Name>
65+
<ProjectReference Include="..\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj">
66+
<Project>{5d529a12-f49c-40fe-b3c3-17747d73879e}</Project>
67+
<Name>PCLExt.FileStorage.Standard.Abstractions</Name>
6868
</ProjectReference>
6969
</ItemGroup>
7070
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />

src/PCLExt.FileStorage.NetFX/PCLExt.FileStorage.NetFX.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
<Compile Include="Properties\AssemblyInfo.cs" />
9292
</ItemGroup>
9393
<ItemGroup>
94-
<ProjectReference Include="..\PCLExt.FileStorage.Portable.Abstractions\PCLExt.FileStorage.Portable.Abstractions.csproj">
95-
<Project>{3F8D0494-6EE2-47FE-B263-F09A5EA3D0B3}</Project>
96-
<Name>PCLExt.FileStorage.Portable.Abstractions</Name>
94+
<ProjectReference Include="..\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj">
95+
<Project>{5d529a12-f49c-40fe-b3c3-17747d73879e}</Project>
96+
<Name>PCLExt.FileStorage.Standard.Abstractions</Name>
9797
</ProjectReference>
9898
</ItemGroup>
9999
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/PCLExt.FileStorage.Portable.Abstractions/PCLExt.FileStorage.Portable.Abstractions.csproj

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/PCLExt.FileStorage.Portable.Abstractions/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/PCLExt.FileStorage.Portable/Exceptions/ExceptionsHelper.cs renamed to src/PCLExt.FileStorage.Portable111/Exceptions/ExceptionsHelper.cs

File renamed without changes.

0 commit comments

Comments
 (0)