forked from JackMorrissey/clonecraft-webapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCloneCraft.sln
54 lines (54 loc) · 3.24 KB
/
CloneCraft.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi", "WebApi\WebApi.csproj", "{FBAC238F-EBDE-40BB-8779-2E329A7A96FA}"
ProjectSection(ProjectDependencies) = postProject
{0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B} = {0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{BB2E0525-D018-41D9-AD90-9558C1735A32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interfaces", "Interfaces\Interfaces.csproj", "{4C066074-1879-49AC-ADAF-7D7758F55251}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartBot", "Implementations\StartBot\StartBot.csproj", "{0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IocContainer", "IocContainer\IocContainer.csproj", "{21CC1D90-2637-4313-904A-83978CCA599B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Implementations", "Implementations", "{5F7153B9-7B58-4D2C-B127-052A01D39FF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB2E0525-D018-41D9-AD90-9558C1735A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB2E0525-D018-41D9-AD90-9558C1735A32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB2E0525-D018-41D9-AD90-9558C1735A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB2E0525-D018-41D9-AD90-9558C1735A32}.Release|Any CPU.Build.0 = Release|Any CPU
{4C066074-1879-49AC-ADAF-7D7758F55251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C066074-1879-49AC-ADAF-7D7758F55251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C066074-1879-49AC-ADAF-7D7758F55251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C066074-1879-49AC-ADAF-7D7758F55251}.Release|Any CPU.Build.0 = Release|Any CPU
{0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B}.Release|Any CPU.Build.0 = Release|Any CPU
{21CC1D90-2637-4313-904A-83978CCA599B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21CC1D90-2637-4313-904A-83978CCA599B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21CC1D90-2637-4313-904A-83978CCA599B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21CC1D90-2637-4313-904A-83978CCA599B}.Release|Any CPU.Build.0 = Release|Any CPU
{FBAC238F-EBDE-40BB-8779-2E329A7A96FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBAC238F-EBDE-40BB-8779-2E329A7A96FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBAC238F-EBDE-40BB-8779-2E329A7A96FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBAC238F-EBDE-40BB-8779-2E329A7A96FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0B5ABF4F-7D0A-41F8-9D25-32C61FBF018B} = {5F7153B9-7B58-4D2C-B127-052A01D39FF2}
EndGlobalSection
EndGlobal