-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenDDR-VBNet.sln
More file actions
41 lines (41 loc) · 1.91 KB
/
OpenDDR-VBNet.sln
File metadata and controls
41 lines (41 loc) · 1.91 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Client", "Client\ClassifierClient.vbproj", "{2B8A4B1A-ADDF-4A37-BAD2-C389D69858B0}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ClassifierConsole", "Console\ClassifierConsole.vbproj", "{25243D5B-6173-416D-9ED1-4A6B061517CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B856D59B-4B20-404D-A98C-AEC2C6F8E162}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
NOTICE = NOTICE
README = README
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B8A4B1A-ADDF-4A37-BAD2-C389D69858B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B8A4B1A-ADDF-4A37-BAD2-C389D69858B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B8A4B1A-ADDF-4A37-BAD2-C389D69858B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B8A4B1A-ADDF-4A37-BAD2-C389D69858B0}.Release|Any CPU.Build.0 = Release|Any CPU
{25243D5B-6173-416D-9ED1-4A6B061517CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25243D5B-6173-416D-9ED1-4A6B061517CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25243D5B-6173-416D-9ED1-4A6B061517CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25243D5B-6173-416D-9ED1-4A6B061517CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
BuildVersion_UpdateAssemblyVersion = True
BuildVersion_UpdateFileVersion = True
BuildVersion_UseGlobalSettings = True
BuildVersion_UseUniversalClock = True
EndGlobalSection
EndGlobal