From f46a0627ce620af1b14d94b80730835c8af24ed1 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 29 Jul 2024 11:17:25 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20DigitalData.Core.Client=20um=20.NET=20F?= =?UTF-8?q?ramework-Unterst=C3=BCtzung=20erweitert=20durch=20Erstellung=20?= =?UTF-8?q?des=20DigitalData.Core.Client.Legacy-Projekts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DigitalData.Core.Client.Legacy.csproj | 65 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 36 ++++++++++ .../packages.config | 8 +++ DigitalData.Core.sln | 8 ++- 4 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 DigitalData.Core.Client.Legacy/DigitalData.Core.Client.Legacy.csproj create mode 100644 DigitalData.Core.Client.Legacy/Properties/AssemblyInfo.cs create mode 100644 DigitalData.Core.Client.Legacy/packages.config diff --git a/DigitalData.Core.Client.Legacy/DigitalData.Core.Client.Legacy.csproj b/DigitalData.Core.Client.Legacy/DigitalData.Core.Client.Legacy.csproj new file mode 100644 index 0000000..20cf1e0 --- /dev/null +++ b/DigitalData.Core.Client.Legacy/DigitalData.Core.Client.Legacy.csproj @@ -0,0 +1,65 @@ + + + + + Debug + AnyCPU + {E009A053-A9F4-48F2-984F-EF5C376A9B14} + Library + Properties + DigitalData.Core.Client.Legacy + DigitalData.Core.Client.Legacy + v4.6.2 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + + ..\packages\Microsoft.Extensions.DependencyInjection.8.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.dll + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DigitalData.Core.Client.Legacy/Properties/AssemblyInfo.cs b/DigitalData.Core.Client.Legacy/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0ef194c --- /dev/null +++ b/DigitalData.Core.Client.Legacy/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("DigitalData.Core.Client.Legacy")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Digital Data GmbH")] +[assembly: AssemblyProduct("DigitalData.Core.Client.Legacy")] +[assembly: AssemblyCopyright("Copyright © Digital Data GmbH 2024")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("e009a053-a9f4-48f2-984f-ef5c376a9b14")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/DigitalData.Core.Client.Legacy/packages.config b/DigitalData.Core.Client.Legacy/packages.config new file mode 100644 index 0000000..41208c5 --- /dev/null +++ b/DigitalData.Core.Client.Legacy/packages.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/DigitalData.Core.sln b/DigitalData.Core.sln index ea78a17..ae76110 100644 --- a/DigitalData.Core.sln +++ b/DigitalData.Core.sln @@ -17,7 +17,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Client", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.Abstractions", "DigitalData.Core.Abstractions\DigitalData.Core.Abstractions.csproj", "{13E40DF1-6123-4838-9BF8-086C94E6ADF6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DigitalData.Core.ConsoleApp", "DigitalData.Core.ConsoleApp\DigitalData.Core.ConsoleApp.csproj", "{344EEF74-83DD-480A-A1A4-F62E0E3F2102}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalData.Core.ConsoleApp", "DigitalData.Core.ConsoleApp\DigitalData.Core.ConsoleApp.csproj", "{344EEF74-83DD-480A-A1A4-F62E0E3F2102}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DigitalData.Core.Client.Legacy", "DigitalData.Core.Client.Legacy\DigitalData.Core.Client.Legacy.csproj", "{E009A053-A9F4-48F2-984F-EF5C376A9B14}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -56,6 +58,10 @@ Global {344EEF74-83DD-480A-A1A4-F62E0E3F2102}.Debug|Any CPU.Build.0 = Debug|Any CPU {344EEF74-83DD-480A-A1A4-F62E0E3F2102}.Release|Any CPU.ActiveCfg = Release|Any CPU {344EEF74-83DD-480A-A1A4-F62E0E3F2102}.Release|Any CPU.Build.0 = Release|Any CPU + {E009A053-A9F4-48F2-984F-EF5C376A9B14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E009A053-A9F4-48F2-984F-EF5C376A9B14}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E009A053-A9F4-48F2-984F-EF5C376A9B14}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E009A053-A9F4-48F2-984F-EF5C376A9B14}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE