创建MVVM示例项目

This commit is contained in:
于智纯
2026-01-06 14:52:23 +08:00
parent a320ca7d29
commit 171dcffb96
12 changed files with 223 additions and 1 deletions

View File

@@ -1,9 +1,21 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24 d17.14
VisualStudioVersion = 17.14.36310.24
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVMExample", "MVVMExample\MVVMExample.csproj", "{6F5088D9-CDF9-4A48-B100-58B06E21E99D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F5088D9-CDF9-4A48-B100-58B06E21E99D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F5088D9-CDF9-4A48-B100-58B06E21E99D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F5088D9-CDF9-4A48-B100-58B06E21E99D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F5088D9-CDF9-4A48-B100-58B06E21E99D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection