-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mootra.sln
45 lines (45 loc) · 2.73 KB
/
Mootra.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mootra.MobileApp", "src\Mootra.MobileApp\Mootra.MobileApp.csproj", "{C4823AFA-A2F8-4759-81EB-CEE471293780}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mootra.Core", "src\Mootra.Core\Mootra.Core.csproj", "{A6BED641-532C-473E-BA78-34F09D33F708}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mootra.Infrastructure", "src\Mootra.Infrastructure\Mootra.Infrastructure.csproj", "{D19D10A6-0FCA-4331-98B4-152440FFEC4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mootra.Android", "src\Mootra.Android\Mootra.Android.csproj", "{90751C0F-D32E-4DC4-9531-7E3BA24FE8BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4823AFA-A2F8-4759-81EB-CEE471293780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4823AFA-A2F8-4759-81EB-CEE471293780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4823AFA-A2F8-4759-81EB-CEE471293780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4823AFA-A2F8-4759-81EB-CEE471293780}.Release|Any CPU.Build.0 = Release|Any CPU
{A6BED641-532C-473E-BA78-34F09D33F708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6BED641-532C-473E-BA78-34F09D33F708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6BED641-532C-473E-BA78-34F09D33F708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6BED641-532C-473E-BA78-34F09D33F708}.Release|Any CPU.Build.0 = Release|Any CPU
{D19D10A6-0FCA-4331-98B4-152440FFEC4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D19D10A6-0FCA-4331-98B4-152440FFEC4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D19D10A6-0FCA-4331-98B4-152440FFEC4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D19D10A6-0FCA-4331-98B4-152440FFEC4A}.Release|Any CPU.Build.0 = Release|Any CPU
{90751C0F-D32E-4DC4-9531-7E3BA24FE8BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90751C0F-D32E-4DC4-9531-7E3BA24FE8BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90751C0F-D32E-4DC4-9531-7E3BA24FE8BE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{90751C0F-D32E-4DC4-9531-7E3BA24FE8BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90751C0F-D32E-4DC4-9531-7E3BA24FE8BE}.Release|Any CPU.Build.0 = Release|Any CPU
{90751C0F-D32E-4DC4-9531-7E3BA24FE8BE}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2EF227AE-786A-4690-A315-EADE720877A7}
EndGlobalSection
EndGlobal