-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassifiedProj.sln
37 lines (37 loc) · 1.99 KB
/
ClassifiedProj.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassifiedProj", "ClassifiedProj\ClassifiedProj.csproj", "{39B518E3-27A6-4C72-8704-BA6B5254159D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{7149360C-69D0-4727-9460-C0B7FA99271E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{5FFBA592-27AD-4F53-849F-8AC10B2C74DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39B518E3-27A6-4C72-8704-BA6B5254159D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39B518E3-27A6-4C72-8704-BA6B5254159D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39B518E3-27A6-4C72-8704-BA6B5254159D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39B518E3-27A6-4C72-8704-BA6B5254159D}.Release|Any CPU.Build.0 = Release|Any CPU
{7149360C-69D0-4727-9460-C0B7FA99271E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7149360C-69D0-4727-9460-C0B7FA99271E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7149360C-69D0-4727-9460-C0B7FA99271E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7149360C-69D0-4727-9460-C0B7FA99271E}.Release|Any CPU.Build.0 = Release|Any CPU
{5FFBA592-27AD-4F53-849F-8AC10B2C74DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FFBA592-27AD-4F53-849F-8AC10B2C74DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FFBA592-27AD-4F53-849F-8AC10B2C74DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FFBA592-27AD-4F53-849F-8AC10B2C74DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34700E2B-3539-4845-998A-B16A45C44EF5}
EndGlobalSection
EndGlobal