This commit is contained in:
2026-03-31 12:11:37 +05:00
parent 0a6acc6bce
commit 6500580d75
14 changed files with 632 additions and 10 deletions

View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugAppWPF", "DebugAppWPF\DebugAppWPF.csproj", "{7A6BC548-DBAC-4958-9795-D288317DF885}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A6BC548-DBAC-4958-9795-D288317DF885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A6BC548-DBAC-4958-9795-D288317DF885}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A6BC548-DBAC-4958-9795-D288317DF885}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A6BC548-DBAC-4958-9795-D288317DF885}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2ADD1ECC-7EA5-406F-9795-2B97607EC22A}
EndGlobalSection
EndGlobal