-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestModelProiectCodeFirst.sln
More file actions
52 lines (52 loc) · 3.36 KB
/
TestModelProiectCodeFirst.sln
File metadata and controls
52 lines (52 loc) · 3.36 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
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LectorWF", "LectorWF\LectorWF.csproj", "{042A6CE8-4124-49AE-8D93-E0DB9BE6D5DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectClassLibrary", "ProjectClassLibrary\ProjectClassLibrary.csproj", "{1452BD74-11D7-4145-BC4B-6FCB9760CB48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleServerHost", "ConsoleServerHost\ConsoleServerHost.csproj", "{0E65B94E-6968-4129-AEA4-DD1DABBA0A46}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LectorASP5", "LectorASP5\LectorASP5.xproj", "{FC6D023D-7B32-4F77-A05B-EA2018EA46FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LectorASP", "LectorASP\LectorASP.csproj", "{CD48590A-1FFB-42EC-AB3B-2CAD715F0E0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LectorASPAutoGenerated", "LectorASPAutoGenerated\LectorASPAutoGenerated.csproj", "{BB2CDAC6-AF8F-41CC-8C16-B701FC37493C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{042A6CE8-4124-49AE-8D93-E0DB9BE6D5DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{042A6CE8-4124-49AE-8D93-E0DB9BE6D5DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{042A6CE8-4124-49AE-8D93-E0DB9BE6D5DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{042A6CE8-4124-49AE-8D93-E0DB9BE6D5DB}.Release|Any CPU.Build.0 = Release|Any CPU
{1452BD74-11D7-4145-BC4B-6FCB9760CB48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1452BD74-11D7-4145-BC4B-6FCB9760CB48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1452BD74-11D7-4145-BC4B-6FCB9760CB48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1452BD74-11D7-4145-BC4B-6FCB9760CB48}.Release|Any CPU.Build.0 = Release|Any CPU
{0E65B94E-6968-4129-AEA4-DD1DABBA0A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E65B94E-6968-4129-AEA4-DD1DABBA0A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E65B94E-6968-4129-AEA4-DD1DABBA0A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E65B94E-6968-4129-AEA4-DD1DABBA0A46}.Release|Any CPU.Build.0 = Release|Any CPU
{FC6D023D-7B32-4F77-A05B-EA2018EA46FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC6D023D-7B32-4F77-A05B-EA2018EA46FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC6D023D-7B32-4F77-A05B-EA2018EA46FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC6D023D-7B32-4F77-A05B-EA2018EA46FC}.Release|Any CPU.Build.0 = Release|Any CPU
{CD48590A-1FFB-42EC-AB3B-2CAD715F0E0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD48590A-1FFB-42EC-AB3B-2CAD715F0E0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD48590A-1FFB-42EC-AB3B-2CAD715F0E0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD48590A-1FFB-42EC-AB3B-2CAD715F0E0A}.Release|Any CPU.Build.0 = Release|Any CPU
{BB2CDAC6-AF8F-41CC-8C16-B701FC37493C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB2CDAC6-AF8F-41CC-8C16-B701FC37493C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB2CDAC6-AF8F-41CC-8C16-B701FC37493C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB2CDAC6-AF8F-41CC-8C16-B701FC37493C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal