forked from Azure/azure-functions-ux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzureFunctions.sln
40 lines (40 loc) · 2.5 KB
/
AzureFunctions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunctions", "AzureFunctions\AzureFunctions.csproj", "{46F4141F-1EA3-4A88-8DC6-741669E8C393}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunctions.Tests", "AzureFunctions.Tests\AzureFunctions.Tests.csproj", "{0090D31D-7480-489D-B8C1-3229C7F59F59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunctions.ResxConverter", "AzureFunctions.ResxConverter\AzureFunctions.ResxConverter.csproj", "{4F4D4C19-FFD8-4FA1-90AD-12AA29930155}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunctions.AngularClient", "AzureFunctions.AngularClient\AzureFunctions.AngularClient.csproj", "{731F862C-9A37-4D2A-8C62-F01E94333AA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46F4141F-1EA3-4A88-8DC6-741669E8C393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F4141F-1EA3-4A88-8DC6-741669E8C393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F4141F-1EA3-4A88-8DC6-741669E8C393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F4141F-1EA3-4A88-8DC6-741669E8C393}.Release|Any CPU.Build.0 = Release|Any CPU
{0090D31D-7480-489D-B8C1-3229C7F59F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0090D31D-7480-489D-B8C1-3229C7F59F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0090D31D-7480-489D-B8C1-3229C7F59F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0090D31D-7480-489D-B8C1-3229C7F59F59}.Release|Any CPU.Build.0 = Release|Any CPU
{4F4D4C19-FFD8-4FA1-90AD-12AA29930155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4D4C19-FFD8-4FA1-90AD-12AA29930155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4D4C19-FFD8-4FA1-90AD-12AA29930155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4D4C19-FFD8-4FA1-90AD-12AA29930155}.Release|Any CPU.Build.0 = Release|Any CPU
{731F862C-9A37-4D2A-8C62-F01E94333AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{731F862C-9A37-4D2A-8C62-F01E94333AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{731F862C-9A37-4D2A-8C62-F01E94333AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{731F862C-9A37-4D2A-8C62-F01E94333AA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal