-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEPDC.sln
More file actions
45 lines (45 loc) · 2.63 KB
/
EPDC.sln
File metadata and controls
45 lines (45 loc) · 2.63 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPDC", "EPDC\EPDC\EPDC.csproj", "{12C49C7F-7E12-4713-8373-FA35D4C21B63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPDC.Client", "EPDC\EPDC.Client\EPDC.Client.csproj", "{45FA5862-B498-4796-8B68-23315DD53F9E}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "EPDCDb", "EPDCDb\EPDCDb.sqlproj", "{72B47395-5D77-4CFE-8332-75554B5D73B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLib", "CommonLib\CommonLib.csproj", "{C294CD10-CD0B-4244-90C3-760866396C06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12C49C7F-7E12-4713-8373-FA35D4C21B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12C49C7F-7E12-4713-8373-FA35D4C21B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12C49C7F-7E12-4713-8373-FA35D4C21B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12C49C7F-7E12-4713-8373-FA35D4C21B63}.Release|Any CPU.Build.0 = Release|Any CPU
{45FA5862-B498-4796-8B68-23315DD53F9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45FA5862-B498-4796-8B68-23315DD53F9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45FA5862-B498-4796-8B68-23315DD53F9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45FA5862-B498-4796-8B68-23315DD53F9E}.Release|Any CPU.Build.0 = Release|Any CPU
{72B47395-5D77-4CFE-8332-75554B5D73B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72B47395-5D77-4CFE-8332-75554B5D73B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72B47395-5D77-4CFE-8332-75554B5D73B7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{72B47395-5D77-4CFE-8332-75554B5D73B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72B47395-5D77-4CFE-8332-75554B5D73B7}.Release|Any CPU.Build.0 = Release|Any CPU
{72B47395-5D77-4CFE-8332-75554B5D73B7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C294CD10-CD0B-4244-90C3-760866396C06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C294CD10-CD0B-4244-90C3-760866396C06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C294CD10-CD0B-4244-90C3-760866396C06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C294CD10-CD0B-4244-90C3-760866396C06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6F58D8D-6645-4DED-AA2E-332EED9F51A4}
EndGlobalSection
EndGlobal