-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConsoleGettingStarted.sln
More file actions
37 lines (37 loc) · 2.12 KB
/
ConsoleGettingStarted.sln
File metadata and controls
37 lines (37 loc) · 2.12 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleGettingStarted", "ConsoleGettingStarted\ConsoleGettingStarted.csproj", "{DCF06E2A-F62D-46BA-BB2D-131C6789D43D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted.Data", "GettingStarted.Data\GettingStarted.Data.csproj", "{B7211784-5FDD-48AA-BE3F-2EA29192AA2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted.Entities", "GettingStarted.Entities\GettingStarted.Entities.csproj", "{78125030-4998-41E3-B477-43885D52E04C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCF06E2A-F62D-46BA-BB2D-131C6789D43D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCF06E2A-F62D-46BA-BB2D-131C6789D43D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCF06E2A-F62D-46BA-BB2D-131C6789D43D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCF06E2A-F62D-46BA-BB2D-131C6789D43D}.Release|Any CPU.Build.0 = Release|Any CPU
{B7211784-5FDD-48AA-BE3F-2EA29192AA2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7211784-5FDD-48AA-BE3F-2EA29192AA2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7211784-5FDD-48AA-BE3F-2EA29192AA2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7211784-5FDD-48AA-BE3F-2EA29192AA2B}.Release|Any CPU.Build.0 = Release|Any CPU
{78125030-4998-41E3-B477-43885D52E04C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78125030-4998-41E3-B477-43885D52E04C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78125030-4998-41E3-B477-43885D52E04C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78125030-4998-41E3-B477-43885D52E04C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F52AF0C-2F42-4C7D-B458-0C231635DE5B}
EndGlobalSection
EndGlobal