-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSerialDisk.sln
More file actions
48 lines (48 loc) · 2.74 KB
/
SerialDisk.sln
File metadata and controls
48 lines (48 loc) · 2.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
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerialDisk", "SerialDisk\SerialDisk.csproj", "{CB3C3328-28E0-4245-87DC-19D066AA33ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerialDiskTests", "SerialDiskTests\SerialDiskTests.csproj", "{091DC9EC-8E5C-4583-A681-D32C1502D3FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerialDiskCLI", "SerialDiskCLI\SerialDiskCLI.csproj", "{0A8D3901-EA16-4C6A-BA90-9CAB78B18B97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerialDiskUI", "SerialDiskUI\SerialDiskUI.csproj", "{D9125327-8DC0-4435-AA1E-BC1D73880931}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54DA9651-F2A0-4909-B800-1A6CCFE26026}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB3C3328-28E0-4245-87DC-19D066AA33ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB3C3328-28E0-4245-87DC-19D066AA33ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB3C3328-28E0-4245-87DC-19D066AA33ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB3C3328-28E0-4245-87DC-19D066AA33ED}.Release|Any CPU.Build.0 = Release|Any CPU
{091DC9EC-8E5C-4583-A681-D32C1502D3FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{091DC9EC-8E5C-4583-A681-D32C1502D3FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{091DC9EC-8E5C-4583-A681-D32C1502D3FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{091DC9EC-8E5C-4583-A681-D32C1502D3FB}.Release|Any CPU.Build.0 = Release|Any CPU
{0A8D3901-EA16-4C6A-BA90-9CAB78B18B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A8D3901-EA16-4C6A-BA90-9CAB78B18B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A8D3901-EA16-4C6A-BA90-9CAB78B18B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A8D3901-EA16-4C6A-BA90-9CAB78B18B97}.Release|Any CPU.Build.0 = Release|Any CPU
{D9125327-8DC0-4435-AA1E-BC1D73880931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9125327-8DC0-4435-AA1E-BC1D73880931}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9125327-8DC0-4435-AA1E-BC1D73880931}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9125327-8DC0-4435-AA1E-BC1D73880931}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A5577CD-9EF3-4F22-BB75-6926CB5A83A9}
EndGlobalSection
EndGlobal