forked from winemug/OmniCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OmniCore.sln
51 lines (51 loc) · 3.26 KB
/
OmniCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OmniCore.Mobile.Android", "OmniCore.Mobile\OmniCore.Mobile.Android\OmniCore.Mobile.Android.csproj", "{AAB2EDA9-36AC-4931-A32E-B4482663F5B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OmniCore.Mobile", "OmniCore.Mobile\OmniCore.Mobile\OmniCore.Mobile.csproj", "{12B73331-A9DB-4BED-B2D4-AEDF9EFAD0DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OmniCore.Model", "OmniCore.Model\OmniCore.Model.csproj", "{0325418F-459B-4A02-B9A9-5A72BA2AB11E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OmniCore.Radio.RileyLink", "OmniCore.Radio.RileyLink\OmniCore.Radio.RileyLink.csproj", "{9A759E4A-8A7E-474F-BFDD-EB3FBAA9A5A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OmniCore.Scratch", "OmniCore.Scratch\OmniCore.Scratch.csproj", "{60BAB36B-4D19-44B3-87F5-82CD001B6762}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAB2EDA9-36AC-4931-A32E-B4482663F5B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAB2EDA9-36AC-4931-A32E-B4482663F5B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAB2EDA9-36AC-4931-A32E-B4482663F5B4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{AAB2EDA9-36AC-4931-A32E-B4482663F5B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAB2EDA9-36AC-4931-A32E-B4482663F5B4}.Release|Any CPU.Build.0 = Release|Any CPU
{AAB2EDA9-36AC-4931-A32E-B4482663F5B4}.Release|Any CPU.Deploy.0 = Release|Any CPU
{12B73331-A9DB-4BED-B2D4-AEDF9EFAD0DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12B73331-A9DB-4BED-B2D4-AEDF9EFAD0DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12B73331-A9DB-4BED-B2D4-AEDF9EFAD0DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12B73331-A9DB-4BED-B2D4-AEDF9EFAD0DF}.Release|Any CPU.Build.0 = Release|Any CPU
{0325418F-459B-4A02-B9A9-5A72BA2AB11E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0325418F-459B-4A02-B9A9-5A72BA2AB11E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0325418F-459B-4A02-B9A9-5A72BA2AB11E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0325418F-459B-4A02-B9A9-5A72BA2AB11E}.Release|Any CPU.Build.0 = Release|Any CPU
{9A759E4A-8A7E-474F-BFDD-EB3FBAA9A5A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A759E4A-8A7E-474F-BFDD-EB3FBAA9A5A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A759E4A-8A7E-474F-BFDD-EB3FBAA9A5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A759E4A-8A7E-474F-BFDD-EB3FBAA9A5A8}.Release|Any CPU.Build.0 = Release|Any CPU
{60BAB36B-4D19-44B3-87F5-82CD001B6762}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60BAB36B-4D19-44B3-87F5-82CD001B6762}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60BAB36B-4D19-44B3-87F5-82CD001B6762}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60BAB36B-4D19-44B3-87F5-82CD001B6762}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53907CAB-6163-47E7-8635-D04524AA468A}
EndGlobalSection
EndGlobal