1 Star 0 Fork 11

19级软件2班 / dotnet初始化webapi项目并且进行restfull测试的demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Admin3000.Backend.sln 1.70 KB
一键复制 编辑 原始数据 按行查看 历史

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Admin3000.Backend.Api", "Admin3000.Backend.Api\Admin3000.Backend.Api.csproj", "{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Debug|x64.ActiveCfg = Debug|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Debug|x64.Build.0 = Debug|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Debug|x86.ActiveCfg = Debug|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Debug|x86.Build.0 = Debug|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Release|Any CPU.Build.0 = Release|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Release|x64.ActiveCfg = Release|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Release|x64.Build.0 = Release|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Release|x86.ActiveCfg = Release|Any CPU
{F4B6A346-4316-4E0E-BB48-DFDDC0908DE7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
C#
1
https://gitee.com/grade19_soft_class2/Admin3000.Backend.git
git@gitee.com:grade19_soft_class2/Admin3000.Backend.git
grade19_soft_class2
Admin3000.Backend
dotnet初始化webapi项目并且进行restfull测试的demo
master

搜索帮助