-
Notifications
You must be signed in to change notification settings - Fork 0
/
DelegatesDemo.sln
31 lines (31 loc) · 1.59 KB
/
DelegatesDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppDelegatesDemo", "ConsoleAppDelegatesDemo\ConsoleAppDelegatesDemo.csproj", "{E99F86D7-A6F2-46A4-870C-1DDC12F32864}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityModel", "EntityModel\EntityModel.csproj", "{F9EDC9C4-32E4-4534-81F9-B183831E13B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E99F86D7-A6F2-46A4-870C-1DDC12F32864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E99F86D7-A6F2-46A4-870C-1DDC12F32864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E99F86D7-A6F2-46A4-870C-1DDC12F32864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E99F86D7-A6F2-46A4-870C-1DDC12F32864}.Release|Any CPU.Build.0 = Release|Any CPU
{F9EDC9C4-32E4-4534-81F9-B183831E13B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9EDC9C4-32E4-4534-81F9-B183831E13B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9EDC9C4-32E4-4534-81F9-B183831E13B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9EDC9C4-32E4-4534-81F9-B183831E13B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {676DC0E7-70DA-4993-B87E-6BD8454B31A2}
EndGlobalSection
EndGlobal