-
Notifications
You must be signed in to change notification settings - Fork 14
/
Umbraco.Headless.Client.Net.sln
37 lines (37 loc) · 2.2 KB
/
Umbraco.Headless.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Headless.Client.Net", "src\Umbraco.Headless.Client.Net\Umbraco.Headless.Client.Net.csproj", "{53D4AE7E-8304-46E0-B3DD-5D25F71C8281}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Headless.Client.Net.Tests", "test\Umbraco.Headless.Client.Net.Tests\Umbraco.Headless.Client.Net.Tests.csproj", "{8D6C2859-3CE9-4192-9F28-A01FD93CEC50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Headless.Client.Net.Web", "src\Umbraco.Headless.Client.Net.Web\Umbraco.Headless.Client.Net.Web.csproj", "{305D34D5-0B2B-429B-8ABF-60C0F114352C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53D4AE7E-8304-46E0-B3DD-5D25F71C8281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53D4AE7E-8304-46E0-B3DD-5D25F71C8281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53D4AE7E-8304-46E0-B3DD-5D25F71C8281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53D4AE7E-8304-46E0-B3DD-5D25F71C8281}.Release|Any CPU.Build.0 = Release|Any CPU
{8D6C2859-3CE9-4192-9F28-A01FD93CEC50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D6C2859-3CE9-4192-9F28-A01FD93CEC50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D6C2859-3CE9-4192-9F28-A01FD93CEC50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D6C2859-3CE9-4192-9F28-A01FD93CEC50}.Release|Any CPU.Build.0 = Release|Any CPU
{305D34D5-0B2B-429B-8ABF-60C0F114352C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{305D34D5-0B2B-429B-8ABF-60C0F114352C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{305D34D5-0B2B-429B-8ABF-60C0F114352C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{305D34D5-0B2B-429B-8ABF-60C0F114352C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF8CAF29-F48E-475A-BEF5-E1DD128BD7B6}
EndGlobalSection
EndGlobal