-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDifyWebClient.Net.sln
More file actions
38 lines (38 loc) · 1.86 KB
/
DifyWebClient.Net.sln
File metadata and controls
38 lines (38 loc) · 1.86 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35828.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DifyWebClient.Net", "DifyWebClient.Net\DifyWebClient.Net.csproj", "{49B78D8C-3FA0-4067-A8FA-4DCAC5E97EFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{9FA3D6BD-1EC1-3BA5-80CB-CE02773A58D5}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
README_EN.md = README_EN.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppTest", "ConsoleAppTest\ConsoleAppTest.csproj", "{26A782DF-D828-4A96-BBC7-F5E84883D87F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49B78D8C-3FA0-4067-A8FA-4DCAC5E97EFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49B78D8C-3FA0-4067-A8FA-4DCAC5E97EFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49B78D8C-3FA0-4067-A8FA-4DCAC5E97EFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49B78D8C-3FA0-4067-A8FA-4DCAC5E97EFC}.Release|Any CPU.Build.0 = Release|Any CPU
{26A782DF-D828-4A96-BBC7-F5E84883D87F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26A782DF-D828-4A96-BBC7-F5E84883D87F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26A782DF-D828-4A96-BBC7-F5E84883D87F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26A782DF-D828-4A96-BBC7-F5E84883D87F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE5A46C3-7F5F-4E5F-B78A-E40A54CC9159}
EndGlobalSection
EndGlobal