-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzureStorageCLI.sln
30 lines (30 loc) · 1.75 KB
/
AzureStorageCLI.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{29E825C7-0815-42B1-B4A5-D8DB6C3FC7CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureStorageCLI", "src\AzureStorageCLI\AzureStorageCLI.csproj", "{BEF5D0A2-D5E4-40BA-B113-2824BD17C774}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FE909C3C-BF44-47C0-B6A6-17F3B4883565}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureStorageCLI.Tests", "tests\AzureStorageCLI.Tests\AzureStorageCLI.Tests.csproj", "{81C231A2-6201-4AD8-BF17-78395ED8BCF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BEF5D0A2-D5E4-40BA-B113-2824BD17C774} = {29E825C7-0815-42B1-B4A5-D8DB6C3FC7CE}
{81C231A2-6201-4AD8-BF17-78395ED8BCF3} = {FE909C3C-BF44-47C0-B6A6-17F3B4883565}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEF5D0A2-D5E4-40BA-B113-2824BD17C774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEF5D0A2-D5E4-40BA-B113-2824BD17C774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEF5D0A2-D5E4-40BA-B113-2824BD17C774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEF5D0A2-D5E4-40BA-B113-2824BD17C774}.Release|Any CPU.Build.0 = Release|Any CPU
{81C231A2-6201-4AD8-BF17-78395ED8BCF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81C231A2-6201-4AD8-BF17-78395ED8BCF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81C231A2-6201-4AD8-BF17-78395ED8BCF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81C231A2-6201-4AD8-BF17-78395ED8BCF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal