You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Example.sln 3.2KB

1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.3.32811.315
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Desktop", "Example.Desktop\Example.Desktop.csproj", "{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}"
  9. EndProject
  10. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Browser", "Example.Browser\Example.Browser.csproj", "{1C1A049E-235C-4CD0-B6FA-D53AC418F4DA}"
  11. EndProject
  12. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.iOS", "Example.iOS\Example.iOS.csproj", "{EBD9022F-BC83-4846-9A11-6F7F3772DC64}"
  13. EndProject
  14. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Android", "Example.Android\Example.Android.csproj", "{7AD1DAC8-7FBE-49D5-8614-7321233DB82E}"
  15. EndProject
  16. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DA99C4E-89E3-4049-9C22-0A7EC60D83D8}"
  17. ProjectSection(SolutionItems) = preProject
  18. Directory.Build.props = Directory.Build.props
  19. EndProjectSection
  20. EndProject
  21. Global
  22. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  23. Debug|Any CPU = Debug|Any CPU
  24. Release|Any CPU = Release|Any CPU
  25. EndGlobalSection
  26. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  27. {EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.Build.0 = Release|Any CPU
  31. {ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.Build.0 = Release|Any CPU
  35. {1C1A049E-235C-4CD0-B6FA-D53AC418F4DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  36. {1C1A049E-235C-4CD0-B6FA-D53AC418F4DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
  37. {1C1A049E-235C-4CD0-B6FA-D53AC418F4DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
  38. {1C1A049E-235C-4CD0-B6FA-D53AC418F4DA}.Release|Any CPU.Build.0 = Release|Any CPU
  39. {EBD9022F-BC83-4846-9A11-6F7F3772DC64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  40. {EBD9022F-BC83-4846-9A11-6F7F3772DC64}.Debug|Any CPU.Build.0 = Debug|Any CPU
  41. {EBD9022F-BC83-4846-9A11-6F7F3772DC64}.Release|Any CPU.ActiveCfg = Release|Any CPU
  42. {EBD9022F-BC83-4846-9A11-6F7F3772DC64}.Release|Any CPU.Build.0 = Release|Any CPU
  43. {7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  44. {7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  45. {7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  46. {7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Release|Any CPU.Build.0 = Release|Any CPU
  47. EndGlobalSection
  48. GlobalSection(SolutionProperties) = preSolution
  49. HideSolutionNode = FALSE
  50. EndGlobalSection
  51. GlobalSection(ExtensibilityGlobals) = postSolution
  52. SolutionGuid = {83CB65B8-011F-4ED7-BCD3-A6CFA935EF7E}
  53. EndGlobalSection
  54. EndGlobal