-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNik.FileTransfer.sln
42 lines (42 loc) · 2.36 KB
/
Nik.FileTransfer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nik.FileTransfer.Abstractions", "Nik.FileTransfer.Abstractions\Nik.FileTransfer.Abstractions.csproj", "{618774B8-5F01-41E8-B8B7-F1040C25D743}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nik.FileTransfer", "Nik.FileTransfer\Nik.FileTransfer.csproj", "{0B77CC08-1967-48C1-A8DB-4678C394CAD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_commands", "_commands", "{85D42006-9CCC-40B2-8CC6-DA4472F948A2}"
ProjectSection(SolutionItems) = preProject
nuget-commands.txt = nuget-commands.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nik.FileTransfer.Models", "Nik.FileTransfer.Models\Nik.FileTransfer.Models.csproj", "{EA349B19-5934-4BA7-882E-315922921CC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{618774B8-5F01-41E8-B8B7-F1040C25D743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{618774B8-5F01-41E8-B8B7-F1040C25D743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{618774B8-5F01-41E8-B8B7-F1040C25D743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{618774B8-5F01-41E8-B8B7-F1040C25D743}.Release|Any CPU.Build.0 = Release|Any CPU
{0B77CC08-1967-48C1-A8DB-4678C394CAD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B77CC08-1967-48C1-A8DB-4678C394CAD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B77CC08-1967-48C1-A8DB-4678C394CAD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B77CC08-1967-48C1-A8DB-4678C394CAD5}.Release|Any CPU.Build.0 = Release|Any CPU
{EA349B19-5934-4BA7-882E-315922921CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA349B19-5934-4BA7-882E-315922921CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA349B19-5934-4BA7-882E-315922921CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA349B19-5934-4BA7-882E-315922921CC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBD9B05D-3408-41B0-87F8-1557F4C8963C}
EndGlobalSection
EndGlobal