-
Notifications
You must be signed in to change notification settings - Fork 1
/
Newtonsoft.Json.DependencyInjection.sln
31 lines (31 loc) · 1.65 KB
/
Newtonsoft.Json.DependencyInjection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Newtonsoft.Json.Ninject", "Newtonsoft.Json.Ninject\Newtonsoft.Json.Ninject.csproj", "{ED3250E4-0D27-4B1F-8C98-4BAC90F0AB9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Newtonsoft.Json.Ninject.Tests", "Newtonsoft.Json.Ninject.Tests\Newtonsoft.Json.Ninject.Tests.csproj", "{62CC809F-B432-4D60-84D0-64CA7FEC928C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED3250E4-0D27-4B1F-8C98-4BAC90F0AB9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED3250E4-0D27-4B1F-8C98-4BAC90F0AB9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED3250E4-0D27-4B1F-8C98-4BAC90F0AB9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED3250E4-0D27-4B1F-8C98-4BAC90F0AB9E}.Release|Any CPU.Build.0 = Release|Any CPU
{62CC809F-B432-4D60-84D0-64CA7FEC928C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62CC809F-B432-4D60-84D0-64CA7FEC928C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62CC809F-B432-4D60-84D0-64CA7FEC928C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62CC809F-B432-4D60-84D0-64CA7FEC928C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {249B4F9B-B05F-4CCD-AE35-25E003F9714F}
EndGlobalSection
EndGlobal