Skip to content

Commit b21cb8e

Browse files
committed
Implement GroupDocs.Viewer.UI.Api.NetFramework
implement GroupDocs.Viewer.UI.SelfHost.Api.NetFramework configure routing for API move common cross platform code into shared libs sample GroupDocs.Viewer.UI.SelfHosted.App.NetFramework.Sample
1 parent 475783f commit b21cb8e

File tree

98 files changed

+3204
-869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3204
-869
lines changed

GroupDocs.Viewer.UI.sln

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Viewer.UI.NetFram
7979
EndProject
8080
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Viewer.UI.NetFramework.Sample", "samples\GroupDocs.Viewer.UI.NetFramework.Sample\GroupDocs.Viewer.UI.NetFramework.Sample.csproj", "{32473C1D-45A7-4650-ABFE-C36530D63B83}"
8181
EndProject
82+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Viewer.UI.Api.NetFramework", "src\GroupDocs.Viewer.UI.Api.NetFramework\GroupDocs.Viewer.UI.Api.NetFramework.csproj", "{AC15DC30-0034-4438-9637-DC3ACC4A1719}"
83+
EndProject
84+
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GroupDocs.Viewer.UI.Api.Shared", "src\GroupDocs.Viewer.UI.Api.Shared\GroupDocs.Viewer.UI.Api.Shared.shproj", "{41B17B3E-6E40-49BC-8ADA-F5802BE1E46A}"
85+
EndProject
86+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Viewer.UI.SelfHost.Api.NetFramework", "src\GroupDocs.Viewer.UI.SelfHost.Api.NetFramework\GroupDocs.Viewer.UI.SelfHost.Api.NetFramework.csproj", "{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}"
87+
EndProject
88+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Viewer.UI.SelfHosted.App.NetFramework.Sample", "samples\GroupDocs.Viewer.UI.SelfHosted.App.NetFramework.Sample\GroupDocs.Viewer.UI.SelfHosted.App.NetFramework.Sample.csproj", "{CDF01695-3A8A-436A-AF17-B89561CB4612}"
89+
EndProject
8290
Global
8391
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8492
Debug|Any CPU = Debug|Any CPU
@@ -377,6 +385,42 @@ Global
377385
{32473C1D-45A7-4650-ABFE-C36530D63B83}.Release|x64.Build.0 = Release|Any CPU
378386
{32473C1D-45A7-4650-ABFE-C36530D63B83}.Release|x86.ActiveCfg = Release|Any CPU
379387
{32473C1D-45A7-4650-ABFE-C36530D63B83}.Release|x86.Build.0 = Release|Any CPU
388+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
389+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Debug|Any CPU.Build.0 = Debug|Any CPU
390+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Debug|x64.ActiveCfg = Debug|Any CPU
391+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Debug|x64.Build.0 = Debug|Any CPU
392+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Debug|x86.ActiveCfg = Debug|Any CPU
393+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Debug|x86.Build.0 = Debug|Any CPU
394+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Release|Any CPU.ActiveCfg = Release|Any CPU
395+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Release|Any CPU.Build.0 = Release|Any CPU
396+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Release|x64.ActiveCfg = Release|Any CPU
397+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Release|x64.Build.0 = Release|Any CPU
398+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Release|x86.ActiveCfg = Release|Any CPU
399+
{AC15DC30-0034-4438-9637-DC3ACC4A1719}.Release|x86.Build.0 = Release|Any CPU
400+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
401+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Debug|Any CPU.Build.0 = Debug|Any CPU
402+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Debug|x64.ActiveCfg = Debug|Any CPU
403+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Debug|x64.Build.0 = Debug|Any CPU
404+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Debug|x86.ActiveCfg = Debug|Any CPU
405+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Debug|x86.Build.0 = Debug|Any CPU
406+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Release|Any CPU.ActiveCfg = Release|Any CPU
407+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Release|Any CPU.Build.0 = Release|Any CPU
408+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Release|x64.ActiveCfg = Release|Any CPU
409+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Release|x64.Build.0 = Release|Any CPU
410+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Release|x86.ActiveCfg = Release|Any CPU
411+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F}.Release|x86.Build.0 = Release|Any CPU
412+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
413+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Debug|Any CPU.Build.0 = Debug|Any CPU
414+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Debug|x64.ActiveCfg = Debug|Any CPU
415+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Debug|x64.Build.0 = Debug|Any CPU
416+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Debug|x86.ActiveCfg = Debug|Any CPU
417+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Debug|x86.Build.0 = Debug|Any CPU
418+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Release|Any CPU.ActiveCfg = Release|Any CPU
419+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Release|Any CPU.Build.0 = Release|Any CPU
420+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Release|x64.ActiveCfg = Release|Any CPU
421+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Release|x64.Build.0 = Release|Any CPU
422+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Release|x86.ActiveCfg = Release|Any CPU
423+
{CDF01695-3A8A-436A-AF17-B89561CB4612}.Release|x86.Build.0 = Release|Any CPU
380424
EndGlobalSection
381425
GlobalSection(SolutionProperties) = preSolution
382426
HideSolutionNode = FALSE
@@ -409,16 +453,24 @@ Global
409453
{F03A7F28-A7FA-41FF-AAD1-FB2E677620F8} = {F01C54A8-0505-4D3F-B12C-FEB3F827509E}
410454
{00F00AC2-1341-4CA5-B1A6-CD9A61BD8553} = {F01C54A8-0505-4D3F-B12C-FEB3F827509E}
411455
{32473C1D-45A7-4650-ABFE-C36530D63B83} = {98234968-D728-4D2D-B985-88A63DF6541A}
456+
{AC15DC30-0034-4438-9637-DC3ACC4A1719} = {F01C54A8-0505-4D3F-B12C-FEB3F827509E}
457+
{41B17B3E-6E40-49BC-8ADA-F5802BE1E46A} = {F01C54A8-0505-4D3F-B12C-FEB3F827509E}
458+
{E4BF6CE5-487B-42F8-BEA1-2D678F08040F} = {F01C54A8-0505-4D3F-B12C-FEB3F827509E}
459+
{CDF01695-3A8A-436A-AF17-B89561CB4612} = {98234968-D728-4D2D-B985-88A63DF6541A}
412460
EndGlobalSection
413461
GlobalSection(ExtensibilityGlobals) = postSolution
414462
SolutionGuid = {D7F2C427-C9AB-4B55-B1F9-C41195D7CD6C}
415463
EndGlobalSection
416464
GlobalSection(SharedMSBuildProjectFiles) = preSolution
417465
src\Groupdocs.Viewer.UI.AngularApp.Shared\Groupdocs.Viewer.UI.AngularApp.Shared.projitems*{00f00ac2-1341-4ca5-b1a6-cd9a61bd8553}*SharedItemsImports = 4
418466
src\GroupDocs.Viewer.UI.SelfHost.Api.Shared\GroupDocs.Viewer.UI.SelfHost.Api.Shared.projitems*{1c1abd7f-def9-4bdc-85e0-d71e9f69b1eb}*SharedItemsImports = 5
467+
src\GroupDocs.Viewer.UI.Api.Shared\GroupDocs.Viewer.UI.Api.Shared.projitems*{41b17b3e-6e40-49bc-8ada-f5802be1e46a}*SharedItemsImports = 13
419468
src\Groupdocs.Viewer.UI.AngularApp.Shared\Groupdocs.Viewer.UI.AngularApp.Shared.projitems*{5c6bc102-0999-41ec-b054-9aab28316024}*SharedItemsImports = 5
469+
src\GroupDocs.Viewer.UI.Api.Shared\GroupDocs.Viewer.UI.Api.Shared.projitems*{9bb10a8b-a096-47a0-b776-e35b9dd9f55c}*SharedItemsImports = 5
420470
src\GroupDocs.Viewer.UI.SelfHost.Api.Shared\GroupDocs.Viewer.UI.SelfHost.Api.Shared.projitems*{aad560b8-55db-44ee-91ac-5f3449537d0d}*SharedItemsImports = 5
471+
src\GroupDocs.Viewer.UI.Api.Shared\GroupDocs.Viewer.UI.Api.Shared.projitems*{ac15dc30-0034-4438-9637-dc3acc4a1719}*SharedItemsImports = 5
421472
src\GroupDocs.Viewer.UI.SelfHost.Api.Shared\GroupDocs.Viewer.UI.SelfHost.Api.Shared.projitems*{cd2cffff-ec3b-4709-bcfd-fae4b05d3769}*SharedItemsImports = 13
473+
src\GroupDocs.Viewer.UI.SelfHost.Api.Shared\GroupDocs.Viewer.UI.SelfHost.Api.Shared.projitems*{e4bf6ce5-487b-42f8-bea1-2d678f08040f}*SharedItemsImports = 5
422474
src\Groupdocs.Viewer.UI.AngularApp.Shared\Groupdocs.Viewer.UI.AngularApp.Shared.projitems*{f03a7f28-a7fa-41ff-aad1-fb2e677620f8}*SharedItemsImports = 13
423475
EndGlobalSection
424476
EndGlobal

