-
Notifications
You must be signed in to change notification settings - Fork 3
/
ClassTranscribeServer.sln
71 lines (71 loc) · 4.48 KB
/
ClassTranscribeServer.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassTranscribeServer", "ClassTranscribeServer\ClassTranscribeServer.csproj", "{E4C52518-A6B4-42B0-8A02-DC1BFBE9CD89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassTranscribeDatabase", "ClassTranscribeDatabase\ClassTranscribeDatabase.csproj", "{C628B570-E8F8-4CEC-B75B-E2F9C3D0CE42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskEngine", "TaskEngine\TaskEngine.csproj", "{F41D8DB4-4E5F-4F94-A909-A3978D85657A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7E524246-1DD6-47ED-BE59-C07C5FF0E11F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
ct.proto = ct.proto
LocalEnvironmentVariables.txt = LocalEnvironmentVariables.txt
vs_appsettings.json = vs_appsettings.json
world_universities_and_domains.json = world_universities_and_domains.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevExperiments", "DevExperiments\DevExperiments.csproj", "{7D7B3A3B-FFFD-400F-9121-9AC3EF4EE421}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{E944DD15-8FC0-481D-8B79-ACC0D092296E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAzureCognitiveServices", "TestAzureCognitiveServices\TestAzureCognitiveServices.csproj", "{DA560288-98FC-4233-8CD5-252F8570CBFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestRemoteLLM", "TestRemoteLLM\TestRemoteLLM.csproj", "{9D9DB7A1-DBDA-49DF-9D31-D39846BABE30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4C52518-A6B4-42B0-8A02-DC1BFBE9CD89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4C52518-A6B4-42B0-8A02-DC1BFBE9CD89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4C52518-A6B4-42B0-8A02-DC1BFBE9CD89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4C52518-A6B4-42B0-8A02-DC1BFBE9CD89}.Release|Any CPU.Build.0 = Release|Any CPU
{C628B570-E8F8-4CEC-B75B-E2F9C3D0CE42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C628B570-E8F8-4CEC-B75B-E2F9C3D0CE42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C628B570-E8F8-4CEC-B75B-E2F9C3D0CE42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C628B570-E8F8-4CEC-B75B-E2F9C3D0CE42}.Release|Any CPU.Build.0 = Release|Any CPU
{F41D8DB4-4E5F-4F94-A909-A3978D85657A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F41D8DB4-4E5F-4F94-A909-A3978D85657A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F41D8DB4-4E5F-4F94-A909-A3978D85657A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F41D8DB4-4E5F-4F94-A909-A3978D85657A}.Release|Any CPU.Build.0 = Release|Any CPU
{7D7B3A3B-FFFD-400F-9121-9AC3EF4EE421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D7B3A3B-FFFD-400F-9121-9AC3EF4EE421}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D7B3A3B-FFFD-400F-9121-9AC3EF4EE421}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D7B3A3B-FFFD-400F-9121-9AC3EF4EE421}.Release|Any CPU.Build.0 = Release|Any CPU
{E944DD15-8FC0-481D-8B79-ACC0D092296E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E944DD15-8FC0-481D-8B79-ACC0D092296E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E944DD15-8FC0-481D-8B79-ACC0D092296E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E944DD15-8FC0-481D-8B79-ACC0D092296E}.Release|Any CPU.Build.0 = Release|Any CPU
{DA560288-98FC-4233-8CD5-252F8570CBFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA560288-98FC-4233-8CD5-252F8570CBFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA560288-98FC-4233-8CD5-252F8570CBFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA560288-98FC-4233-8CD5-252F8570CBFB}.Release|Any CPU.Build.0 = Release|Any CPU
{9D9DB7A1-DBDA-49DF-9D31-D39846BABE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D9DB7A1-DBDA-49DF-9D31-D39846BABE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D9DB7A1-DBDA-49DF-9D31-D39846BABE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D9DB7A1-DBDA-49DF-9D31-D39846BABE30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C62B2777-DFE6-4DE3-A937-8673ADFE5C2F}
EndGlobalSection
EndGlobal