C# and WPF tutorial files

This commit is contained in:
Unknown
2017-05-29 21:01:07 +01:00
parent dfdd754362
commit 1cb838df3a
107 changed files with 5760 additions and 0 deletions

View File

@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfBasics", "WpfBasics.csproj", "{0E633985-C86F-40EE-BA83-DB77ED6ECA2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E633985-C86F-40EE-BA83-DB77ED6ECA2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E633985-C86F-40EE-BA83-DB77ED6ECA2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E633985-C86F-40EE-BA83-DB77ED6ECA2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E633985-C86F-40EE-BA83-DB77ED6ECA2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal