-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCommandQuery.Framing.sln
More file actions
53 lines (53 loc) · 3.02 KB
/
Copy pathCommandQuery.Framing.sln
File metadata and controls
53 lines (53 loc) · 3.02 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
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{600030C0-5919-465B-9E4A-466B3B743B7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandTests", "test\CommandTests\CommandTests.csproj", "{ECBC580A-C9B6-49D2-BA67-7D83E2D45D72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9101ED47-2F64-4668-ABE0-6920CA20A885}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandQuery.Framing", "src\CommandQuery.Framing\CommandQuery.Framing.csproj", "{AF56731C-B528-42CE-9198-060D8211E2CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{52AF3D5A-9F24-4D37-8011-01C2E5C97AB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandQueryApiSample", "sample\CommandQueryApiSample.csproj", "{4C8C0B73-40DB-46F6-8BDB-16CCC579052F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECBC580A-C9B6-49D2-BA67-7D83E2D45D72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECBC580A-C9B6-49D2-BA67-7D83E2D45D72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECBC580A-C9B6-49D2-BA67-7D83E2D45D72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECBC580A-C9B6-49D2-BA67-7D83E2D45D72}.Release|Any CPU.Build.0 = Release|Any CPU
{AF56731C-B528-42CE-9198-060D8211E2CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF56731C-B528-42CE-9198-060D8211E2CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF56731C-B528-42CE-9198-060D8211E2CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF56731C-B528-42CE-9198-060D8211E2CB}.Release|Any CPU.Build.0 = Release|Any CPU
{4C8C0B73-40DB-46F6-8BDB-16CCC579052F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C8C0B73-40DB-46F6-8BDB-16CCC579052F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C8C0B73-40DB-46F6-8BDB-16CCC579052F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C8C0B73-40DB-46F6-8BDB-16CCC579052F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECBC580A-C9B6-49D2-BA67-7D83E2D45D72} = {600030C0-5919-465B-9E4A-466B3B743B7C}
{AF56731C-B528-42CE-9198-060D8211E2CB} = {9101ED47-2F64-4668-ABE0-6920CA20A885}
{4C8C0B73-40DB-46F6-8BDB-16CCC579052F} = {52AF3D5A-9F24-4D37-8011-01C2E5C97AB3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6823F308-E24E-4BE0-9FF1-31DA8CEC4FA6}
EndGlobalSection
EndGlobal