-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGroupDocs.Viewer.Cli.sln
49 lines (49 loc) · 3.21 KB
/
GroupDocs.Viewer.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 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroupDocs.Viewer.Cli.Utils", "src\GroupDocs.Viewer.Cli.Utils\GroupDocs.Viewer.Cli.Utils.csproj", "{35D43AEF-5BEE-460F-B2F0-D082E45FB166}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroupDocs.Viewer.Cli.Common", "src\GroupDocs.Viewer.Cli.Common\GroupDocs.Viewer.Cli.Common.csproj", "{03DA0C40-CE2B-422A-B5C3-39D1099E0846}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroupDocs.Viewer.Cli", "src\GroupDocs.Viewer.Cli\GroupDocs.Viewer.Cli.csproj", "{0139C344-44D8-4863-8702-B95808551935}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroupDocs.Viewer.Cli.Tests", "src\GroupDocs.Viewer.Cli.Tests\GroupDocs.Viewer.Cli.Tests.csproj", "{2A9CC368-5545-4631-B5C2-5DC8E51BB861}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroupDocs.Viewer.Cli.Tests.Docker", "src\GroupDocs.Viewer.Cli.Tests.Docker\GroupDocs.Viewer.Cli.Tests.Docker.csproj", "{C37582FF-3ADE-4381-88BF-D09F71C05791}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35D43AEF-5BEE-460F-B2F0-D082E45FB166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35D43AEF-5BEE-460F-B2F0-D082E45FB166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35D43AEF-5BEE-460F-B2F0-D082E45FB166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35D43AEF-5BEE-460F-B2F0-D082E45FB166}.Release|Any CPU.Build.0 = Release|Any CPU
{03DA0C40-CE2B-422A-B5C3-39D1099E0846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03DA0C40-CE2B-422A-B5C3-39D1099E0846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03DA0C40-CE2B-422A-B5C3-39D1099E0846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03DA0C40-CE2B-422A-B5C3-39D1099E0846}.Release|Any CPU.Build.0 = Release|Any CPU
{0139C344-44D8-4863-8702-B95808551935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0139C344-44D8-4863-8702-B95808551935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0139C344-44D8-4863-8702-B95808551935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0139C344-44D8-4863-8702-B95808551935}.Release|Any CPU.Build.0 = Release|Any CPU
{2A9CC368-5545-4631-B5C2-5DC8E51BB861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A9CC368-5545-4631-B5C2-5DC8E51BB861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A9CC368-5545-4631-B5C2-5DC8E51BB861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A9CC368-5545-4631-B5C2-5DC8E51BB861}.Release|Any CPU.Build.0 = Release|Any CPU
{C37582FF-3ADE-4381-88BF-D09F71C05791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C37582FF-3ADE-4381-88BF-D09F71C05791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C37582FF-3ADE-4381-88BF-D09F71C05791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C37582FF-3ADE-4381-88BF-D09F71C05791}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06774066-6EC8-4198-B4E4-D456B999A70D}
EndGlobalSection
EndGlobal