-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsoleWithSettings.sln
37 lines (37 loc) · 2.1 KB
/
ConsoleWithSettings.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 Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleWithSettings", "ConsoleWithSettings\ConsoleWithSettings.csproj", "{4C088477-F37D-4969-93EF-F6BA92EE377E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestEntities", "TestEntities\TestEntities.csproj", "{8E5B7273-3ED0-4876-A0D9-8A1403265616}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestEntities.EF", "TestEntities.EF\TestEntities.EF.csproj", "{76DB1CC2-E8F1-496D-8E57-C4A211C52AB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C088477-F37D-4969-93EF-F6BA92EE377E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C088477-F37D-4969-93EF-F6BA92EE377E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C088477-F37D-4969-93EF-F6BA92EE377E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C088477-F37D-4969-93EF-F6BA92EE377E}.Release|Any CPU.Build.0 = Release|Any CPU
{8E5B7273-3ED0-4876-A0D9-8A1403265616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E5B7273-3ED0-4876-A0D9-8A1403265616}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E5B7273-3ED0-4876-A0D9-8A1403265616}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E5B7273-3ED0-4876-A0D9-8A1403265616}.Release|Any CPU.Build.0 = Release|Any CPU
{76DB1CC2-E8F1-496D-8E57-C4A211C52AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76DB1CC2-E8F1-496D-8E57-C4A211C52AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76DB1CC2-E8F1-496D-8E57-C4A211C52AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76DB1CC2-E8F1-496D-8E57-C4A211C52AB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D0B145B-9006-4D67-B43D-5F804042E423}
EndGlobalSection
EndGlobal