-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSRequest.sln
37 lines (37 loc) · 1.83 KB
/
CSRequest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSRequest", "CSRequest\CSRequest.csproj", "{A375C0FE-0F9B-40F6-B087-C8DB6D59A417}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSRequest.Test", "CSRequest.Test\CSRequest.Test.csproj", "{E78F7253-F616-450D-81BD-6BA6CEF3C745}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_git", "_git", "{B6B272FC-59CA-4596-A759-FBD0258F5AF9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A375C0FE-0F9B-40F6-B087-C8DB6D59A417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A375C0FE-0F9B-40F6-B087-C8DB6D59A417}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A375C0FE-0F9B-40F6-B087-C8DB6D59A417}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A375C0FE-0F9B-40F6-B087-C8DB6D59A417}.Release|Any CPU.Build.0 = Release|Any CPU
{E78F7253-F616-450D-81BD-6BA6CEF3C745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E78F7253-F616-450D-81BD-6BA6CEF3C745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E78F7253-F616-450D-81BD-6BA6CEF3C745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E78F7253-F616-450D-81BD-6BA6CEF3C745}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD1C3704-ACE9-44F6-8C87-9374F0053F66}
EndGlobalSection
EndGlobal