added comments and wpf base

This commit is contained in:
4.E Zatko Dominik 2025-10-01 11:42:03 +02:00
parent 74c6a87254
commit ab86652859
146 changed files with 2046 additions and 290 deletions

View file

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]

View file

@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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+74c6a872546677f322ac3b2a7973154fe3543dc1")]
[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

View file

@ -0,0 +1 @@
9599c76307378650c19ce67e92e1f34d0b326c9372c6a069ee2d4ce4246edccc

View file

@ -0,0 +1,15 @@
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\Kmap-solver\karnaugh-map\CS-kmap\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 7.0
build_property.EnableCodeStyleSeverity =

View file

@ -0,0 +1,8 @@
// <auto-generated/>
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;

View file

@ -0,0 +1 @@
a5a37de37410f5d1c256cbeaaa3d3d524c9311aa5afbf82e9b6fe3bb78befcf5

View file

@ -0,0 +1,42 @@
R:\PRG\4E\KarnaughMap\KarnaughMap\bin\Debug\net7.0\KarnaughMap.exe
R:\PRG\4E\KarnaughMap\KarnaughMap\bin\Debug\net7.0\KarnaughMap.deps.json
R:\PRG\4E\KarnaughMap\KarnaughMap\bin\Debug\net7.0\KarnaughMap.runtimeconfig.json
R:\PRG\4E\KarnaughMap\KarnaughMap\bin\Debug\net7.0\KarnaughMap.dll
R:\PRG\4E\KarnaughMap\KarnaughMap\bin\Debug\net7.0\KarnaughMap.pdb
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\KarnaughMap.GeneratedMSBuildEditorConfig.editorconfig
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\KarnaughMap.AssemblyInfoInputs.cache
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\KarnaughMap.AssemblyInfo.cs
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\KarnaughMap.csproj.CoreCompileInputs.cache
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\KarnaughMap.dll
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\refint\KarnaughMap.dll
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\KarnaughMap.pdb
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\KarnaughMap.genruntimeconfig.cache
R:\PRG\4E\KarnaughMap\KarnaughMap\obj\Debug\net7.0\ref\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\bin\Debug\net7.0\KarnaughMap.exe
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\bin\Debug\net7.0\KarnaughMap.deps.json
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\bin\Debug\net7.0\KarnaughMap.runtimeconfig.json
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\bin\Debug\net7.0\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\bin\Debug\net7.0\KarnaughMap.pdb
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\KarnaughMap.GeneratedMSBuildEditorConfig.editorconfig
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\KarnaughMap.AssemblyInfoInputs.cache
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\KarnaughMap.AssemblyInfo.cs
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\KarnaughMap.csproj.CoreCompileInputs.cache
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\refint\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\KarnaughMap.pdb
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\KarnaughMap.genruntimeconfig.cache
R:\PRG\Kmap-solver\karnaugh-map\KarnaughMap\obj\Debug\net7.0\ref\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\bin\Debug\net7.0\KarnaughMap.exe
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\bin\Debug\net7.0\KarnaughMap.deps.json
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\bin\Debug\net7.0\KarnaughMap.runtimeconfig.json
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\bin\Debug\net7.0\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\bin\Debug\net7.0\KarnaughMap.pdb
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\KarnaughMap.GeneratedMSBuildEditorConfig.editorconfig
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\KarnaughMap.AssemblyInfoInputs.cache
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\KarnaughMap.AssemblyInfo.cs
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\KarnaughMap.csproj.CoreCompileInputs.cache
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\refint\KarnaughMap.dll
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\KarnaughMap.pdb
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\KarnaughMap.genruntimeconfig.cache
R:\PRG\Kmap-solver\karnaugh-map\CS-kmap\obj\Debug\net7.0\ref\KarnaughMap.dll

Binary file not shown.

View file

@ -0,0 +1 @@
cc107c347ba09d34d62fca1a102d12d3c486d63954f2d27ad63149bff1c44ab6

Binary file not shown.

Binary file not shown.