Content control

This commit is contained in:
2023-06-27 18:16:06 +09:00
parent 4e03147586
commit 372c2948dd
10 changed files with 333 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVMComboBoxSample", "MVVMC
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControlTemplateSample", "ControlTemplateSample\ControlTemplateSample.csproj", "{F96483CE-6056-4DC5-8802-CE663BACB4B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentProperty", "ContentProperty\ContentProperty.csproj", "{26DCE4C7-777A-42D4-8475-CAF9A0DC6781}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -111,6 +113,10 @@ Global
{F96483CE-6056-4DC5-8802-CE663BACB4B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F96483CE-6056-4DC5-8802-CE663BACB4B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F96483CE-6056-4DC5-8802-CE663BACB4B4}.Release|Any CPU.Build.0 = Release|Any CPU
{26DCE4C7-777A-42D4-8475-CAF9A0DC6781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26DCE4C7-777A-42D4-8475-CAF9A0DC6781}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26DCE4C7-777A-42D4-8475-CAF9A0DC6781}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26DCE4C7-777A-42D4-8475-CAF9A0DC6781}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE