-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathArxOne.Ftp.sln
57 lines (57 loc) · 2.88 KB
/
ArxOne.Ftp.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
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28516.95
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArxOne.Ftp", "ArxOne.Ftp\ArxOne.Ftp.csproj", "{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{28518DEC-7105-4F4B-B94F-A29675ED5BCE}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Icon", "Icon", "{6DF56731-02D8-4187-B177-822162DC81AE}"
ProjectSection(SolutionItems) = preProject
Icon\ArxOne.Ftp.ai = Icon\ArxOne.Ftp.ai
Icon\ArxOne.Ftp.png = Icon\ArxOne.Ftp.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1832B687-7669-487F-81F7-4B19EA61EE6C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
credentials.txt = credentials.txt
Default.testsettings = Default.testsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArxOne.FtpTest", "ArxOne.FtpTest\ArxOne.FtpTest.csproj", "{5475DE95-8E4D-4E40-89D3-19913546F228}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release - plain|Any CPU = Release - plain|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}.Release - plain|Any CPU.ActiveCfg = Release|Any CPU
{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}.Release - plain|Any CPU.Build.0 = Release|Any CPU
{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FFE845D-2E4F-440E-8B9F-17AFCB9D166B}.Release|Any CPU.Build.0 = Release|Any CPU
{5475DE95-8E4D-4E40-89D3-19913546F228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5475DE95-8E4D-4E40-89D3-19913546F228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5475DE95-8E4D-4E40-89D3-19913546F228}.Release - plain|Any CPU.ActiveCfg = Release|Any CPU
{5475DE95-8E4D-4E40-89D3-19913546F228}.Release - plain|Any CPU.Build.0 = Release|Any CPU
{5475DE95-8E4D-4E40-89D3-19913546F228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5475DE95-8E4D-4E40-89D3-19913546F228}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1263A75E-0C7F-41E1-997C-37D1929DE1BE}
EndGlobalSection
EndGlobal