-
Notifications
You must be signed in to change notification settings - Fork 1
/
fbognini.WebFramework.sln
46 lines (46 loc) · 2.67 KB
/
fbognini.WebFramework.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{547D7BF4-AC56-4318-B74E-B68310C99BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fbognini.WebFramework", "src\fbognini.WebFramework\fbognini.WebFramework.csproj", "{EA866B46-76A7-4BA9-B657-CAFA2441F025}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{2C67CA08-C139-4015-9A27-4918316040EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication2", "examples\WebApplication2\WebApplication2.csproj", "{DB95A795-1BF6-4589-B6C5-A2083F1F6F8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplicationMinimalApi", "examples\WebApplicationMinimalApi\WebApplicationMinimalApi.csproj", "{64CE35D5-38F9-4F8F-A3BE-BDDE469B9E18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA866B46-76A7-4BA9-B657-CAFA2441F025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA866B46-76A7-4BA9-B657-CAFA2441F025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA866B46-76A7-4BA9-B657-CAFA2441F025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA866B46-76A7-4BA9-B657-CAFA2441F025}.Release|Any CPU.Build.0 = Release|Any CPU
{DB95A795-1BF6-4589-B6C5-A2083F1F6F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB95A795-1BF6-4589-B6C5-A2083F1F6F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB95A795-1BF6-4589-B6C5-A2083F1F6F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB95A795-1BF6-4589-B6C5-A2083F1F6F8E}.Release|Any CPU.Build.0 = Release|Any CPU
{64CE35D5-38F9-4F8F-A3BE-BDDE469B9E18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64CE35D5-38F9-4F8F-A3BE-BDDE469B9E18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64CE35D5-38F9-4F8F-A3BE-BDDE469B9E18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64CE35D5-38F9-4F8F-A3BE-BDDE469B9E18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA866B46-76A7-4BA9-B657-CAFA2441F025} = {547D7BF4-AC56-4318-B74E-B68310C99BC5}
{DB95A795-1BF6-4589-B6C5-A2083F1F6F8E} = {2C67CA08-C139-4015-9A27-4918316040EC}
{64CE35D5-38F9-4F8F-A3BE-BDDE469B9E18} = {2C67CA08-C139-4015-9A27-4918316040EC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28155624-3D36-46E5-9B85-65371DDE1C87}
EndGlobalSection
EndGlobal