-
Notifications
You must be signed in to change notification settings - Fork 78
/
RehostedWFdesignerShowcase.sln
43 lines (43 loc) · 2.4 KB
/
RehostedWFdesignerShowcase.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
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RehostedDesigner", "RehostedDesigner\RehostedDesigner.csproj", "{CF40BB63-4741-41F1-9461-FA9A7319AB6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeetupActivityLibrary", "ActivityLibraries\MeetupActivityLibrary\MeetupActivityLibrary.csproj", "{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ActivityLibraries", "ActivityLibraries", "{51344A56-33CE-47FC-BBCC-06AC73E32210}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Debug|x64.ActiveCfg = Debug|x64
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Debug|x64.Build.0 = Debug|x64
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Release|Any CPU.Build.0 = Release|Any CPU
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Release|x64.ActiveCfg = Release|x64
{CF40BB63-4741-41F1-9461-FA9A7319AB6C}.Release|x64.Build.0 = Release|x64
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Debug|x64.ActiveCfg = Debug|x64
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Debug|x64.Build.0 = Debug|x64
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Release|Any CPU.Build.0 = Release|Any CPU
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Release|x64.ActiveCfg = Release|x64
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9212F9E7-B12C-4FBA-AF4D-EA9B42A2AAFD} = {51344A56-33CE-47FC-BBCC-06AC73E32210}
EndGlobalSection
EndGlobal