-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathGradio.Net.sln
55 lines (55 loc) · 3.2 KB
/
Gradio.Net.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
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}") = "Demo.AspNetCore", "Demo.AspNetCore\Demo.AspNetCore.csproj", "{AB717BDB-6555-44AA-A367-0EC05A13E8F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gradio.Net", "Gradio.Net\Gradio.Net.csproj", "{9E717197-6897-4C77-87D4-1C3161A4C6BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9049476-4AC5-4960-A33D-472400F5E820}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gradio.Net.AspNetCore", "Gradio.Net.AspNetCore\Gradio.Net.AspNetCore.csproj", "{C1AEB66B-E9A6-4EAC-B605-B79CA1269BC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{059D3B12-6259-4E0A-B61D-4DFA59074296}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "readme_files", "readme_files", "{D270B5CB-D16A-4C8D-8A7B-0EFBDC6918E8}"
ProjectSection(SolutionItems) = preProject
readme_files\chatbot_demo.md = readme_files\chatbot_demo.md
readme_files\form_demo.md = readme_files\form_demo.md
readme_files\layout_demo.md = readme_files\layout_demo.md
readme_files\media_demo.md = readme_files\media_demo.md
readme_files\progress_demo.md = readme_files\progress_demo.md
readme_files\README_zh-cn.md = readme_files\README_zh-cn.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB717BDB-6555-44AA-A367-0EC05A13E8F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB717BDB-6555-44AA-A367-0EC05A13E8F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB717BDB-6555-44AA-A367-0EC05A13E8F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB717BDB-6555-44AA-A367-0EC05A13E8F0}.Release|Any CPU.Build.0 = Release|Any CPU
{9E717197-6897-4C77-87D4-1C3161A4C6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E717197-6897-4C77-87D4-1C3161A4C6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E717197-6897-4C77-87D4-1C3161A4C6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E717197-6897-4C77-87D4-1C3161A4C6BD}.Release|Any CPU.Build.0 = Release|Any CPU
{C1AEB66B-E9A6-4EAC-B605-B79CA1269BC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1AEB66B-E9A6-4EAC-B605-B79CA1269BC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1AEB66B-E9A6-4EAC-B605-B79CA1269BC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1AEB66B-E9A6-4EAC-B605-B79CA1269BC1}.Release|Any CPU.Build.0 = Release|Any CPU
{059D3B12-6259-4E0A-B61D-4DFA59074296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{059D3B12-6259-4E0A-B61D-4DFA59074296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{059D3B12-6259-4E0A-B61D-4DFA59074296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{059D3B12-6259-4E0A-B61D-4DFA59074296}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A68FA315-516B-4431-9B4B-E2C75C3D527E}
EndGlobalSection
EndGlobal