-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cifs.sln
35 lines (35 loc) · 1.98 KB
/
Cifs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{819404F2-9076-4452-9651-2F1B79A7BA34}"
ProjectSection(SolutionItems) = preProject
Cifs.vsd = Cifs.vsd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cifs", "Cifs\Cifs.csproj", "{52368FE0-1315-4AB1-8251-46F1381B84DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CifsClient", "CifsClient\CifsClient.csproj", "{D3EDEA21-5974-425F-A01B-34AA023BAC86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CifsLibRelease|Any CPU = CifsLibRelease|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52368FE0-1315-4AB1-8251-46F1381B84DC}.CifsLibRelease|Any CPU.ActiveCfg = CifsLibRelease|Any CPU
{52368FE0-1315-4AB1-8251-46F1381B84DC}.CifsLibRelease|Any CPU.Build.0 = CifsLibRelease|Any CPU
{52368FE0-1315-4AB1-8251-46F1381B84DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52368FE0-1315-4AB1-8251-46F1381B84DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52368FE0-1315-4AB1-8251-46F1381B84DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52368FE0-1315-4AB1-8251-46F1381B84DC}.Release|Any CPU.Build.0 = Release|Any CPU
{D3EDEA21-5974-425F-A01B-34AA023BAC86}.CifsLibRelease|Any CPU.ActiveCfg = CifsLibRelease|Any CPU
{D3EDEA21-5974-425F-A01B-34AA023BAC86}.CifsLibRelease|Any CPU.Build.0 = CifsLibRelease|Any CPU
{D3EDEA21-5974-425F-A01B-34AA023BAC86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3EDEA21-5974-425F-A01B-34AA023BAC86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3EDEA21-5974-425F-A01B-34AA023BAC86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3EDEA21-5974-425F-A01B-34AA023BAC86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal