-
Notifications
You must be signed in to change notification settings - Fork 56
/
loggly.sln
52 lines (52 loc) · 2.8 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{5B1BDA21-CAE4-4686-B45B-1087AA9A36F4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build-common.ps1 = build-common.ps1
build.ps1 = build.ps1
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loggly.Config", "source\loggly.Config\Loggly.Config.csproj", "{58A100CE-CC7E-43BF-A054-D28648F092AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loggly.Tests", "source\Loggly.Tests\Loggly.Tests.csproj", "{EDACB38E-0484-4212-8F70-16D5EC63CB49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loggly.Example", "source\Loggly.Example\Loggly.Example.csproj", "{38D8CC5E-6E59-437C-B33E-430AE1E4E760}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loggly", "source\Loggly\Loggly.csproj", "{F66349BA-29A6-4336-BA81-993170FC9963}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58A100CE-CC7E-43BF-A054-D28648F092AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58A100CE-CC7E-43BF-A054-D28648F092AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58A100CE-CC7E-43BF-A054-D28648F092AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58A100CE-CC7E-43BF-A054-D28648F092AC}.Release|Any CPU.Build.0 = Release|Any CPU
{EDACB38E-0484-4212-8F70-16D5EC63CB49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDACB38E-0484-4212-8F70-16D5EC63CB49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDACB38E-0484-4212-8F70-16D5EC63CB49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDACB38E-0484-4212-8F70-16D5EC63CB49}.Release|Any CPU.Build.0 = Release|Any CPU
{38D8CC5E-6E59-437C-B33E-430AE1E4E760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38D8CC5E-6E59-437C-B33E-430AE1E4E760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38D8CC5E-6E59-437C-B33E-430AE1E4E760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F66349BA-29A6-4336-BA81-993170FC9963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F66349BA-29A6-4336-BA81-993170FC9963}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F66349BA-29A6-4336-BA81-993170FC9963}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F66349BA-29A6-4336-BA81-993170FC9963}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61F249B5-3057-47D7-B637-3ED17A6A00B6}
EndGlobalSection
EndGlobal