commit ae3370ac447040485091da7c996661d62ad54943 Author: 4.E Zatko Dominik Date: Wed Oct 1 10:12:51 2025 +0200 add empty project diff --git a/KarnaughMap/.vs/KarnaughMap/FileContentIndex/74ee1064-2018-4b30-b117-0547a64a2025.vsidx b/KarnaughMap/.vs/KarnaughMap/FileContentIndex/74ee1064-2018-4b30-b117-0547a64a2025.vsidx new file mode 100644 index 0000000..f2555f7 Binary files /dev/null and b/KarnaughMap/.vs/KarnaughMap/FileContentIndex/74ee1064-2018-4b30-b117-0547a64a2025.vsidx differ diff --git a/KarnaughMap/.vs/KarnaughMap/v17/.suo b/KarnaughMap/.vs/KarnaughMap/v17/.suo new file mode 100644 index 0000000..5f641d1 Binary files /dev/null and b/KarnaughMap/.vs/KarnaughMap/v17/.suo differ diff --git a/KarnaughMap/KarnaughMap.sln b/KarnaughMap/KarnaughMap.sln new file mode 100644 index 0000000..979d5e0 --- /dev/null +++ b/KarnaughMap/KarnaughMap.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34018.315 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KarnaughMap", "KarnaughMap\KarnaughMap.csproj", "{0F8F1431-618F-4C41-BDAF-1FA509805E7C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0F8F1431-618F-4C41-BDAF-1FA509805E7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0F8F1431-618F-4C41-BDAF-1FA509805E7C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0F8F1431-618F-4C41-BDAF-1FA509805E7C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F8F1431-618F-4C41-BDAF-1FA509805E7C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {17C5B64A-C71B-43FB-B5C6-CA41D345637F} + EndGlobalSection +EndGlobal diff --git a/KarnaughMap/KarnaughMap/KarnaughMap.csproj b/KarnaughMap/KarnaughMap/KarnaughMap.csproj new file mode 100644 index 0000000..f02677b --- /dev/null +++ b/KarnaughMap/KarnaughMap/KarnaughMap.csproj @@ -0,0 +1,10 @@ + + + + Exe + net7.0 + enable + enable + + + diff --git a/KarnaughMap/KarnaughMap/Program.cs b/KarnaughMap/KarnaughMap/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/KarnaughMap/KarnaughMap/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/KarnaughMap/KarnaughMap/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.AssemblyInfo.cs b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.AssemblyInfo.cs new file mode 100644 index 0000000..f03dfbb --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Tento kód byl generován nástrojem. +// Verze modulu runtime:4.0.30319.42000 +// +// Změny tohoto souboru mohou způsobit nesprávné chování a budou ztraceny, +// dojde-li k novému generování kódu. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("KarnaughMap")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("KarnaughMap")] +[assembly: System.Reflection.AssemblyTitleAttribute("KarnaughMap")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Vygenerované třídou WriteCodeFragment nástroje MSBuild + diff --git a/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.AssemblyInfoInputs.cache b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.AssemblyInfoInputs.cache new file mode 100644 index 0000000..66c868c --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +7d327f926909e8b7a48936a58f9241a5dbd5f4a7 diff --git a/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.GeneratedMSBuildEditorConfig.editorconfig b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..a41cb51 --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = KarnaughMap +build_property.ProjectDir = R:\PRG\4E\KarnaughMap\KarnaughMap\ diff --git a/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.GlobalUsings.g.cs b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.assets.cache b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.assets.cache new file mode 100644 index 0000000..0a1f062 Binary files /dev/null and b/KarnaughMap/KarnaughMap/obj/Debug/net7.0/KarnaughMap.assets.cache differ diff --git a/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.dgspec.json b/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.dgspec.json new file mode 100644 index 0000000..9440393 --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.dgspec.json @@ -0,0 +1,68 @@ +{ + "format": 1, + "restore": { + "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\KarnaughMap.csproj": {} + }, + "projects": { + "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\KarnaughMap.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\KarnaughMap.csproj", + "projectName": "KarnaughMap", + "projectPath": "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\KarnaughMap.csproj", + "packagesPath": "C:\\Users\\dominik.zatko\\.nuget\\packages\\", + "outputPath": "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\dominik.zatko\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.g.props b/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.g.props new file mode 100644 index 0000000..a10027f --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\dominik.zatko\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.7.0 + + + + + + \ No newline at end of file diff --git a/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.g.targets b/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/KarnaughMap.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/KarnaughMap/KarnaughMap/obj/project.assets.json b/KarnaughMap/KarnaughMap/obj/project.assets.json new file mode 100644 index 0000000..99dd481 --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/project.assets.json @@ -0,0 +1,74 @@ +{ + "version": 3, + "targets": { + "net7.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net7.0": [] + }, + "packageFolders": { + "C:\\Users\\dominik.zatko\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\KarnaughMap.csproj", + "projectName": "KarnaughMap", + "projectPath": "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\KarnaughMap.csproj", + "packagesPath": "C:\\Users\\dominik.zatko\\.nuget\\packages\\", + "outputPath": "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\dominik.zatko\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/KarnaughMap/KarnaughMap/obj/project.nuget.cache b/KarnaughMap/KarnaughMap/obj/project.nuget.cache new file mode 100644 index 0000000..ed9fcc0 --- /dev/null +++ b/KarnaughMap/KarnaughMap/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "pSke3Nl3YS/bZu/0GP6GTxFSuPVjn/DxkJCt+KmjCla8uPPCc0cbjGes5MHFEbfBWdgwVFb5I4YZ5oDJjzmm7A==", + "success": true, + "projectFilePath": "R:\\PRG\\4E\\KarnaughMap\\KarnaughMap\\KarnaughMap.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file