diff options
| author | SmallFox <2806143047@qq.com> | 2026-04-04 22:04:07 +0800 |
|---|---|---|
| committer | SmallFox <2806143047@qq.com> | 2026-04-04 22:04:07 +0800 |
| commit | 01c3d0d35a8be55ffca7ce4fca67135d9ae0f109 (patch) | |
| tree | 2b13f06868f06921b05a2eee2f9056b9c45fb721 /NotePad/NotePad.sln | |
| parent | ea0f627e973dbaf3e44f8460a2c3af819fb18b99 (diff) | |
项目启航
请创建新项目和规划蓝图
Diffstat (limited to 'NotePad/NotePad.sln')
| -rw-r--r-- | NotePad/NotePad.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/NotePad/NotePad.sln b/NotePad/NotePad.sln new file mode 100644 index 0000000..96fdf55 --- /dev/null +++ b/NotePad/NotePad.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32328.378 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotePad", "NotePad\NotePad.csproj", "{E08D0806-C435-4728-A811-66DBD05C744F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E08D0806-C435-4728-A811-66DBD05C744F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E08D0806-C435-4728-A811-66DBD05C744F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E08D0806-C435-4728-A811-66DBD05C744F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E08D0806-C435-4728-A811-66DBD05C744F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {84F37102-2E09-40FF-8A11-33B255B33FB9} + EndGlobalSection +EndGlobal |