build/dependencies.props

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project>
22
<PropertyGroup Label="SDK Versions">
33
<NetVersions>net6.0;net8.0</NetVersions>
4-
<NetStandardVersion>netstandard2.0</NetStandardVersion>
4+
<NetAndFrameworkVersion>net6.0;net8.0;net462</NetAndFrameworkVersion>
5+
<NetVersions462>net462</NetVersions462>
56
<LangVersion>latest</LangVersion>
67
</PropertyGroup>
78

@@ -17,20 +18,17 @@
1718

1819
<PropertyGroup Label="Package Versions">
1920
<GroupDocsViewer>24.12.0</GroupDocsViewer>
20-
2121
<MicrosoftExtensionsHttp>8.0.1</MicrosoftExtensionsHttp>
22+
<MicrosoftExtensionsDependencyInjectionAbstractions>8.0.1</MicrosoftExtensionsDependencyInjectionAbstractions>
2223
<MicrosoftExtensionsDependencyInjectionAbstractions>8.0.2</MicrosoftExtensionsDependencyInjectionAbstractions>
2324
<MicrosoftExtensionsConfiguration>8.0.0</MicrosoftExtensionsConfiguration>
2425
<MicrosoftExtensionsConfigurationAbstractions>8.0.0</MicrosoftExtensionsConfigurationAbstractions>
2526
<MicrosoftExtensionsConfigurationBinder>8.0.2</MicrosoftExtensionsConfigurationBinder>
2627
<MicrosoftExtensionsCachingMemory>8.0.1</MicrosoftExtensionsCachingMemory>
2728
<SystemFormatsAsn1>8.0.1</SystemFormatsAsn1>
28-
2929
<SystemTextJson>8.0.5</SystemTextJson>
30-
3130
<AzureBlobs>12.23.0</AzureBlobs>
3231
<AwsSdkS3>3.7.410.8</AwsSdkS3>
33-
3432
<MicrosoftSourceLinkGithub>8.0.0</MicrosoftSourceLinkGithub>
3533
</PropertyGroup>
3634

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)