-
Notifications
You must be signed in to change notification settings - Fork 4
/
ConfigCat.Cli.sln
49 lines (49 loc) · 3.17 KB
/
ConfigCat.Cli.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 Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCat.Cli", "src\ConfigCat.Cli\ConfigCat.Cli.csproj", "{CAC1AC6D-3B4F-4A71-B6CC-B924DCCC9539}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCat.Cli.Models", "src\ConfigCat.Cli.Models\ConfigCat.Cli.Models.csproj", "{0872D8CD-6428-440D-8385-0DD69D0A6DCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCat.Cli.Services", "src\ConfigCat.Cli.Services\ConfigCat.Cli.Services.csproj", "{FD09655A-0C4A-4197-A148-636625CE9EA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCat.Cli.DocGenerator", "src\ConfigCat.Cli.DocGenerator\ConfigCat.Cli.DocGenerator.csproj", "{0F78FDC4-08AB-4C6C-9189-1D420E599054}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCat.Cli.Tests", "test\ConfigCat.Cli.Tests\ConfigCat.Cli.Tests.csproj", "{3AD57030-BE3A-4210-A771-4D6F30975FED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CAC1AC6D-3B4F-4A71-B6CC-B924DCCC9539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC1AC6D-3B4F-4A71-B6CC-B924DCCC9539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC1AC6D-3B4F-4A71-B6CC-B924DCCC9539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC1AC6D-3B4F-4A71-B6CC-B924DCCC9539}.Release|Any CPU.Build.0 = Release|Any CPU
{0872D8CD-6428-440D-8385-0DD69D0A6DCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0872D8CD-6428-440D-8385-0DD69D0A6DCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0872D8CD-6428-440D-8385-0DD69D0A6DCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0872D8CD-6428-440D-8385-0DD69D0A6DCF}.Release|Any CPU.Build.0 = Release|Any CPU
{FD09655A-0C4A-4197-A148-636625CE9EA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD09655A-0C4A-4197-A148-636625CE9EA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD09655A-0C4A-4197-A148-636625CE9EA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD09655A-0C4A-4197-A148-636625CE9EA7}.Release|Any CPU.Build.0 = Release|Any CPU
{0F78FDC4-08AB-4C6C-9189-1D420E599054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F78FDC4-08AB-4C6C-9189-1D420E599054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F78FDC4-08AB-4C6C-9189-1D420E599054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F78FDC4-08AB-4C6C-9189-1D420E599054}.Release|Any CPU.Build.0 = Release|Any CPU
{3AD57030-BE3A-4210-A771-4D6F30975FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AD57030-BE3A-4210-A771-4D6F30975FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AD57030-BE3A-4210-A771-4D6F30975FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AD57030-BE3A-4210-A771-4D6F30975FED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BC614E8-DE50-4E9A-B5D3-256B88BB86C8}
EndGlobalSection
EndGlobal