commit 249618d22626c437acb314d99fedf2310aaef3de Author: @agz <79991346768@ya.ru> Date: Thu Dec 25 13:47:13 2025 +0500 init commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e951211 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +bin +obj \ No newline at end of file diff --git a/App.config b/App.config new file mode 100644 index 0000000..7b0d21e --- /dev/null +++ b/App.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..94ad169 --- /dev/null +++ b/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..1296623 --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,9 @@ +namespace GetHrzWPF +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App + { + } +} \ No newline at end of file diff --git a/GetHrzWPF.csproj b/GetHrzWPF.csproj new file mode 100644 index 0000000..5ea332a --- /dev/null +++ b/GetHrzWPF.csproj @@ -0,0 +1,130 @@ + + + + + Debug + x86 + {C0B83F92-E834-46CB-A6A8-E8B0A7B57869} + WinExe + GetHrzWPF + GetHrzWPF + v4.8 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + latest + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + packages\Serilog.4.2.0\lib\net471\Serilog.dll + + + + packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + + + packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll + + + packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll + + + packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + SelectUsbWindow.xaml + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + + Code + + + True + True + Resources.resx + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + + lib\GetHrzLib.dll + true + + + + + lib\Elicom.Satndard.dll + true + + + \ No newline at end of file diff --git a/GetHrzWPF.sln b/GetHrzWPF.sln new file mode 100644 index 0000000..4f1fe35 --- /dev/null +++ b/GetHrzWPF.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetHrzWPF", "GetHrzWPF.csproj", "{C0B83F92-E834-46CB-A6A8-E8B0A7B57869}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C0B83F92-E834-46CB-A6A8-E8B0A7B57869}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C0B83F92-E834-46CB-A6A8-E8B0A7B57869}.Debug|Any CPU.Build.0 = Debug|x86 + {C0B83F92-E834-46CB-A6A8-E8B0A7B57869}.Release|Any CPU.ActiveCfg = Release|x86 + {C0B83F92-E834-46CB-A6A8-E8B0A7B57869}.Release|Any CPU.Build.0 = Release|x86 + EndGlobalSection +EndGlobal diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..7b43de0 --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,56 @@ + + + + + + + + + + +