This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
EasyLog.sln
30 lines (30 loc) · 1.69 KB
/
EasyLog.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A2816994-F13C-4BE8-967B-6B5680DFCAE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{03D967D6-EBE8-4976-97FD-87254DBED2CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyLog", "src\EasyLog\EasyLog.csproj", "{9CC42EDE-806D-4627-A267-1639E436CAD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "examples\Sample\Sample.csproj", "{0DC3CB6F-5BF5-43BA-96AB-1E91208896C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9CC42EDE-806D-4627-A267-1639E436CAD3} = {A2816994-F13C-4BE8-967B-6B5680DFCAE4}
{0DC3CB6F-5BF5-43BA-96AB-1E91208896C3} = {03D967D6-EBE8-4976-97FD-87254DBED2CD}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CC42EDE-806D-4627-A267-1639E436CAD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CC42EDE-806D-4627-A267-1639E436CAD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CC42EDE-806D-4627-A267-1639E436CAD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CC42EDE-806D-4627-A267-1639E436CAD3}.Release|Any CPU.Build.0 = Release|Any CPU
{0DC3CB6F-5BF5-43BA-96AB-1E91208896C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DC3CB6F-5BF5-43BA-96AB-1E91208896C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DC3CB6F-5BF5-43BA-96AB-1E91208896C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DC3CB6F-5BF5-43BA-96AB-1E91208896C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal