-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMeepo.sln
43 lines (43 loc) · 2.53 KB
/
Meepo.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 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meepo", "Meepo\Meepo.csproj", "{E41F3017-1E3A-49D4-8479-5DD5A5808389}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meepo.Console", "Meepo.Console\Meepo.Console.csproj", "{E6BDA2E9-CC94-45EF-82AF-EBF7CC40D8E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meepo.Tests.Unit", "Meepo.Tests.Unit\Meepo.Tests.Unit.csproj", "{19A92205-00F8-43A9-AFF2-54234727DFB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meepo.Tests.Integration", "Meepo.Tests.Integration\Meepo.Tests.Integration.csproj", "{8EF7515F-46AD-4B8E-AB66-A69F81927864}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E41F3017-1E3A-49D4-8479-5DD5A5808389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E41F3017-1E3A-49D4-8479-5DD5A5808389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E41F3017-1E3A-49D4-8479-5DD5A5808389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E41F3017-1E3A-49D4-8479-5DD5A5808389}.Release|Any CPU.Build.0 = Release|Any CPU
{E6BDA2E9-CC94-45EF-82AF-EBF7CC40D8E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6BDA2E9-CC94-45EF-82AF-EBF7CC40D8E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6BDA2E9-CC94-45EF-82AF-EBF7CC40D8E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6BDA2E9-CC94-45EF-82AF-EBF7CC40D8E4}.Release|Any CPU.Build.0 = Release|Any CPU
{19A92205-00F8-43A9-AFF2-54234727DFB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19A92205-00F8-43A9-AFF2-54234727DFB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19A92205-00F8-43A9-AFF2-54234727DFB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19A92205-00F8-43A9-AFF2-54234727DFB7}.Release|Any CPU.Build.0 = Release|Any CPU
{8EF7515F-46AD-4B8E-AB66-A69F81927864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EF7515F-46AD-4B8E-AB66-A69F81927864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EF7515F-46AD-4B8E-AB66-A69F81927864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EF7515F-46AD-4B8E-AB66-A69F81927864}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B1C677E-B983-479A-9F17-CAF8EFAA9DC1}
EndGlobalSection
EndGlobal