-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathYCode.AIChat.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
Copy pathYCode.AIChat.sln
File metadata and controls
43 lines (43 loc) · 2.52 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YCode.AIChat", "YCode.AIChat\YCode.AIChat.csproj", "{6093791C-C07B-450C-948C-33D61191D431}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YCode.AIChat.SDK", "YCode.AIChat.SDK\YCode.AIChat.SDK.csproj", "{C23E7FB7-23A4-486D-BD5B-DAA0ADFB765C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeoMarkdig", "NeoMarkdig\NeoMarkdig.csproj", "{EAF08B2B-7C5F-4A58-8A7A-CC2AC1C0B154}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YCode.Controls", "YCode.Controls\YCode.Controls.csproj", "{7412C7E8-07B5-4870-B9ED-EB832EF8A87C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6093791C-C07B-450C-948C-33D61191D431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6093791C-C07B-450C-948C-33D61191D431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6093791C-C07B-450C-948C-33D61191D431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6093791C-C07B-450C-948C-33D61191D431}.Release|Any CPU.Build.0 = Release|Any CPU
{C23E7FB7-23A4-486D-BD5B-DAA0ADFB765C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C23E7FB7-23A4-486D-BD5B-DAA0ADFB765C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C23E7FB7-23A4-486D-BD5B-DAA0ADFB765C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C23E7FB7-23A4-486D-BD5B-DAA0ADFB765C}.Release|Any CPU.Build.0 = Release|Any CPU
{EAF08B2B-7C5F-4A58-8A7A-CC2AC1C0B154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAF08B2B-7C5F-4A58-8A7A-CC2AC1C0B154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAF08B2B-7C5F-4A58-8A7A-CC2AC1C0B154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAF08B2B-7C5F-4A58-8A7A-CC2AC1C0B154}.Release|Any CPU.Build.0 = Release|Any CPU
{7412C7E8-07B5-4870-B9ED-EB832EF8A87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7412C7E8-07B5-4870-B9ED-EB832EF8A87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7412C7E8-07B5-4870-B9ED-EB832EF8A87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7412C7E8-07B5-4870-B9ED-EB832EF8A87C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0243B891-0DC4-4127-88C1-2FADA39BEB66}
EndGlobalSection
EndGlobal