-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathWindowsAzure.sln
76 lines (76 loc) · 4.51 KB
/
WindowsAzure.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".scripts", ".scripts", "{4AA7D406-B158-4FCA-97BE-B3CE4B9ED1AA}"
ProjectSection(SolutionItems) = preProject
scripts\build.cmd = scripts\build.cmd
scripts\build.properties.sample.ps1 = scripts\build.properties.sample.ps1
scripts\build.ps1 = scripts\build.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{F729740C-2635-49A7-9342-2A2A7158992D}"
ProjectSection(SolutionItems) = preProject
scripts\libs\core_build.ps1 = scripts\libs\core_build.ps1
scripts\libs\psake.psm1 = scripts\libs\psake.psm1
scripts\libs\psake_ext.ps1 = scripts\libs\psake_ext.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsAzure", "WindowsAzure\WindowsAzure.csproj", "{489A3BD0-35AF-4E8E-939F-6597125603B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsAzure.Tests", "WindowsAzure.Tests\WindowsAzure.Tests.csproj", "{47178F90-F9A5-4413-8C34-607451F893D5}"
ProjectSection(ProjectDependencies) = postProject
{489A3BD0-35AF-4E8E-939F-6597125603B7} = {489A3BD0-35AF-4E8E-939F-6597125603B7}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosoftAzureCosmosTable.Extensions", "MicrosoftAzureCosmosTable.Extensions\MicrosoftAzureCosmosTable.Extensions.csproj", "{282B395D-99CD-43C9-A0C3-33053790D2FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosoftAzureCosmosTable.Extensions-Preview", "MicrosoftAzureCosmosTable.Extensions-Preview\MicrosoftAzureCosmosTable.Extensions-Preview.csproj", "{F0895C59-247D-44D5-AEF2-80F69837F3E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CFA88365-BFB6-408B-AF86-AAD298CFC1B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F0ED2120-3147-4F85-96BA-C9BCDB48698E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5EB09784-68A2-4FAD-8D27-9A4603CFAD0D}"
ProjectSection(SolutionItems) = preProject
GitHubReleaseNotes.txt = GitHubReleaseNotes.txt
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{489A3BD0-35AF-4E8E-939F-6597125603B7}.Release|Any CPU.Build.0 = Release|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47178F90-F9A5-4413-8C34-607451F893D5}.Release|Any CPU.Build.0 = Release|Any CPU
{282B395D-99CD-43C9-A0C3-33053790D2FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{282B395D-99CD-43C9-A0C3-33053790D2FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{282B395D-99CD-43C9-A0C3-33053790D2FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{282B395D-99CD-43C9-A0C3-33053790D2FF}.Release|Any CPU.Build.0 = Release|Any CPU
{F0895C59-247D-44D5-AEF2-80F69837F3E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0895C59-247D-44D5-AEF2-80F69837F3E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0895C59-247D-44D5-AEF2-80F69837F3E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0895C59-247D-44D5-AEF2-80F69837F3E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{489A3BD0-35AF-4E8E-939F-6597125603B7} = {CFA88365-BFB6-408B-AF86-AAD298CFC1B5}
{47178F90-F9A5-4413-8C34-607451F893D5} = {F0ED2120-3147-4F85-96BA-C9BCDB48698E}
{282B395D-99CD-43C9-A0C3-33053790D2FF} = {CFA88365-BFB6-408B-AF86-AAD298CFC1B5}
{F0895C59-247D-44D5-AEF2-80F69837F3E2} = {CFA88365-BFB6-408B-AF86-AAD298CFC1B5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FEDDDB4-B550-4286-BF76-42A84A9421E2}
EndGlobalSection
EndGlobal