-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwebdavnet.sln
44 lines (44 loc) · 2.47 KB
/
webdavnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "webdavnet", "webdavnet\webdavnet.csproj", "{4AD0BDDE-D9AF-49F8-912C-4B6970CBE1BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8542EC68-AD9A-49A0-857B-7D892649F419}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebClient", "WebClient\WebClient.csproj", "{47C1D318-90F3-44DC-8307-9A4ADC556E2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{F76C24E2-AF09-429F-94D0-DA72C5416CC3}"
EndProject
Project("{5DD5E4FA-CB73-4610-85AB-557B54E96AA9}") = "bnoffer.webdavnet", "Nuget\bnoffer.webdavnet\bnoffer.webdavnet.nuproj", "{F70E8C75-3D67-42D6-8DBB-1D5AA5EBBEF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47C1D318-90F3-44DC-8307-9A4ADC556E2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47C1D318-90F3-44DC-8307-9A4ADC556E2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47C1D318-90F3-44DC-8307-9A4ADC556E2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47C1D318-90F3-44DC-8307-9A4ADC556E2E}.Release|Any CPU.Build.0 = Release|Any CPU
{4AD0BDDE-D9AF-49F8-912C-4B6970CBE1BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AD0BDDE-D9AF-49F8-912C-4B6970CBE1BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AD0BDDE-D9AF-49F8-912C-4B6970CBE1BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AD0BDDE-D9AF-49F8-912C-4B6970CBE1BA}.Release|Any CPU.Build.0 = Release|Any CPU
{F70E8C75-3D67-42D6-8DBB-1D5AA5EBBEF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F70E8C75-3D67-42D6-8DBB-1D5AA5EBBEF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F70E8C75-3D67-42D6-8DBB-1D5AA5EBBEF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F70E8C75-3D67-42D6-8DBB-1D5AA5EBBEF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F70E8C75-3D67-42D6-8DBB-1D5AA5EBBEF9} = {F76C24E2-AF09-429F-94D0-DA72C5416CC3}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = " WebDAVNet is a client library for interacting with WebDAV written in C#."
version = 0.3
EndGlobalSection
EndGlobal