diff --git a/DocumentService.Client/DocumentService.Client.csproj b/DocumentService.Client/DocumentService.Client.csproj new file mode 100644 index 0000000..2a573e8 --- /dev/null +++ b/DocumentService.Client/DocumentService.Client.csproj @@ -0,0 +1,35 @@ + + + + net462;net480;net8.0 + bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml + DocumentService.Client + Digital Data GmbH + Digital Data GmbH + DocumentService.Client + Copyright 2026 + icon.png + http://git.dd:3000/AppStd/Rec.git + digital data document service api client + 1.0.0 + 1.0.0.0 + 1.0.0.0 + + enable + enable + latest + + + + + + + + + + True + \ + + + + diff --git a/DocumentService.sln b/DocumentService.sln index c62e00a..af2362a 100644 --- a/DocumentService.sln +++ b/DocumentService.sln @@ -38,6 +38,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2B18D2F8-40C EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D64772B8-6213-4031-8064-2567F1E724F6}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentService.Client", "DocumentService.Client\DocumentService.Client.csproj", "{626E2002-8EC1-4FF9-A9A6-51D5809E26FC}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -64,6 +66,10 @@ Global {32D2E997-3DA7-4061-8A50-DBB34BBC3E5A}.Debug|Any CPU.Build.0 = Debug|Any CPU {32D2E997-3DA7-4061-8A50-DBB34BBC3E5A}.Release|Any CPU.ActiveCfg = Release|Any CPU {32D2E997-3DA7-4061-8A50-DBB34BBC3E5A}.Release|Any CPU.Build.0 = Release|Any CPU + {626E2002-8EC1-4FF9-A9A6-51D5809E26FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {626E2002-8EC1-4FF9-A9A6-51D5809E26FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {626E2002-8EC1-4FF9-A9A6-51D5809E26FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {626E2002-8EC1-4FF9-A9A6-51D5809E26FC}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -78,6 +84,7 @@ Global {0B80DDC4-A13C-4C5F-8520-AA2F3650E884} = {2B18D2F8-40C1-4CA0-99AB-7F98F254FEB8} {62E8F4B3-EA49-41D2-8843-0636EB4421BB} = {2B18D2F8-40C1-4CA0-99AB-7F98F254FEB8} {9BACC18A-5C6D-4678-A43C-A19907AE9CF3} = {2B18D2F8-40C1-4CA0-99AB-7F98F254FEB8} + {626E2002-8EC1-4FF9-A9A6-51D5809E26FC} = {62E8F4B3-EA49-41D2-8843-0636EB4421BB} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {832CA90A-06D6-4312-9B35-16CC665EB37C} diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..d1ea69e Binary files /dev/null and b/assets/icon.png differ