-
Notifications
You must be signed in to change notification settings - Fork 17
/
SagaRevisided.sln
69 lines (69 loc) · 4.29 KB
/
SagaRevisided.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
67
68
69
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E50A496A-1561-4889-90BD-8ABE68702B76}"
ProjectSection(SolutionItems) = preProject
Build.Cleanall.proj = Build.Cleanall.proj
Build.Developement.proj = Build.Developement.proj
Build.Release.proj = Build.Release.proj
Test\default.testrunconfig = Test\default.testrunconfig
External Projects\msbuildtasks\MSBuildTasks.proj = External Projects\msbuildtasks\MSBuildTasks.proj
ndoc.xml = ndoc.xml
SagaRevisided.vsmdi = SagaRevisided.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Saga.Shared.Definitions", "Shared\Saga.Shared.Definitions\Saga.Shared.Definitions.csproj", "{DBBE5A5F-9C3B-4785-91A9-0A5245B2F3BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Saga.Shared.NetworkCore", "Shared\Saga.Shared\Saga.Shared.NetworkCore.csproj", "{45C7E3E6-825A-4AB2-8E60-69131B596229}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Saga.Authentication", "Saga.Authentication\Saga.Authentication.csproj", "{B90A5397-1F86-4A7D-967A-AFD174D52E7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Saga.Gateway", "Saga.Gateway\Saga.Gateway.csproj", "{9D81F036-5CD7-403D-90E2-3382D97996B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Saga.Scripting", "Saga.Scripting\Saga.Scripting.csproj", "{677C799E-7E37-405F-BDFD-C5DAA40B4CF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Saga.Map", "Saga.Map\Saga.Map.csproj", "{D6A5EC6A-4B52-4A6D-B35F-5D5A213BB0A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Documentation|x86 = Documentation|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBBE5A5F-9C3B-4785-91A9-0A5245B2F3BC}.Debug|x86.ActiveCfg = Debug|x86
{DBBE5A5F-9C3B-4785-91A9-0A5245B2F3BC}.Debug|x86.Build.0 = Debug|x86
{DBBE5A5F-9C3B-4785-91A9-0A5245B2F3BC}.Documentation|x86.ActiveCfg = Debug|x86
{DBBE5A5F-9C3B-4785-91A9-0A5245B2F3BC}.Release|x86.ActiveCfg = Release|x86
{DBBE5A5F-9C3B-4785-91A9-0A5245B2F3BC}.Release|x86.Build.0 = Release|x86
{45C7E3E6-825A-4AB2-8E60-69131B596229}.Debug|x86.ActiveCfg = Debug|x86
{45C7E3E6-825A-4AB2-8E60-69131B596229}.Debug|x86.Build.0 = Debug|x86
{45C7E3E6-825A-4AB2-8E60-69131B596229}.Documentation|x86.ActiveCfg = Debug|x86
{45C7E3E6-825A-4AB2-8E60-69131B596229}.Release|x86.ActiveCfg = Release|x86
{45C7E3E6-825A-4AB2-8E60-69131B596229}.Release|x86.Build.0 = Release|x86
{B90A5397-1F86-4A7D-967A-AFD174D52E7F}.Debug|x86.ActiveCfg = Debug|x86
{B90A5397-1F86-4A7D-967A-AFD174D52E7F}.Debug|x86.Build.0 = Debug|x86
{B90A5397-1F86-4A7D-967A-AFD174D52E7F}.Documentation|x86.ActiveCfg = Debug|x86
{B90A5397-1F86-4A7D-967A-AFD174D52E7F}.Release|x86.ActiveCfg = Release|x86
{B90A5397-1F86-4A7D-967A-AFD174D52E7F}.Release|x86.Build.0 = Release|x86
{9D81F036-5CD7-403D-90E2-3382D97996B5}.Debug|x86.ActiveCfg = Debug|x86
{9D81F036-5CD7-403D-90E2-3382D97996B5}.Debug|x86.Build.0 = Debug|x86
{9D81F036-5CD7-403D-90E2-3382D97996B5}.Documentation|x86.ActiveCfg = Debug|x86
{9D81F036-5CD7-403D-90E2-3382D97996B5}.Release|x86.ActiveCfg = Release|x86
{9D81F036-5CD7-403D-90E2-3382D97996B5}.Release|x86.Build.0 = Release|x86
{677C799E-7E37-405F-BDFD-C5DAA40B4CF3}.Debug|x86.ActiveCfg = Debug|x86
{677C799E-7E37-405F-BDFD-C5DAA40B4CF3}.Debug|x86.Build.0 = Debug|x86
{677C799E-7E37-405F-BDFD-C5DAA40B4CF3}.Documentation|x86.ActiveCfg = Debug|x86
{677C799E-7E37-405F-BDFD-C5DAA40B4CF3}.Release|x86.ActiveCfg = Release|x86
{677C799E-7E37-405F-BDFD-C5DAA40B4CF3}.Release|x86.Build.0 = Release|x86
{D6A5EC6A-4B52-4A6D-B35F-5D5A213BB0A5}.Debug|x86.ActiveCfg = Debug|x86
{D6A5EC6A-4B52-4A6D-B35F-5D5A213BB0A5}.Debug|x86.Build.0 = Debug|x86
{D6A5EC6A-4B52-4A6D-B35F-5D5A213BB0A5}.Documentation|x86.ActiveCfg = Documentation|x86
{D6A5EC6A-4B52-4A6D-B35F-5D5A213BB0A5}.Documentation|x86.Build.0 = Documentation|x86
{D6A5EC6A-4B52-4A6D-B35F-5D5A213BB0A5}.Release|x86.ActiveCfg = Release|x86
{D6A5EC6A-4B52-4A6D-B35F-5D5A213BB0A5}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal