-
Notifications
You must be signed in to change notification settings - Fork 0
/
Vivel.sln
66 lines (66 loc) · 3.82 KB
/
Vivel.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vivel", "Vivel\Vivel.csproj", "{90181DEC-2B3B-4948-B2F6-5CAD1CCF14B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vivel.Model", "Vivel.Model\Vivel.Model.csproj", "{4BD4DA0E-A9A4-4F39-BF85-05E6ED4F5C92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACAFED86-98B3-4649-8893-DFDD49CCC01B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vivel.Desktop", "Vivel.Desktop\Vivel.Desktop.csproj", "{363F4FAE-36F4-48D0-B9F5-983402391F89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vivel.Identity", "Vivel.Identity\Vivel.Identity.csproj", "{30CD2722-E38E-4E22-A1DA-A4D0BEF54175}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{8CAAFDCA-1830-4374-A700-7523C3C583E3}"
ProjectSection(SolutionItems) = preProject
Scripts\db_user.sql = Scripts\db_user.sql
Scripts\init_db.sql = Scripts\init_db.sql
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release.Vivel|Any CPU = Release.Vivel|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90181DEC-2B3B-4948-B2F6-5CAD1CCF14B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90181DEC-2B3B-4948-B2F6-5CAD1CCF14B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90181DEC-2B3B-4948-B2F6-5CAD1CCF14B0}.Release.Vivel|Any CPU.ActiveCfg = Release|Any CPU
{90181DEC-2B3B-4948-B2F6-5CAD1CCF14B0}.Release.Vivel|Any CPU.Build.0 = Release|Any CPU
{90181DEC-2B3B-4948-B2F6-5CAD1CCF14B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90181DEC-2B3B-4948-B2F6-5CAD1CCF14B0}.Release|Any CPU.Build.0 = Release|Any CPU
{4BD4DA0E-A9A4-4F39-BF85-05E6ED4F5C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BD4DA0E-A9A4-4F39-BF85-05E6ED4F5C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BD4DA0E-A9A4-4F39-BF85-05E6ED4F5C92}.Release.Vivel|Any CPU.ActiveCfg = Release|Any CPU
{4BD4DA0E-A9A4-4F39-BF85-05E6ED4F5C92}.Release.Vivel|Any CPU.Build.0 = Release|Any CPU
{4BD4DA0E-A9A4-4F39-BF85-05E6ED4F5C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BD4DA0E-A9A4-4F39-BF85-05E6ED4F5C92}.Release|Any CPU.Build.0 = Release|Any CPU
{363F4FAE-36F4-48D0-B9F5-983402391F89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{363F4FAE-36F4-48D0-B9F5-983402391F89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{363F4FAE-36F4-48D0-B9F5-983402391F89}.Release.Vivel|Any CPU.ActiveCfg = Release|Any CPU
{363F4FAE-36F4-48D0-B9F5-983402391F89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{363F4FAE-36F4-48D0-B9F5-983402391F89}.Release|Any CPU.Build.0 = Release|Any CPU
{30CD2722-E38E-4E22-A1DA-A4D0BEF54175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30CD2722-E38E-4E22-A1DA-A4D0BEF54175}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30CD2722-E38E-4E22-A1DA-A4D0BEF54175}.Release.Vivel|Any CPU.ActiveCfg = Release|Any CPU
{30CD2722-E38E-4E22-A1DA-A4D0BEF54175}.Release.Vivel|Any CPU.Build.0 = Release|Any CPU
{30CD2722-E38E-4E22-A1DA-A4D0BEF54175}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30CD2722-E38E-4E22-A1DA-A4D0BEF54175}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8CAAFDCA-1830-4374-A700-7523C3C583E3} = {ACAFED86-98B3-4649-8893-DFDD49CCC01B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {486EE63B-38F9-43CB-8AF4-D900C6F8C08B}
EndGlobalSection
EndGlobal