diff --git a/.gitignore b/.gitignore index 37aebf1..540ad54 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,6 @@ $RECYCLE.BIN/ # Mac crap .DS_Store +/.vs +/.vs +/.vs diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..7328188 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/src/PCLStorage.Abstractions/IFileSystem.cs b/src/PCLStorage.Abstractions/IFileSystem.cs index 2b92e64..7525cfc 100644 --- a/src/PCLStorage.Abstractions/IFileSystem.cs +++ b/src/PCLStorage.Abstractions/IFileSystem.cs @@ -17,6 +17,10 @@ public interface IFileSystem /// IFolder LocalStorage { get; } /// + /// A folder representing storage where documents are saved + /// + IFolder DocumentStorage { get; } + /// /// A folder representing storage which may be synced with other devices for the same user /// IFolder RoamingStorage { get; } diff --git a/src/PCLStorage.Abstractions/PCLStorage.Abstractions.csproj b/src/PCLStorage.Abstractions/PCLStorage.Abstractions.csproj index a1e09ac..b4e10fb 100644 --- a/src/PCLStorage.Abstractions/PCLStorage.Abstractions.csproj +++ b/src/PCLStorage.Abstractions/PCLStorage.Abstractions.csproj @@ -16,6 +16,8 @@ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ true + + true @@ -55,30 +57,33 @@ + - - ..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.dll + + ..\..\..\AmadiOS\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll - - ..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll + + ..\..\..\AmadiOS\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll - - ..\..\packages\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.IO.dll + + ..\..\..\AmadiOS\packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll - - ..\..\packages\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.Runtime.dll + + ..\..\..\AmadiOS\packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll - - ..\..\packages\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.Threading.Tasks.dll + + ..\..\..\AmadiOS\packages\Microsoft.Bcl.1.1.10\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll - - - - + + + + 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}. + +