-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlower.Basic.sln
31 lines (31 loc) · 1.57 KB
/
Flower.Basic.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.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Activities", "Activities\Activities.csproj", "{C6B36411-0037-4A18-A42E-71360D3D4FE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Activities.Design", "Activities.Design\Activities.Design.csproj", "{0713E0AC-D99A-4913-9643-06FB590BD320}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6B36411-0037-4A18-A42E-71360D3D4FE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6B36411-0037-4A18-A42E-71360D3D4FE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6B36411-0037-4A18-A42E-71360D3D4FE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6B36411-0037-4A18-A42E-71360D3D4FE2}.Release|Any CPU.Build.0 = Release|Any CPU
{0713E0AC-D99A-4913-9643-06FB590BD320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0713E0AC-D99A-4913-9643-06FB590BD320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0713E0AC-D99A-4913-9643-06FB590BD320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0713E0AC-D99A-4913-9643-06FB590BD320}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BA2F10A-5EDE-40F2-886D-4C31299B9AFD}
EndGlobalSection
EndGlobal