simple binding sample

This commit is contained in:
2023-07-07 13:11:07 +09:00
parent 98027403a3
commit 7f8f0d4fc7
13 changed files with 494 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalProgramBatcher_VFra
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoutedEventSample", "RoutedEventSample\RoutedEventSample.csproj", "{937B32D0-92B5-4EEA-B643-0C417EC29631}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDataBinding", "SimpleDataBinding\SimpleDataBinding.csproj", "{ED6E5A86-ABD9-43E3-9D7A-8FA4E789F72C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -213,6 +215,10 @@ Global
{937B32D0-92B5-4EEA-B643-0C417EC29631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{937B32D0-92B5-4EEA-B643-0C417EC29631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{937B32D0-92B5-4EEA-B643-0C417EC29631}.Release|Any CPU.Build.0 = Release|Any CPU
{ED6E5A86-ABD9-43E3-9D7A-8FA4E789F72C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED6E5A86-ABD9-43E3-9D7A-8FA4E789F72C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED6E5A86-ABD9-43E3-9D7A-8FA4E789F72C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED6E5A86-ABD9-43E3-9D7A-8FA4E789F72C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE