-
Notifications
You must be signed in to change notification settings - Fork 23
/
EzSmb.sln
41 lines (41 loc) · 1.94 KB
/
EzSmb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EzSmb", "EzSmb\EzSmb.csproj", "{A4EC56EA-6F54-4177-A331-36C631FA66C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{540F0054-21F7-4524-8838-CD2FC2641327}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Examples.md = Examples.md
License.txt = License.txt
Namespace.md = Namespace.md
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EzSmbTest", "EzSmbTest\EzSmbTest.csproj", "{85646F42-EEFF-4C85-96A9-1ED41C611180}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4EC56EA-6F54-4177-A331-36C631FA66C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4EC56EA-6F54-4177-A331-36C631FA66C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4EC56EA-6F54-4177-A331-36C631FA66C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4EC56EA-6F54-4177-A331-36C631FA66C9}.Release|Any CPU.Build.0 = Release|Any CPU
{85646F42-EEFF-4C85-96A9-1ED41C611180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85646F42-EEFF-4C85-96A9-1ED41C611180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85646F42-EEFF-4C85-96A9-1ED41C611180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85646F42-EEFF-4C85-96A9-1ED41C611180}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C522FB8F-C73D-4E47-8394-7038C7D83D13}
EndGlobalSection
EndGlobal