-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestApp.sln
31 lines (31 loc) · 1.54 KB
/
TestApp.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.31605.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{38100B31-11BC-42F3-8A2E-CAE40ADED684}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLayer", "DataLayer\DataLayer.csproj", "{ABBF4A65-9CB8-4A55-9FCA-F4F85AF74040}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38100B31-11BC-42F3-8A2E-CAE40ADED684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38100B31-11BC-42F3-8A2E-CAE40ADED684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38100B31-11BC-42F3-8A2E-CAE40ADED684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38100B31-11BC-42F3-8A2E-CAE40ADED684}.Release|Any CPU.Build.0 = Release|Any CPU
{ABBF4A65-9CB8-4A55-9FCA-F4F85AF74040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABBF4A65-9CB8-4A55-9FCA-F4F85AF74040}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABBF4A65-9CB8-4A55-9FCA-F4F85AF74040}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABBF4A65-9CB8-4A55-9FCA-F4F85AF74040}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3892DBF2-A7F0-4C42-A442-8F63A2F14782}
EndGlobalSection
EndGlobal