-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVMDCore.sln
48 lines (48 loc) · 2.55 KB
/
VMDCore.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.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMDCore", "VMDCore\VMDCore.csproj", "{2665314B-38D9-4E13-A586-1B0F7C60A0AD}"
ProjectSection(ProjectDependencies) = postProject
{097A113E-3C3B-4AB8-A035-49C6B6D5129F} = {097A113E-3C3B-4AB8-A035-49C6B6D5129F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMDCore.Bussiness", "Bussiness\VMDCore.Bussiness.csproj", "{097A113E-3C3B-4AB8-A035-49C6B6D5129F}"
ProjectSection(ProjectDependencies) = postProject
{CDEC6A59-76D6-4210-A79A-F554EC3D08EE} = {CDEC6A59-76D6-4210-A79A-F554EC3D08EE}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMDCore.Data", "VMDCore.Data\VMDCore.Data.csproj", "{CDEC6A59-76D6-4210-A79A-F554EC3D08EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D91FF416-178D-46F3-8510-C063F5A3457C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2665314B-38D9-4E13-A586-1B0F7C60A0AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2665314B-38D9-4E13-A586-1B0F7C60A0AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2665314B-38D9-4E13-A586-1B0F7C60A0AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2665314B-38D9-4E13-A586-1B0F7C60A0AD}.Release|Any CPU.Build.0 = Release|Any CPU
{097A113E-3C3B-4AB8-A035-49C6B6D5129F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{097A113E-3C3B-4AB8-A035-49C6B6D5129F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{097A113E-3C3B-4AB8-A035-49C6B6D5129F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{097A113E-3C3B-4AB8-A035-49C6B6D5129F}.Release|Any CPU.Build.0 = Release|Any CPU
{CDEC6A59-76D6-4210-A79A-F554EC3D08EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDEC6A59-76D6-4210-A79A-F554EC3D08EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDEC6A59-76D6-4210-A79A-F554EC3D08EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDEC6A59-76D6-4210-A79A-F554EC3D08EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12F0BC2E-8785-4D0A-A966-B2CDDFF3CB94}
EndGlobalSection
EndGlobal