-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasyDocumentStorage.PCL.sln
More file actions
32 lines (31 loc) · 1.98 KB
/
EasyDocumentStorage.PCL.sln
File metadata and controls
32 lines (31 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyDocumentStorage.PCL", "EasyDocumentStorage.PCL\EasyDocumentStorage.PCL.csproj", "{772E9EBF-D024-458E-9F9D-38D8F155C219}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyDocumentStorage.PCL.Tests", "EasyDocumentStorage.PCL.Tests\EasyDocumentStorage.PCL.Tests.csproj", "{73BA8E03-A7B4-412C-B8E0-3983F895598F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyDocumentStorage.PCL.PerformaceTests", "EasyDocumentStorage.PCL.PerformaceTests\EasyDocumentStorage.PCL.PerformaceTests.csproj", "{396CB296-DBF6-44EC-89CD-6D8EBB652A3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{772E9EBF-D024-458E-9F9D-38D8F155C219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{772E9EBF-D024-458E-9F9D-38D8F155C219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{772E9EBF-D024-458E-9F9D-38D8F155C219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{772E9EBF-D024-458E-9F9D-38D8F155C219}.Release|Any CPU.Build.0 = Release|Any CPU
{73BA8E03-A7B4-412C-B8E0-3983F895598F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73BA8E03-A7B4-412C-B8E0-3983F895598F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73BA8E03-A7B4-412C-B8E0-3983F895598F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73BA8E03-A7B4-412C-B8E0-3983F895598F}.Release|Any CPU.Build.0 = Release|Any CPU
{396CB296-DBF6-44EC-89CD-6D8EBB652A3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{396CB296-DBF6-44EC-89CD-6D8EBB652A3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{396CB296-DBF6-44EC-89CD-6D8EBB652A3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{396CB296-DBF6-44EC-89CD-6D8EBB652A3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.0.5
EndGlobalSection
EndGlobal