-
Notifications
You must be signed in to change notification settings - Fork 1
/
Loggly.sln
31 lines (31 loc) · 1.56 KB
/
Loggly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loggly", "Loggly\Loggly.csproj", "{CD3B0557-018C-4AF2-A71D-51175839A501}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground", "Playground\Playground.csproj", "{A6A093E5-61E2-4C0E-8A32-17FD5872DD6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9379F8A-0BC8-4978-9A49-49BBA483116A}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD3B0557-018C-4AF2-A71D-51175839A501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD3B0557-018C-4AF2-A71D-51175839A501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD3B0557-018C-4AF2-A71D-51175839A501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD3B0557-018C-4AF2-A71D-51175839A501}.Release|Any CPU.Build.0 = Release|Any CPU
{A6A093E5-61E2-4C0E-8A32-17FD5872DD6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6A093E5-61E2-4C0E-8A32-17FD5872DD6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6A093E5-61E2-4C0E-8A32-17FD5872DD6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6A093E5-61E2-4C0E-8A32-17FD5872DD6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal