-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzureFunction.IoC.sln
More file actions
37 lines (37 loc) · 2.16 KB
/
AzureFunction.IoC.sln
File metadata and controls
37 lines (37 loc) · 2.16 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 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunction.IoC.Functions", "AzureFunction.IoC.Functions\AzureFunction.IoC.Functions.csproj", "{62075C0C-4911-4282-89E7-B6B5E35A1D80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunction.IoC.Startup", "AzureFunction.IoC.Startup\AzureFunction.IoC.Startup.csproj", "{D6FE3CED-62E6-435A-8D73-ECF1A1176927}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureFunction.IoC.Services", "AzureFunction.IoC.Services\AzureFunction.IoC.Services.csproj", "{28A885C2-DE4F-4109-AC45-E04BE84B6B86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62075C0C-4911-4282-89E7-B6B5E35A1D80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62075C0C-4911-4282-89E7-B6B5E35A1D80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62075C0C-4911-4282-89E7-B6B5E35A1D80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62075C0C-4911-4282-89E7-B6B5E35A1D80}.Release|Any CPU.Build.0 = Release|Any CPU
{D6FE3CED-62E6-435A-8D73-ECF1A1176927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6FE3CED-62E6-435A-8D73-ECF1A1176927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6FE3CED-62E6-435A-8D73-ECF1A1176927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6FE3CED-62E6-435A-8D73-ECF1A1176927}.Release|Any CPU.Build.0 = Release|Any CPU
{28A885C2-DE4F-4109-AC45-E04BE84B6B86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28A885C2-DE4F-4109-AC45-E04BE84B6B86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28A885C2-DE4F-4109-AC45-E04BE84B6B86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28A885C2-DE4F-4109-AC45-E04BE84B6B86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9593BCB2-ACB0-4B6E-82CE-38CAAAA6954F}
EndGlobalSection
EndGlobal