-
Notifications
You must be signed in to change notification settings - Fork 10
/
Lager.sln
54 lines (54 loc) · 2.99 KB
/
Lager.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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lager", "Lager\Lager.csproj", "{81F64819-C356-4EEF-8DBF-BD3D092A2010}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lager.Tests", "Lager.Tests\Lager.Tests.csproj", "{BBC75316-B356-4896-A3F3-AD82DEB1B1B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lager.Android", "Lager.Android\Lager.Android.csproj", "{B65B033B-F457-4B6C-A00B-0D492F014681}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidExample", "AndroidExample\AndroidExample.csproj", "{75745489-742E-4423-816D-1178C5529AE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AE25696A-FB1E-402F-BB77-2785BF811390}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81F64819-C356-4EEF-8DBF-BD3D092A2010}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81F64819-C356-4EEF-8DBF-BD3D092A2010}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81F64819-C356-4EEF-8DBF-BD3D092A2010}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81F64819-C356-4EEF-8DBF-BD3D092A2010}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC75316-B356-4896-A3F3-AD82DEB1B1B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC75316-B356-4896-A3F3-AD82DEB1B1B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC75316-B356-4896-A3F3-AD82DEB1B1B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC75316-B356-4896-A3F3-AD82DEB1B1B2}.Release|Any CPU.Build.0 = Release|Any CPU
{B65B033B-F457-4B6C-A00B-0D492F014681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B65B033B-F457-4B6C-A00B-0D492F014681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B65B033B-F457-4B6C-A00B-0D492F014681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B65B033B-F457-4B6C-A00B-0D492F014681}.Release|Any CPU.Build.0 = Release|Any CPU
{75745489-742E-4423-816D-1178C5529AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75745489-742E-4423-816D-1178C5529AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75745489-742E-4423-816D-1178C5529AE4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{75745489-742E-4423-816D-1178C5529AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75745489-742E-4423-816D-1178C5529AE4}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 1d030a89-6452-4673-a853-5def3c7a4955
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = AndroidExample\AndroidExample.csproj
EndGlobalSection
EndGlobal