-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeAzureFunction.sln
More file actions
37 lines (37 loc) · 2.14 KB
/
TimeAzureFunction.sln
File metadata and controls
37 lines (37 loc) · 2.14 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeAzureFunction.Common", "TimeAzureFunction.Common\TimeAzureFunction.Common.csproj", "{DBA8EE53-27C6-423F-963E-36BD012CCF1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeAzureFunction.Function", "TimeAzureFunction.Function\TimeAzureFunction.Function.csproj", "{F93266A3-8B37-4763-AFF2-461BEE9850F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeAzureFunction.Text", "TimeAzureFunction.Text\TimeAzureFunction.Text.csproj", "{EF9BBA7B-A89B-4F7A-BC5C-23DEA2D0C407}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBA8EE53-27C6-423F-963E-36BD012CCF1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA8EE53-27C6-423F-963E-36BD012CCF1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA8EE53-27C6-423F-963E-36BD012CCF1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA8EE53-27C6-423F-963E-36BD012CCF1A}.Release|Any CPU.Build.0 = Release|Any CPU
{F93266A3-8B37-4763-AFF2-461BEE9850F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F93266A3-8B37-4763-AFF2-461BEE9850F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F93266A3-8B37-4763-AFF2-461BEE9850F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F93266A3-8B37-4763-AFF2-461BEE9850F7}.Release|Any CPU.Build.0 = Release|Any CPU
{EF9BBA7B-A89B-4F7A-BC5C-23DEA2D0C407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF9BBA7B-A89B-4F7A-BC5C-23DEA2D0C407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF9BBA7B-A89B-4F7A-BC5C-23DEA2D0C407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF9BBA7B-A89B-4F7A-BC5C-23DEA2D0C407}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14A61FB3-E050-4D60-B1B7-A93A226B0DA7}
EndGlobalSection
EndGlobal