forked from Azure/azure-functions-core-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Azure.Functions.Cli.sln
42 lines (42 loc) · 2.23 KB
/
Azure.Functions.Cli.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CF86C17E-5C8A-4810-87BF-10548537A771}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5F51C958-39C0-4E0C-9165-71D0BCE647BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6EE1D011-2334-44F2-9D41-608B969DAE6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Functions.Cli", "src\Azure.Functions.Cli\Azure.Functions.Cli.csproj", "{6608738C-3BDB-47F5-BC62-66A8BDF9D884}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Functions.Cli.Tests", "test\Azure.Functions.Cli.Tests\Azure.Functions.Cli.Tests.csproj", "{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6608738C-3BDB-47F5-BC62-66A8BDF9D884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6608738C-3BDB-47F5-BC62-66A8BDF9D884}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6608738C-3BDB-47F5-BC62-66A8BDF9D884}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6608738C-3BDB-47F5-BC62-66A8BDF9D884}.Release|Any CPU.Build.0 = Release|Any CPU
{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6608738C-3BDB-47F5-BC62-66A8BDF9D884} = {5F51C958-39C0-4E0C-9165-71D0BCE647BC}
{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8} = {6EE1D011-2334-44F2-9D41-608B969DAE6D}
EndGlobalSection
EndGlobal