-
Notifications
You must be signed in to change notification settings - Fork 0
/
LibCLCC.NET.sln
48 lines (48 loc) · 2.61 KB
/
LibCLCC.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33318.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibCLCC.NET", "LibCLCC.NET\LibCLCC.NET.csproj", "{3A1BFADA-EC33-4631-BA4C-6AF26D0C7F1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42B29547-6273-4284-8C41-22E80A4C9935}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibCLCC.NET.NUnit", "LibCLCC.NET.NUnit\LibCLCC.NET.NUnit.csproj", "{F442EE6F-03D3-4214-9AF3-81A87C8CDCB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{B66B5770-EE81-4939-8539-04A1A1355065}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractFileSystemSamples", "Samples\AbstractFileSystemSamples\AbstractFileSystemSamples.csproj", "{1D491946-F2F9-4C18-B079-504B7C00BD90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A1BFADA-EC33-4631-BA4C-6AF26D0C7F1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A1BFADA-EC33-4631-BA4C-6AF26D0C7F1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A1BFADA-EC33-4631-BA4C-6AF26D0C7F1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A1BFADA-EC33-4631-BA4C-6AF26D0C7F1D}.Release|Any CPU.Build.0 = Release|Any CPU
{F442EE6F-03D3-4214-9AF3-81A87C8CDCB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F442EE6F-03D3-4214-9AF3-81A87C8CDCB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F442EE6F-03D3-4214-9AF3-81A87C8CDCB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F442EE6F-03D3-4214-9AF3-81A87C8CDCB2}.Release|Any CPU.Build.0 = Release|Any CPU
{1D491946-F2F9-4C18-B079-504B7C00BD90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D491946-F2F9-4C18-B079-504B7C00BD90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D491946-F2F9-4C18-B079-504B7C00BD90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D491946-F2F9-4C18-B079-504B7C00BD90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1D491946-F2F9-4C18-B079-504B7C00BD90} = {B66B5770-EE81-4939-8539-04A1A1355065}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5112B950-4015-49CB-9FA3-3AAED44CD6E9}
EndGlobalSection
EndGlobal