-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCommon.Logging.Unity3D.sln
More file actions
51 lines (51 loc) · 2.92 KB
/
Common.Logging.Unity3D.sln
File metadata and controls
51 lines (51 loc) · 2.92 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Logging.Unity3D", "src\Common.Logging.Unity3D\Common.Logging.Unity3D.csproj", "{323DD406-B555-4A1E-8D4D-FF7A1DEEC6C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Logging.Extensions", "src\Common.Logging.Extensions\Common.Logging.Extensions.csproj", "{6D8D9CBA-F9E0-4229-86B1-C08033A225F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common.Logging", "Common.Logging", "{A63D017D-FC5F-4E46-BD0C-18E9B9ED7F93}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{F42CA8D2-ACF0-4FA6-9CFF-F197461DD86E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C68195F3-8DA3-415B-B6E3-4827786F5AED}"
ProjectSection(SolutionItems) = preProject
NOTE.md = NOTE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{DF1067A5-1EC0-40C0-8568-F5465FCE5D7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleLibrary", "sample\SampleLibrary\SampleLibrary.csproj", "{77C35271-D6F7-4FC1-BB0B-C0C0F4417F20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{323DD406-B555-4A1E-8D4D-FF7A1DEEC6C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{323DD406-B555-4A1E-8D4D-FF7A1DEEC6C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{323DD406-B555-4A1E-8D4D-FF7A1DEEC6C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{323DD406-B555-4A1E-8D4D-FF7A1DEEC6C2}.Release|Any CPU.Build.0 = Release|Any CPU
{6D8D9CBA-F9E0-4229-86B1-C08033A225F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D8D9CBA-F9E0-4229-86B1-C08033A225F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D8D9CBA-F9E0-4229-86B1-C08033A225F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D8D9CBA-F9E0-4229-86B1-C08033A225F1}.Release|Any CPU.Build.0 = Release|Any CPU
{77C35271-D6F7-4FC1-BB0B-C0C0F4417F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77C35271-D6F7-4FC1-BB0B-C0C0F4417F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77C35271-D6F7-4FC1-BB0B-C0C0F4417F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77C35271-D6F7-4FC1-BB0B-C0C0F4417F20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{323DD406-B555-4A1E-8D4D-FF7A1DEEC6C2} = {A63D017D-FC5F-4E46-BD0C-18E9B9ED7F93}
{6D8D9CBA-F9E0-4229-86B1-C08033A225F1} = {F42CA8D2-ACF0-4FA6-9CFF-F197461DD86E}
{77C35271-D6F7-4FC1-BB0B-C0C0F4417F20} = {DF1067A5-1EC0-40C0-8568-F5465FCE5D7E}
EndGlobalSection
EndGlobal