-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMeetupToRTM.sln
47 lines (47 loc) · 2.45 KB
/
MeetupToRTM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1CAEE0F9-25D8-47D1-9C40-CE879B06BB0B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
MeetupToRTM\Core.csproj = MeetupToRTM\Core.csproj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "MeetupToRTM\Core.csproj", "{CEAA8992-0BD1-495E-997F-5829A001E561}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEAA8992-0BD1-495E-997F-5829A001E561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEAA8992-0BD1-495E-997F-5829A001E561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEAA8992-0BD1-495E-997F-5829A001E561}.Debug|x86.ActiveCfg = Debug|x86
{CEAA8992-0BD1-495E-997F-5829A001E561}.Debug|x86.Build.0 = Debug|x86
{CEAA8992-0BD1-495E-997F-5829A001E561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEAA8992-0BD1-495E-997F-5829A001E561}.Release|Any CPU.Build.0 = Release|Any CPU
{CEAA8992-0BD1-495E-997F-5829A001E561}.Release|x86.ActiveCfg = Release|x86
{CEAA8992-0BD1-495E-997F-5829A001E561}.Release|x86.Build.0 = Release|x86
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Debug|x86.ActiveCfg = Debug|Any CPU
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Debug|x86.Build.0 = Debug|Any CPU
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Release|Any CPU.Build.0 = Release|Any CPU
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Release|x86.ActiveCfg = Release|Any CPU
{C2A5CC31-B75B-4B60-86C0-7990D5ED0240}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1088050-CDED-4C2F-88E2-011DE362C255}
EndGlobalSection
EndGlobal