-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLayoutInRclForSOQuestion.sln
More file actions
37 lines (37 loc) · 2.19 KB
/
Copy pathLayoutInRclForSOQuestion.sln
File metadata and controls
37 lines (37 loc) · 2.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36414.22 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LayoutInRclForSOQuestion", "LayoutInRclForSOQuestion\LayoutInRclForSOQuestion\LayoutInRclForSOQuestion.csproj", "{2DBE3BAB-0B12-428D-9BE9-5B1CCFB5945E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LayoutInRclForSOQuestion.Client", "LayoutInRclForSOQuestion\LayoutInRclForSOQuestion.Client\LayoutInRclForSOQuestion.Client.csproj", "{C54D93B1-3A3D-417D-A008-B9801CD9E199}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RclWithLayout", "RclWithLayout\RclWithLayout.csproj", "{9E41B7B7-568E-48FB-910C-CBF54DB97D99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DBE3BAB-0B12-428D-9BE9-5B1CCFB5945E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DBE3BAB-0B12-428D-9BE9-5B1CCFB5945E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DBE3BAB-0B12-428D-9BE9-5B1CCFB5945E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DBE3BAB-0B12-428D-9BE9-5B1CCFB5945E}.Release|Any CPU.Build.0 = Release|Any CPU
{C54D93B1-3A3D-417D-A008-B9801CD9E199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C54D93B1-3A3D-417D-A008-B9801CD9E199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C54D93B1-3A3D-417D-A008-B9801CD9E199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C54D93B1-3A3D-417D-A008-B9801CD9E199}.Release|Any CPU.Build.0 = Release|Any CPU
{9E41B7B7-568E-48FB-910C-CBF54DB97D99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E41B7B7-568E-48FB-910C-CBF54DB97D99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E41B7B7-568E-48FB-910C-CBF54DB97D99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E41B7B7-568E-48FB-910C-CBF54DB97D99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0B5C677-19D7-4940-B923-D8285ACD24A0}
EndGlobalSection
EndGlobal