-
Notifications
You must be signed in to change notification settings - Fork 7
/
Marathon.sln
37 lines (37 loc) · 1.99 KB
/
Marathon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marathon", "Marathon\Marathon.csproj", "{A240D10A-776F-4132-B876-F505B003789E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marathon.CLI", "Marathon.CLI\Marathon.CLI.csproj", "{6B6B3325-EF17-4304-87C1-FA2CDCA4B6B4}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Marathon.Shared", "Marathon.Shared\Marathon.Shared.shproj", "{DA94BAE1-9D6A-4E00-8DFF-10AF9FD6AAC1}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Marathon.Shared\Marathon.Shared.projitems*{6b6b3325-ef17-4304-87c1-fa2cdca4b6b4}*SharedItemsImports = 5
Marathon.Shared\Marathon.Shared.projitems*{da94bae1-9d6a-4e00-8dff-10af9fd6aac1}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A240D10A-776F-4132-B876-F505B003789E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A240D10A-776F-4132-B876-F505B003789E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A240D10A-776F-4132-B876-F505B003789E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A240D10A-776F-4132-B876-F505B003789E}.Release|Any CPU.Build.0 = Release|Any CPU
{6B6B3325-EF17-4304-87C1-FA2CDCA4B6B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B6B3325-EF17-4304-87C1-FA2CDCA4B6B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B6B3325-EF17-4304-87C1-FA2CDCA4B6B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B6B3325-EF17-4304-87C1-FA2CDCA4B6B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A078EC9-6D13-4437-90E2-B9ECB276C638}
EndGlobalSection
EndGlobal