migration
All checks were successful
Build and publish package / Build (push) Successful in 17s
Build and publish package / Determine version (push) Successful in 16s
Build and publish package / Pack (push) Successful in 23s
Build and publish package / Publish (push) Successful in 13s

This commit is contained in:
2026-02-15 16:20:10 +01:00
Unverified
parent d097b4d3bc
commit 28ff189450
12 changed files with 993 additions and 2 deletions

16
SimpleToolkit.MVVM.sln Normal file
View File

@@ -0,0 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleToolkit.MVVM", "SimpleToolkit.MVVM\SimpleToolkit.MVVM.csproj", "{7B017D3C-E116-20B5-21F7-692316023149}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B017D3C-E116-20B5-21F7-692316023149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B017D3C-E116-20B5-21F7-692316023149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B017D3C-E116-20B5-21F7-692316023149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B017D3C-E116-20B5-21F7-692316023149}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal