-
Notifications
You must be signed in to change notification settings - Fork 432
/
FreeIM.sln
48 lines (48 loc) · 2.68 KB
/
FreeIM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70ABB376-3764-4610-80F9-BFD3AF554805}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeIM", "FreeIM\FreeIM.csproj", "{23371786-245E-4AE4-9483-E74E37A1432A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{1B8ADBB7-D9E2-4FDC-B32C-A596C7055D6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImServer", "ImServer\ImServer.csproj", "{FA7AE0A9-0B00-41EF-BF06-C2E5371BB671}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImServer_aot", "ImServer_aot\ImServer_aot.csproj", "{51542F4A-5A48-4FEF-8436-C1FD6B06B988}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23371786-245E-4AE4-9483-E74E37A1432A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23371786-245E-4AE4-9483-E74E37A1432A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23371786-245E-4AE4-9483-E74E37A1432A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23371786-245E-4AE4-9483-E74E37A1432A}.Release|Any CPU.Build.0 = Release|Any CPU
{1B8ADBB7-D9E2-4FDC-B32C-A596C7055D6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B8ADBB7-D9E2-4FDC-B32C-A596C7055D6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B8ADBB7-D9E2-4FDC-B32C-A596C7055D6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B8ADBB7-D9E2-4FDC-B32C-A596C7055D6B}.Release|Any CPU.Build.0 = Release|Any CPU
{FA7AE0A9-0B00-41EF-BF06-C2E5371BB671}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA7AE0A9-0B00-41EF-BF06-C2E5371BB671}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA7AE0A9-0B00-41EF-BF06-C2E5371BB671}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA7AE0A9-0B00-41EF-BF06-C2E5371BB671}.Release|Any CPU.Build.0 = Release|Any CPU
{51542F4A-5A48-4FEF-8436-C1FD6B06B988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51542F4A-5A48-4FEF-8436-C1FD6B06B988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51542F4A-5A48-4FEF-8436-C1FD6B06B988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51542F4A-5A48-4FEF-8436-C1FD6B06B988}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D230421-0E2E-4457-A985-2C82C6DC76E9}
EndGlobalSection
EndGlobal