-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzure-GPT-API.sln
More file actions
48 lines (48 loc) · 2.74 KB
/
Azure-GPT-API.sln
File metadata and controls
48 lines (48 loc) · 2.74 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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer", "IdentityServer\IdentityServer.csproj", "{F105FA0A-5325-4A1A-9D6A-061CCE62E386}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebClient", "WebClient\WebClient.csproj", "{21AF1A76-C8A9-406B-BE12-90CC93364002}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenAi_API", "OpenAi_API\OpenAi_API.csproj", "{5237141F-08B7-439C-B64E-7E9B933CA269}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenAi_APITests", "OpenAi_APITests\OpenAi_APITests.csproj", "{CFD8808C-C282-4E62-88CB-F6F9B4E64BE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A88C45DD-8C3F-4250-9375-10AAD5D14879}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F105FA0A-5325-4A1A-9D6A-061CCE62E386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F105FA0A-5325-4A1A-9D6A-061CCE62E386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F105FA0A-5325-4A1A-9D6A-061CCE62E386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F105FA0A-5325-4A1A-9D6A-061CCE62E386}.Release|Any CPU.Build.0 = Release|Any CPU
{21AF1A76-C8A9-406B-BE12-90CC93364002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21AF1A76-C8A9-406B-BE12-90CC93364002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21AF1A76-C8A9-406B-BE12-90CC93364002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21AF1A76-C8A9-406B-BE12-90CC93364002}.Release|Any CPU.Build.0 = Release|Any CPU
{5237141F-08B7-439C-B64E-7E9B933CA269}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5237141F-08B7-439C-B64E-7E9B933CA269}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5237141F-08B7-439C-B64E-7E9B933CA269}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5237141F-08B7-439C-B64E-7E9B933CA269}.Release|Any CPU.Build.0 = Release|Any CPU
{CFD8808C-C282-4E62-88CB-F6F9B4E64BE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFD8808C-C282-4E62-88CB-F6F9B4E64BE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFD8808C-C282-4E62-88CB-F6F9B4E64BE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFD8808C-C282-4E62-88CB-F6F9B4E64BE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25D19BC5-AD0B-420E-B693-66876A73B753}
EndGlobalSection
EndGlobal