-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMigree.sln
55 lines (55 loc) · 2.76 KB
/
Migree.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migree.Api", "Migree.Api\Migree.Api.csproj", "{BDEE8935-E3FB-4945-86D8-1F6BA5B4B711}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git", "Git", "{EB2E23CA-E663-4BCB-B7D1-F65C54A180A1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CONTACT.md = CONTACT.md
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{2CE18A94-15B1-4462-8736-62C5AA2A7414}"
ProjectSection(SolutionItems) = preProject
.deployment = .deployment
deploy.api.cmd = deploy.api.cmd
deploy.cmd = deploy.cmd
deploy.web.cmd = deploy.web.cmd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migree.Core", "Migree.Core\Migree.Core.csproj", "{00CB8C5B-E367-422F-B619-4FF6BA7B8E01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migree.Web", "Migree.Web\Migree.Web.csproj", "{9617A77C-6C89-4F35-888E-CF118B683B89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Resources", "GitHub Resources", "{239FC082-5FDA-449A-A3C9-941919F28D82}"
ProjectSection(SolutionItems) = preProject
Github Resources\migree-logo-240.png = Github Resources\migree-logo-240.png
Github Resources\migree-logo.png = Github Resources\migree-logo.png
Github Resources\migree-showcase-logo.png = Github Resources\migree-showcase-logo.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDEE8935-E3FB-4945-86D8-1F6BA5B4B711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDEE8935-E3FB-4945-86D8-1F6BA5B4B711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDEE8935-E3FB-4945-86D8-1F6BA5B4B711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDEE8935-E3FB-4945-86D8-1F6BA5B4B711}.Release|Any CPU.Build.0 = Release|Any CPU
{00CB8C5B-E367-422F-B619-4FF6BA7B8E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00CB8C5B-E367-422F-B619-4FF6BA7B8E01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00CB8C5B-E367-422F-B619-4FF6BA7B8E01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00CB8C5B-E367-422F-B619-4FF6BA7B8E01}.Release|Any CPU.Build.0 = Release|Any CPU
{9617A77C-6C89-4F35-888E-CF118B683B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9617A77C-6C89-4F35-888E-CF118B683B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal