-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPoliNorError.Extensions.Http.sln
More file actions
31 lines (31 loc) · 1.62 KB
/
PoliNorError.Extensions.Http.sln
File metadata and controls
31 lines (31 loc) · 1.62 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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoliNorError.Extensions.Http", "src\PoliNorError.Extensions.Http.csproj", "{B2FA88D9-6CC1-4327-8641-87A78A1B3F90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoliNorError.Extensions.Http.Tests", "tests\PoliNorError.Extensions.Http.Tests.csproj", "{96D4CF35-C62E-4A61-8BF1-819C28A0C77A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2FA88D9-6CC1-4327-8641-87A78A1B3F90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2FA88D9-6CC1-4327-8641-87A78A1B3F90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2FA88D9-6CC1-4327-8641-87A78A1B3F90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2FA88D9-6CC1-4327-8641-87A78A1B3F90}.Release|Any CPU.Build.0 = Release|Any CPU
{96D4CF35-C62E-4A61-8BF1-819C28A0C77A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96D4CF35-C62E-4A61-8BF1-819C28A0C77A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96D4CF35-C62E-4A61-8BF1-819C28A0C77A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96D4CF35-C62E-4A61-8BF1-819C28A0C77A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A48FC650-32E8-4EEE-99D5-796DE744AABE}
EndGlobalSection
EndGlobal