Tutorials.sln 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.0.0
  5. MinimumVisualStudioVersion = 16.0.0.0
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tutorials.Windows", "Tutorials.Windows\Tutorials.Windows.csproj", "{24272B11-2C32-4380-A220-8CEC19311DAE}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tutorials", "Tutorials\Tutorials.csproj", "{3E6CE5BD-34D1-4249-BFDF-833697807E14}"
  9. EndProject
  10. Global
  11. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  12. Debug|Any CPU = Debug|Any CPU
  13. Release|Any CPU = Release|Any CPU
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {24272B11-2C32-4380-A220-8CEC19311DAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  17. {24272B11-2C32-4380-A220-8CEC19311DAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
  18. {24272B11-2C32-4380-A220-8CEC19311DAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
  19. {24272B11-2C32-4380-A220-8CEC19311DAE}.Release|Any CPU.Build.0 = Release|Any CPU
  20. {3E6CE5BD-34D1-4249-BFDF-833697807E14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  21. {3E6CE5BD-34D1-4249-BFDF-833697807E14}.Debug|Any CPU.Build.0 = Debug|Any CPU
  22. {3E6CE5BD-34D1-4249-BFDF-833697807E14}.Release|Any CPU.ActiveCfg = Release|Any CPU
  23. {3E6CE5BD-34D1-4249-BFDF-833697807E14}.Release|Any CPU.Build.0 = Release|Any CPU
  24. EndGlobalSection
  25. GlobalSection(SolutionProperties) = preSolution
  26. HideSolutionNode = FALSE
  27. EndGlobalSection
  28. GlobalSection(ExtensibilityGlobals) = postSolution
  29. SolutionGuid = {EAC75442-D21F-4E64-85C2-FF9350472B4F}
  30. EndGlobalSection
  31. EndGlobal