forked from kontent-ai/management-sdk-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kontent.Ai.Management.sln
48 lines (48 loc) · 2.92 KB
/
Kontent.Ai.Management.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32203.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontent.Ai.Management", "Kontent.Ai.Management\Kontent.Ai.Management.csproj", "{3F7CE0EF-5E4C-4380-A4BF-14F34E7E6711}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontent.Ai.Management.Tests", "Kontent.Ai.Management.Tests\Kontent.Ai.Management.Tests.csproj", "{296EA7E5-2B55-48D3-B0B5-6FFB5390FEB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontent.Ai.Management.Helpers", "Kontent.Ai.Management.Helpers\Kontent.Ai.Management.Helpers.csproj", "{B473043B-1B7F-4AE8-BF7C-5AF2CAFB3F12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontent.Ai.Management.Helpers.Tests", "Kontent.Ai.Management.Helpers.Tests\Kontent.Ai.Management.Helpers.Tests.csproj", "{A320E9B4-77D3-4567-B753-DE12AD4DBD94}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57DEC162-A67F-4DBC-80EB-94DC8B8E91C7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F7CE0EF-5E4C-4380-A4BF-14F34E7E6711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F7CE0EF-5E4C-4380-A4BF-14F34E7E6711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F7CE0EF-5E4C-4380-A4BF-14F34E7E6711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F7CE0EF-5E4C-4380-A4BF-14F34E7E6711}.Release|Any CPU.Build.0 = Release|Any CPU
{296EA7E5-2B55-48D3-B0B5-6FFB5390FEB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{296EA7E5-2B55-48D3-B0B5-6FFB5390FEB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{296EA7E5-2B55-48D3-B0B5-6FFB5390FEB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{296EA7E5-2B55-48D3-B0B5-6FFB5390FEB7}.Release|Any CPU.Build.0 = Release|Any CPU
{B473043B-1B7F-4AE8-BF7C-5AF2CAFB3F12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B473043B-1B7F-4AE8-BF7C-5AF2CAFB3F12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B473043B-1B7F-4AE8-BF7C-5AF2CAFB3F12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B473043B-1B7F-4AE8-BF7C-5AF2CAFB3F12}.Release|Any CPU.Build.0 = Release|Any CPU
{A320E9B4-77D3-4567-B753-DE12AD4DBD94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A320E9B4-77D3-4567-B753-DE12AD4DBD94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A320E9B4-77D3-4567-B753-DE12AD4DBD94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A320E9B4-77D3-4567-B753-DE12AD4DBD94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC15DE85-A035-476F-AE59-33B38AB917C4}
EndGlobalSection
EndGlobal