-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSlack-GPT-Socket.sln
28 lines (28 loc) · 1.81 KB
/
Slack-GPT-Socket.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slack-GPT-Socket", "Slack-GPT-Socket\Slack-GPT-Socket.csproj", "{C3ADDB04-692E-4700-B264-F3009A0D245E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slack-GPT-Tests", "Slack-GPT-Tests\Slack-GPT-Tests.csproj", "{8513CAC6-F4FB-4821-B229-7B2E31E1DA66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slack-Gpt-Source-Generator", "Slack-Gpt-Source-Generator\Slack-Gpt-Source-Generator\Slack-Gpt-Source-Generator.csproj", "{DB1A83EB-8250-4974-B6FF-A7FC72D5F793}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3ADDB04-692E-4700-B264-F3009A0D245E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3ADDB04-692E-4700-B264-F3009A0D245E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3ADDB04-692E-4700-B264-F3009A0D245E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3ADDB04-692E-4700-B264-F3009A0D245E}.Release|Any CPU.Build.0 = Release|Any CPU
{8513CAC6-F4FB-4821-B229-7B2E31E1DA66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8513CAC6-F4FB-4821-B229-7B2E31E1DA66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8513CAC6-F4FB-4821-B229-7B2E31E1DA66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8513CAC6-F4FB-4821-B229-7B2E31E1DA66}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1A83EB-8250-4974-B6FF-A7FC72D5F793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1A83EB-8250-4974-B6FF-A7FC72D5F793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1A83EB-8250-4974-B6FF-A7FC72D5F793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1A83EB-8250-4974-B6FF-A7FC72D5F793}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal