-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChatCaster.sln
More file actions
34 lines (34 loc) · 2.3 KB
/
ChatCaster.sln
File metadata and controls
34 lines (34 loc) · 2.3 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatCaster.Core", "ChatCaster.Core\ChatCaster.Core.csproj", "{BC2C2D2B-E34F-4094-A17D-E108EEDD573A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatCaster.Windows", "ChatCaster.Windows\ChatCaster.Windows.csproj", "{93A191CC-B2A5-45D2-971F-F4E3CBC6675E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatCaster.SpeechRecognition.Whisper", "ChatCaster.SpeechRecognition.Whisper\ChatCaster.SpeechRecognition.Whisper.csproj", "{E91811FD-5E6B-487A-972D-4E8A28A88DDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatCaster.Updater", "ChatCaster.Updater\ChatCaster.Updater.csproj", "{2E550C4C-4851-4770-9A66-4EE6437D204B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC2C2D2B-E34F-4094-A17D-E108EEDD573A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC2C2D2B-E34F-4094-A17D-E108EEDD573A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC2C2D2B-E34F-4094-A17D-E108EEDD573A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC2C2D2B-E34F-4094-A17D-E108EEDD573A}.Release|Any CPU.Build.0 = Release|Any CPU
{93A191CC-B2A5-45D2-971F-F4E3CBC6675E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93A191CC-B2A5-45D2-971F-F4E3CBC6675E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93A191CC-B2A5-45D2-971F-F4E3CBC6675E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93A191CC-B2A5-45D2-971F-F4E3CBC6675E}.Release|Any CPU.Build.0 = Release|Any CPU
{E91811FD-5E6B-487A-972D-4E8A28A88DDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E91811FD-5E6B-487A-972D-4E8A28A88DDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E91811FD-5E6B-487A-972D-4E8A28A88DDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E91811FD-5E6B-487A-972D-4E8A28A88DDA}.Release|Any CPU.Build.0 = Release|Any CPU
{2E550C4C-4851-4770-9A66-4EE6437D204B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E550C4C-4851-4770-9A66-4EE6437D204B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E550C4C-4851-4770-9A66-4EE6437D204B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E550C4C-4851-4770-9A66-4EE6437D204B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal