forked from Callisto82/tftp.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTftp.NetStandard.sln
More file actions
35 lines (35 loc) · 1.74 KB
/
Tftp.NetStandard.sln
File metadata and controls
35 lines (35 loc) · 1.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TftpModern", "Tftp.Net\TftpModern.csproj", "{A3F0DE15-AC97-428D-830C-4F9721EE3627}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Debug|x86.ActiveCfg = Debug|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Release|Any CPU.Build.0 = Release|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A3F0DE15-AC97-428D-830C-4F9721EE3627}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDBCC567-6C1A-4CE2-BFAA-496F5DD2342A}
EndGlobalSection
EndGlobal