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=v8.0", FrameworkDisplayName = ".NET 8.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 = net8.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 = 8.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 @@
ef64d6ebddacddb47aed6d0562ee0d227ee03f9f15d57a531a0e4d71e501c616

View file

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

Binary file not shown.

View file

@ -0,0 +1 @@
4d13c624999dec0078d2e7a15afec2931e74a16e2cccfd04182c08efbb58f2cd

Binary file not shown.

Binary file not shown.