forked from irmaktevfik/AzureStorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzureStorage.sln
34 lines (34 loc) · 1.98 KB
/
AzureStorage.sln
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
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureStorageRepository", "AzureStorageRepository\AzureStorageRepository.csproj", "{AB09F099-2BA7-4322-8B0C-A46A6D758C58}"
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "WindowsAzureCloudService", "WindowsAzureCloudService\WindowsAzureCloudService.ccproj", "{6BF94F17-AE2A-439E-A844-9AC533EA5FF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebRoleProject", "WebRoleProject\WebRoleProject.csproj", "{7B65A21B-BF37-42BD-86C9-374713B2C4C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB09F099-2BA7-4322-8B0C-A46A6D758C58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB09F099-2BA7-4322-8B0C-A46A6D758C58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB09F099-2BA7-4322-8B0C-A46A6D758C58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB09F099-2BA7-4322-8B0C-A46A6D758C58}.Release|Any CPU.Build.0 = Release|Any CPU
{6BF94F17-AE2A-439E-A844-9AC533EA5FF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BF94F17-AE2A-439E-A844-9AC533EA5FF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BF94F17-AE2A-439E-A844-9AC533EA5FF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BF94F17-AE2A-439E-A844-9AC533EA5FF4}.Release|Any CPU.Build.0 = Release|Any CPU
{7B65A21B-BF37-42BD-86C9-374713B2C4C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B65A21B-BF37-42BD-86C9-374713B2C4C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B65A21B-BF37-42BD-86C9-374713B2C4C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B65A21B-BF37-42BD-86C9-374713B2C4C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal