-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVMSBuildSync.sln
52 lines (52 loc) · 3.17 KB
/
VMSBuildSync.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
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMSBuildSync", "VMSBuildSync\VMSBuildSync.csproj", "{1B9683DB-800B-46CE-A8A6-2D30FF320AAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Renci.SshNet", "SSH.NET\src\Renci.SshNet\Renci.SshNet.csproj", "{2F5F8C90-0BD1-424F-997C-7BC6280919D1}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Zip.Shared", "DotNetZip\src\Zip.Shared\Zip.Shared.shproj", "{7949FE94-56F9-4CC4-BA24-B9C3B3CDF325}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Zlib.Shared", "DotNetZip\src\Zlib.Shared\Zlib.Shared.shproj", "{C6B960DA-45D1-4D38-8697-05C0BA439503}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00715D84-F9CF-44AE-ABAD-E7B2EF7C9CF0}"
ProjectSection(SolutionItems) = preProject
README.MD = README.MD
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reference", "reference", "{036F8583-E920-4FC7-9AC6-97BF46A16042}"
ProjectSection(SolutionItems) = preProject
reference\HPE_c04622264_HP TCP_IP Services for OpenVMS Guide to SSH - July 2006.pdf = reference\HPE_c04622264_HP TCP_IP Services for OpenVMS Guide to SSH - July 2006.pdf
reference\HPE_c04623347_HP TCP_IP Services V5.7 for OpenVMS Release Notes - March 2010.pdf = reference\HPE_c04623347_HP TCP_IP Services V5.7 for OpenVMS Release Notes - March 2010.pdf
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DotNetZip\src\Zip.Shared\Zip.Shared.projitems*{1b9683db-800b-46ce-a8a6-2d30ff320aaf}*SharedItemsImports = 5
DotNetZip\src\Zlib.Shared\Zlib.Shared.projitems*{1b9683db-800b-46ce-a8a6-2d30ff320aaf}*SharedItemsImports = 5
DotNetZip\src\Zip.Shared\Zip.Shared.projitems*{7949fe94-56f9-4cc4-ba24-b9c3b3cdf325}*SharedItemsImports = 13
DotNetZip\src\Zlib.Shared\Zlib.Shared.projitems*{c6b960da-45d1-4d38-8697-05c0ba439503}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B9683DB-800B-46CE-A8A6-2D30FF320AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B9683DB-800B-46CE-A8A6-2D30FF320AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B9683DB-800B-46CE-A8A6-2D30FF320AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B9683DB-800B-46CE-A8A6-2D30FF320AAF}.Release|Any CPU.Build.0 = Release|Any CPU
{2F5F8C90-0BD1-424F-997C-7BC6280919D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F5F8C90-0BD1-424F-997C-7BC6280919D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F5F8C90-0BD1-424F-997C-7BC6280919D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F5F8C90-0BD1-424F-997C-7BC6280919D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A74FFCB5-95F2-497B-9062-5D44E21D5774}
EndGlobalSection
EndGlobal