This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSagreEventi.sln
51 lines (51 loc) · 2.81 KB
/
SagreEventi.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
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CDBDAA8C-DAD5-458E-B27E-66E73D35552E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SagreEventi.Shared", "src\SagreEventi.Shared\SagreEventi.Shared.csproj", "{F364F04E-4C7F-48C5-9DDB-BC055699F14F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SagreEventi.Web.Client", "src\SagreEventi.Web.Client\SagreEventi.Web.Client.csproj", "{3BB1B9A1-A470-4CCB-9C0C-5F65CAFA715C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SagreEventi.Web.Server", "src\SagreEventi.Web.Server\SagreEventi.Web.Server.csproj", "{9966EA7F-3A69-4FDC-BA5F-BB380AC7D8C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{89E49696-065A-48C8-B967-E51667ED8149}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F364F04E-4C7F-48C5-9DDB-BC055699F14F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F364F04E-4C7F-48C5-9DDB-BC055699F14F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F364F04E-4C7F-48C5-9DDB-BC055699F14F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F364F04E-4C7F-48C5-9DDB-BC055699F14F}.Release|Any CPU.Build.0 = Release|Any CPU
{3BB1B9A1-A470-4CCB-9C0C-5F65CAFA715C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BB1B9A1-A470-4CCB-9C0C-5F65CAFA715C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BB1B9A1-A470-4CCB-9C0C-5F65CAFA715C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BB1B9A1-A470-4CCB-9C0C-5F65CAFA715C}.Release|Any CPU.Build.0 = Release|Any CPU
{9966EA7F-3A69-4FDC-BA5F-BB380AC7D8C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9966EA7F-3A69-4FDC-BA5F-BB380AC7D8C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9966EA7F-3A69-4FDC-BA5F-BB380AC7D8C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9966EA7F-3A69-4FDC-BA5F-BB380AC7D8C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F364F04E-4C7F-48C5-9DDB-BC055699F14F} = {CDBDAA8C-DAD5-458E-B27E-66E73D35552E}
{3BB1B9A1-A470-4CCB-9C0C-5F65CAFA715C} = {CDBDAA8C-DAD5-458E-B27E-66E73D35552E}
{9966EA7F-3A69-4FDC-BA5F-BB380AC7D8C9} = {CDBDAA8C-DAD5-458E-B27E-66E73D35552E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3ED702C6-B42D-44A9-8F60-03516216F218}
EndGlobalSection
EndGlobal