-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRequester.sln
More file actions
31 lines (31 loc) · 1.56 KB
/
Requester.sln
File metadata and controls
31 lines (31 loc) · 1.56 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Requester", "Requester\Requester.csproj", "{84768300-D34F-43C5-B847-C2F753A97E90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Requester.Tests", "Requester.Tests\Requester.Tests.csproj", "{46D96AE9-8048-4B64-98A0-88C740E73715}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84768300-D34F-43C5-B847-C2F753A97E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84768300-D34F-43C5-B847-C2F753A97E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84768300-D34F-43C5-B847-C2F753A97E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84768300-D34F-43C5-B847-C2F753A97E90}.Release|Any CPU.Build.0 = Release|Any CPU
{46D96AE9-8048-4B64-98A0-88C740E73715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46D96AE9-8048-4B64-98A0-88C740E73715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46D96AE9-8048-4B64-98A0-88C740E73715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46D96AE9-8048-4B64-98A0-88C740E73715}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBA3883A-F402-4917-A8DB-F29DE63285A9}
EndGlobalSection
EndGlobal