-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFetch.Api.sln
25 lines (25 loc) · 1.38 KB
/
Fetch.Api.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Web Developer Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fetch.Api", "Fetch.Api\Fetch.Api.csproj", "{20E1A657-E531-47EF-90DA-16AC1C145CAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fetch.Tests", "Fetch.Tests\Fetch.Tests.csproj", "{495557BA-1814-4580-9894-AD6B2379770E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20E1A657-E531-47EF-90DA-16AC1C145CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20E1A657-E531-47EF-90DA-16AC1C145CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20E1A657-E531-47EF-90DA-16AC1C145CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20E1A657-E531-47EF-90DA-16AC1C145CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{495557BA-1814-4580-9894-AD6B2379770E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{495557BA-1814-4580-9894-AD6B2379770E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{495557BA-1814-4580-9894-AD6B2379770E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{495557BA-1814-4580-9894-AD6B2379770E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal