This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathTextMood.sln
119 lines (119 loc) · 8.25 KB
/
TextMood.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TextMood.Shared", "TextMood.Shared\TextMood.Shared.shproj", "{DAA78ECE-0390-4E5A-A392-3130F55E43EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Backend", "Backend", "{6D573F49-3AFE-448B-94BD-D31FE8751ADF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile", "Mobile", "{35E46352-F114-421D-AD12-B3CF4C71D1E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextMood.iOS", "TextMood.iOS\TextMood.iOS.csproj", "{D14E2159-7652-4255-93B9-04ADC48C3CA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextMood.Droid", "TextMood.Droid\TextMood.Droid.csproj", "{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextMood", "TextMood\TextMood.csproj", "{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextMood.Functions", "TextMood.Functions\TextMood.Functions.csproj", "{E951BA08-2202-406E-9A31-3D08BCF53160}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextMood.SignalR", "TextMood.SignalR\TextMood.SignalR.csproj", "{D67A8B95-7CD9-4162-BB55-882F39BB22BC}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TextMood.Backend.Shared", "TextMood.Backend.Shared\TextMood.Backend.Shared.shproj", "{CBBC7617-BD41-47C7-92E1-66530E944C89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52F88DAA-4D99-4ADC-B070-35F87497CACD}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
TextMood.Backend.Shared\TextMood.Backend.Shared.projitems*{cbbc7617-bd41-47c7-92e1-66530e944c89}*SharedItemsImports = 13
TextMood.Shared\TextMood.Shared.projitems*{daa78ece-0390-4e5a-a392-3130f55e43ec}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Debug|iPhone.ActiveCfg = Debug|iPhone
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Debug|iPhone.Build.0 = Debug|iPhone
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Release|Any CPU.ActiveCfg = Release|iPhone
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Release|Any CPU.Build.0 = Release|iPhone
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Release|iPhone.ActiveCfg = Release|iPhone
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Release|iPhone.Build.0 = Release|iPhone
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{D14E2159-7652-4255-93B9-04ADC48C3CA4}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Debug|iPhone.Build.0 = Debug|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Release|Any CPU.Build.0 = Release|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Release|iPhone.ActiveCfg = Release|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Release|iPhone.Build.0 = Release|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Debug|iPhone.Build.0 = Debug|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Release|Any CPU.Build.0 = Release|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Release|iPhone.ActiveCfg = Release|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Release|iPhone.Build.0 = Release|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Debug|iPhone.Build.0 = Debug|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Release|Any CPU.Build.0 = Release|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Release|iPhone.ActiveCfg = Release|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Release|iPhone.Build.0 = Release|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E951BA08-2202-406E-9A31-3D08BCF53160}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Debug|iPhone.Build.0 = Debug|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Release|Any CPU.Build.0 = Release|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Release|iPhone.ActiveCfg = Release|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Release|iPhone.Build.0 = Release|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D67A8B95-7CD9-4162-BB55-882F39BB22BC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D14E2159-7652-4255-93B9-04ADC48C3CA4} = {35E46352-F114-421D-AD12-B3CF4C71D1E9}
{693FDC28-39BB-4EA3-8E6E-DD2476F38CA7} = {35E46352-F114-421D-AD12-B3CF4C71D1E9}
{5650DE0F-6F64-42B8-B8AB-44D408A09ED8} = {35E46352-F114-421D-AD12-B3CF4C71D1E9}
{E951BA08-2202-406E-9A31-3D08BCF53160} = {6D573F49-3AFE-448B-94BD-D31FE8751ADF}
{D67A8B95-7CD9-4162-BB55-882F39BB22BC} = {6D573F49-3AFE-448B-94BD-D31FE8751ADF}
{CBBC7617-BD41-47C7-92E1-66530E944C89} = {6D573F49-3AFE-448B-94BD-D31FE8751ADF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {498A233C-10DB-4A85-B670-033B86ABADFF}
EndGlobalSection
EndGlobal