From ac54fd4f4f84c579328d76cadc34becc79e58afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=9C=D0=B0=D0=BB?= =?UTF-8?q?=D0=B0=D1=84=D0=B5=D0=B5=D0=B2?= Date: Wed, 27 Mar 2024 23:53:52 +0400 Subject: [PATCH] create --- mainProj/App.config | 6 ++++++ mainProj/mainProj.csproj | 39 +++++++++++++++++++++++++++++++++++++++ mainProj/mainProj.sln | 25 +++++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 mainProj/App.config create mode 100644 mainProj/mainProj.csproj create mode 100644 mainProj/mainProj.sln diff --git a/mainProj/App.config b/mainProj/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/mainProj/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/mainProj/mainProj.csproj b/mainProj/mainProj.csproj new file mode 100644 index 0000000..9ca584a --- /dev/null +++ b/mainProj/mainProj.csproj @@ -0,0 +1,39 @@ + + + + + Debug + AnyCPU + {48B3D376-4769-4AF7-9E09-AA8DDC32F2B0} + Exe + mainProj + mainProj + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + \ No newline at end of file diff --git a/mainProj/mainProj.sln b/mainProj/mainProj.sln new file mode 100644 index 0000000..1591318 --- /dev/null +++ b/mainProj/mainProj.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34024.191 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mainProj", "mainProj.csproj", "{48B3D376-4769-4AF7-9E09-AA8DDC32F2B0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {48B3D376-4769-4AF7-9E09-AA8DDC32F2B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {48B3D376-4769-4AF7-9E09-AA8DDC32F2B0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {48B3D376-4769-4AF7-9E09-AA8DDC32F2B0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {48B3D376-4769-4AF7-9E09-AA8DDC32F2B0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {225B381B-E725-466D-BBF0-6583AEE24F63} + EndGlobalSection +EndGlobal