-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTypedDataLayer.sln
36 lines (36 loc) · 1.94 KB
/
TypedDataLayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypedDataLayer", "TypedDataLayer\TypedDataLayer.csproj", "{86A9C472-70EA-4DD1-B36E-5276C754E720}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandRunner", "CommandRunner\CommandRunner.csproj", "{A81039DF-DEF4-40B8-A770-6DD3450E0961}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug-TypedDataLayer|x64 = Debug-TypedDataLayer|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86A9C472-70EA-4DD1-B36E-5276C754E720}.Debug|x64.ActiveCfg = Debug|Any CPU
{86A9C472-70EA-4DD1-B36E-5276C754E720}.Debug|x64.Build.0 = Debug|Any CPU
{86A9C472-70EA-4DD1-B36E-5276C754E720}.Debug-TypedDataLayer|x64.ActiveCfg = Debug|Any CPU
{86A9C472-70EA-4DD1-B36E-5276C754E720}.Debug-TypedDataLayer|x64.Build.0 = Debug|Any CPU
{86A9C472-70EA-4DD1-B36E-5276C754E720}.Release|x64.ActiveCfg = Release|Any CPU
{86A9C472-70EA-4DD1-B36E-5276C754E720}.Release|x64.Build.0 = Release|Any CPU
{A81039DF-DEF4-40B8-A770-6DD3450E0961}.Debug|x64.ActiveCfg = Debug|x64
{A81039DF-DEF4-40B8-A770-6DD3450E0961}.Debug|x64.Build.0 = Debug|x64
{A81039DF-DEF4-40B8-A770-6DD3450E0961}.Debug-TypedDataLayer|x64.ActiveCfg = Debug-TypedDataLayer|x64
{A81039DF-DEF4-40B8-A770-6DD3450E0961}.Debug-TypedDataLayer|x64.Build.0 = Debug-TypedDataLayer|x64
{A81039DF-DEF4-40B8-A770-6DD3450E0961}.Release|x64.ActiveCfg = Release|x64
{A81039DF-DEF4-40B8-A770-6DD3450E0961}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E4A2F63-7601-483C-86AE-805182551A8B}
EndGlobalSection
EndGlobal