This repository has been archived by the owner on May 17, 2023. It is now read-only.
forked from ryan-codingintrigue/Contentful.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contentful.NET.sln
49 lines (49 loc) · 2.83 KB
/
Contentful.NET.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E1E0E1C4-5F20-4F20-A4EC-FE08537B161E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contentful.NET.Tests", "Contentful.NET.Tests\Contentful.NET.Tests.csproj", "{9D559AF3-4278-4C85-8D3A-DBCD00BB9C3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KitchenSink", "KitchenSink\KitchenSink.csproj", "{B3CEA502-1B76-470C-AA01-E781D8A08FAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contentful.NET", "Contentful.NET\Contentful.NET.csproj", "{9E3DA13C-5E34-4B8D-93DE-8DB1F8FDC2CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contentful.Net.Framework", "Contentful.Net.Framework\Contentful.Net.Framework.csproj", "{C8F07C9B-AD52-498F-B32D-36425A68D1D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D559AF3-4278-4C85-8D3A-DBCD00BB9C3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D559AF3-4278-4C85-8D3A-DBCD00BB9C3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D559AF3-4278-4C85-8D3A-DBCD00BB9C3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D559AF3-4278-4C85-8D3A-DBCD00BB9C3C}.Release|Any CPU.Build.0 = Release|Any CPU
{B3CEA502-1B76-470C-AA01-E781D8A08FAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3CEA502-1B76-470C-AA01-E781D8A08FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3CEA502-1B76-470C-AA01-E781D8A08FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3CEA502-1B76-470C-AA01-E781D8A08FAD}.Release|Any CPU.Build.0 = Release|Any CPU
{9E3DA13C-5E34-4B8D-93DE-8DB1F8FDC2CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E3DA13C-5E34-4B8D-93DE-8DB1F8FDC2CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E3DA13C-5E34-4B8D-93DE-8DB1F8FDC2CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E3DA13C-5E34-4B8D-93DE-8DB1F8FDC2CF}.Release|Any CPU.Build.0 = Release|Any CPU
{C8F07C9B-AD52-498F-B32D-36425A68D1D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8F07C9B-AD52-498F-B32D-36425A68D1D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8F07C9B-AD52-498F-B32D-36425A68D1D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8F07C9B-AD52-498F-B32D-36425A68D1D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {627F6101-0226-4ABB-9F82-0B10A9BD5DF6}
EndGlobalSection
EndGlobal