-
Notifications
You must be signed in to change notification settings - Fork 1
/
WpfEntityFramework.sln
48 lines (48 loc) · 2.6 KB
/
WpfEntityFramework.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
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp1", "WpfApp1\WpfApp1.csproj", "{01483674-EFBB-4080-8163-851E55CAF2E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CAF0EE3C-1B51-4DF4-ADFA-A9714420ED05}"
ProjectSection(SolutionItems) = preProject
GetKeys.sql = GetKeys.sql
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Validation", "Validation", "{918D1176-06FA-463F-92AB-7D92BA17BB0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataValidatorLibrary", "DataValidatorLibrary\DataValidatorLibrary.csproj", "{7FDD41EA-6186-4458-87E4-3FA1B8302E77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameworkCanExecuteExample", "FrameworkCanExecuteExample\FrameworkCanExecuteExample.csproj", "{2F91BD30-063E-4AA4-BA4B-4BD068F09A62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01483674-EFBB-4080-8163-851E55CAF2E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01483674-EFBB-4080-8163-851E55CAF2E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01483674-EFBB-4080-8163-851E55CAF2E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01483674-EFBB-4080-8163-851E55CAF2E1}.Release|Any CPU.Build.0 = Release|Any CPU
{7FDD41EA-6186-4458-87E4-3FA1B8302E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FDD41EA-6186-4458-87E4-3FA1B8302E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FDD41EA-6186-4458-87E4-3FA1B8302E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FDD41EA-6186-4458-87E4-3FA1B8302E77}.Release|Any CPU.Build.0 = Release|Any CPU
{2F91BD30-063E-4AA4-BA4B-4BD068F09A62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F91BD30-063E-4AA4-BA4B-4BD068F09A62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F91BD30-063E-4AA4-BA4B-4BD068F09A62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F91BD30-063E-4AA4-BA4B-4BD068F09A62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7FDD41EA-6186-4458-87E4-3FA1B8302E77} = {918D1176-06FA-463F-92AB-7D92BA17BB0A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD2E90D8-9737-4F1F-B24D-34A200B76BA3}
EndGlobalSection
EndGlobal