This repository was archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathSftpSync.sln
More file actions
37 lines (37 loc) · 1.35 KB
/
Copy pathSftpSync.sln
File metadata and controls
37 lines (37 loc) · 1.35 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# SharpDevelop 5.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SftpSync", "SftpSync\SftpSync.csproj", "{FD5007CB-C068-4557-A162-87381E6F62AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD5007CB-C068-4557-A162-87381E6F62AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD5007CB-C068-4557-A162-87381E6F62AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD5007CB-C068-4557-A162-87381E6F62AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD5007CB-C068-4557-A162-87381E6F62AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.NameConventionPolicy = $2
$2.Rules = $3
$3.NamingRule = $4
$4.Name = Type Parameters
$4.AffectedEntity = TypeParameter
$4.VisibilityMask = VisibilityMask
$4.NamingStyle = PascalCase
$4.IncludeInstanceMembers = True
$4.IncludeStaticEntities = True
$4.RequiredPrefixes = $5
$5.String = T
$4.RequiredSuffixes = $6
$6.String = Exception
EndGlobalSection
EndGlobal