-
Notifications
You must be signed in to change notification settings - Fork 0
/
Guardian.sln
43 lines (43 loc) · 2.45 KB
/
Guardian.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{20D1E05A-7F86-46EA-994E-44B71E357FA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{ECD6F148-4F9B-44D1-A557-BC1FE59974FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Guardian", "Guardian\Guardian.csproj", "{07AC0E33-EFC2-4CF2-9401-8C210AF2CDDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Guardian.MVC", "Guardian.MVC\Guardian.MVC.csproj", "{2CB02051-2258-402B-8164-4955938EC196}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20D1E05A-7F86-46EA-994E-44B71E357FA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20D1E05A-7F86-46EA-994E-44B71E357FA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20D1E05A-7F86-46EA-994E-44B71E357FA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20D1E05A-7F86-46EA-994E-44B71E357FA7}.Release|Any CPU.Build.0 = Release|Any CPU
{ECD6F148-4F9B-44D1-A557-BC1FE59974FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECD6F148-4F9B-44D1-A557-BC1FE59974FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECD6F148-4F9B-44D1-A557-BC1FE59974FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECD6F148-4F9B-44D1-A557-BC1FE59974FA}.Release|Any CPU.Build.0 = Release|Any CPU
{07AC0E33-EFC2-4CF2-9401-8C210AF2CDDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07AC0E33-EFC2-4CF2-9401-8C210AF2CDDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07AC0E33-EFC2-4CF2-9401-8C210AF2CDDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07AC0E33-EFC2-4CF2-9401-8C210AF2CDDE}.Release|Any CPU.Build.0 = Release|Any CPU
{2CB02051-2258-402B-8164-4955938EC196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CB02051-2258-402B-8164-4955938EC196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CB02051-2258-402B-8164-4955938EC196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CB02051-2258-402B-8164-4955938EC196}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3ADBBA4A-8CB0-47FE-B9F0-A20ADDF14540}
EndGlobalSection
EndGlobal