-
Notifications
You must be signed in to change notification settings - Fork 9
/
SmbAbstraction.sln
43 lines (43 loc) · 2.45 KB
/
SmbAbstraction.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmbAbstraction", "SmbAbstraction\SmbAbstraction.csproj", "{959A75D5-B47B-4010-95F1-90C70BA0A3F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmbAbstraction.Tests.Integration", "SmbAbstraction.Tests.Integration\SmbAbstraction.Tests.Integration.csproj", "{DC91A478-86CA-49CE-8C20-9E8921FEAD10}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmbAbstraction.Tests", "SmbAbstraction.Tests\SmbAbstraction.Tests.csproj", "{D6C56AA9-AE2A-4855-967E-74A29134D951}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6B8D0D4-A8E5-4949-B619-D8A76916725E}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
SmbAbstraction.sln = SmbAbstraction.sln
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{959A75D5-B47B-4010-95F1-90C70BA0A3F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{959A75D5-B47B-4010-95F1-90C70BA0A3F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{959A75D5-B47B-4010-95F1-90C70BA0A3F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{959A75D5-B47B-4010-95F1-90C70BA0A3F9}.Release|Any CPU.Build.0 = Release|Any CPU
{DC91A478-86CA-49CE-8C20-9E8921FEAD10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC91A478-86CA-49CE-8C20-9E8921FEAD10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC91A478-86CA-49CE-8C20-9E8921FEAD10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC91A478-86CA-49CE-8C20-9E8921FEAD10}.Release|Any CPU.Build.0 = Release|Any CPU
{D6C56AA9-AE2A-4855-967E-74A29134D951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6C56AA9-AE2A-4855-967E-74A29134D951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6C56AA9-AE2A-4855-967E-74A29134D951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6C56AA9-AE2A-4855-967E-74A29134D951}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDBACC24-5952-49B8-A209-58F4475915FE}
EndGlobalSection
EndGlobal