-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmagic.io.sln
51 lines (51 loc) · 2.88 KB
/
magic.io.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 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{0080EF1F-A652-4498-BE59-F3FFFB3F33B2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\build.yaml = .github\workflows\build.yaml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "magic.io.contracts", "magic.io.contracts\magic.io.contracts.csproj", "{F62398C0-2CE1-426D-A773-18363674BE57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "magic.io.services", "magic.io.services\magic.io.services.csproj", "{7E9C1943-5FC3-40F5-8D40-A4179C1C01EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "magic.io.controller", "magic.io.controller\magic.io.controller.csproj", "{E3E03E9D-19D7-46CE-B622-D9CA60C8B473}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "magic.io.tests", "magic.io.tests\magic.io.tests.csproj", "{2A663DDA-4CE6-401D-BBBE-42167DD01529}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F62398C0-2CE1-426D-A773-18363674BE57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F62398C0-2CE1-426D-A773-18363674BE57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F62398C0-2CE1-426D-A773-18363674BE57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F62398C0-2CE1-426D-A773-18363674BE57}.Release|Any CPU.Build.0 = Release|Any CPU
{7E9C1943-5FC3-40F5-8D40-A4179C1C01EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E9C1943-5FC3-40F5-8D40-A4179C1C01EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E9C1943-5FC3-40F5-8D40-A4179C1C01EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E9C1943-5FC3-40F5-8D40-A4179C1C01EB}.Release|Any CPU.Build.0 = Release|Any CPU
{E3E03E9D-19D7-46CE-B622-D9CA60C8B473}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3E03E9D-19D7-46CE-B622-D9CA60C8B473}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3E03E9D-19D7-46CE-B622-D9CA60C8B473}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3E03E9D-19D7-46CE-B622-D9CA60C8B473}.Release|Any CPU.Build.0 = Release|Any CPU
{2A663DDA-4CE6-401D-BBBE-42167DD01529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A663DDA-4CE6-401D-BBBE-42167DD01529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A663DDA-4CE6-401D-BBBE-42167DD01529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A663DDA-4CE6-401D-BBBE-42167DD01529}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41CD749B-4982-4ABA-9FAD-4F0813878B33}
EndGlobalSection
EndGlobal