From 0f3ac829853bc3d10c1b1d19aa220aa559aa7c83 Mon Sep 17 00:00:00 2001 From: ss Date: Wed, 29 Jan 2025 11:19:20 +0100 Subject: [PATCH] Add project files. --- objektumorientalt.sln | 25 +++++++++ objektumorientalt/App.config | 6 +++ objektumorientalt/Program.cs | 15 ++++++ objektumorientalt/Properties/AssemblyInfo.cs | 33 ++++++++++++ objektumorientalt/objektumorientalt.csproj | 53 ++++++++++++++++++++ 5 files changed, 132 insertions(+) create mode 100644 objektumorientalt.sln create mode 100644 objektumorientalt/App.config create mode 100644 objektumorientalt/Program.cs create mode 100644 objektumorientalt/Properties/AssemblyInfo.cs create mode 100644 objektumorientalt/objektumorientalt.csproj diff --git a/objektumorientalt.sln b/objektumorientalt.sln new file mode 100644 index 0000000..36700ba --- /dev/null +++ b/objektumorientalt.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35312.102 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "objektumorientalt", "objektumorientalt\objektumorientalt.csproj", "{D9694CA7-4763-4EC1-A259-78016E9930EF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D9694CA7-4763-4EC1-A259-78016E9930EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D9694CA7-4763-4EC1-A259-78016E9930EF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D9694CA7-4763-4EC1-A259-78016E9930EF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D9694CA7-4763-4EC1-A259-78016E9930EF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1C34C299-E342-4808-8D51-CFC17C04359C} + EndGlobalSection +EndGlobal diff --git a/objektumorientalt/App.config b/objektumorientalt/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/objektumorientalt/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/objektumorientalt/Program.cs b/objektumorientalt/Program.cs new file mode 100644 index 0000000..94e34d2 --- /dev/null +++ b/objektumorientalt/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace objektumorientalt +{ + internal class Program + { + static void Main(string[] args) + { + } + } +} diff --git a/objektumorientalt/Properties/AssemblyInfo.cs b/objektumorientalt/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..6716058 --- /dev/null +++ b/objektumorientalt/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +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("objektumorientalt")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("objektumorientalt")] +[assembly: AssemblyCopyright("Copyright © 2025")] +[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("d9694ca7-4763-4ec1-a259-78016e9930ef")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/objektumorientalt/objektumorientalt.csproj b/objektumorientalt/objektumorientalt.csproj new file mode 100644 index 0000000..a166c38 --- /dev/null +++ b/objektumorientalt/objektumorientalt.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {D9694CA7-4763-4EC1-A259-78016E9930EF} + Exe + objektumorientalt + objektumorientalt + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file