-
Notifications
You must be signed in to change notification settings - Fork 1
/
CometChar.sln
45 lines (45 loc) · 2.74 KB
/
CometChar.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 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CometCharGUI", "CometCharGUI\CometCharGUI.csproj", "{524DDA95-3BF8-4B91-999C-B93849F2F813}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CometChar", "CometChar\CometChar.csproj", "{BC4A44A9-8732-4AC3-8E4D-46ECF87FE01D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CometChar.Mobile.Android", "CometChar.Mobile\CometChar.Mobile.Android\CometChar.Mobile.Android.csproj", "{6E744739-24D3-49CC-89FC-4A8E6F23649D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CometChar.Mobile", "CometChar.Mobile\CometChar.Mobile\CometChar.Mobile.csproj", "{5C6CE15C-42E1-4529-BA6C-341150B010AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{524DDA95-3BF8-4B91-999C-B93849F2F813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{524DDA95-3BF8-4B91-999C-B93849F2F813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{524DDA95-3BF8-4B91-999C-B93849F2F813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{524DDA95-3BF8-4B91-999C-B93849F2F813}.Release|Any CPU.Build.0 = Release|Any CPU
{BC4A44A9-8732-4AC3-8E4D-46ECF87FE01D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC4A44A9-8732-4AC3-8E4D-46ECF87FE01D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC4A44A9-8732-4AC3-8E4D-46ECF87FE01D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC4A44A9-8732-4AC3-8E4D-46ECF87FE01D}.Release|Any CPU.Build.0 = Release|Any CPU
{6E744739-24D3-49CC-89FC-4A8E6F23649D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E744739-24D3-49CC-89FC-4A8E6F23649D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E744739-24D3-49CC-89FC-4A8E6F23649D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{6E744739-24D3-49CC-89FC-4A8E6F23649D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E744739-24D3-49CC-89FC-4A8E6F23649D}.Release|Any CPU.Build.0 = Release|Any CPU
{6E744739-24D3-49CC-89FC-4A8E6F23649D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5C6CE15C-42E1-4529-BA6C-341150B010AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C6CE15C-42E1-4529-BA6C-341150B010AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C6CE15C-42E1-4529-BA6C-341150B010AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C6CE15C-42E1-4529-BA6C-341150B010AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8466B085-F63B-4ABF-9427-E27B13BB323A}
EndGlobalSection
EndGlobal