ParticleSample.sln 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 17
  3. VisualStudioVersion = 17.5.2.0
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.Core", "Core\ParticleSample.Core.csproj", "{A0123456-0000-0000-0000-000000000000}"
  6. EndProject
  7. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.Windows", "Platforms\Windows\ParticleSample.Windows.csproj", "{B1234567-1234-1234-1234-123456789012}"
  8. EndProject
  9. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.DesktopGL", "Platforms\Desktop\ParticleSample.DesktopGL.csproj", "{C2345678-2345-2345-2345-234567890123}"
  10. EndProject
  11. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.Android", "Platforms\Android\ParticleSample.Android.csproj", "{D3456789-3456-3456-3456-345678901234}"
  12. EndProject
  13. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.iOS", "Platforms\iOS\ParticleSample.iOS.csproj", "{E4567890-4567-4567-4567-456789012345}"
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|Any CPU = Debug|Any CPU
  18. Release|Any CPU = Release|Any CPU
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {B1234567-1234-1234-1234-123456789012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {B1234567-1234-1234-1234-123456789012}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {B1234567-1234-1234-1234-123456789012}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {B1234567-1234-1234-1234-123456789012}.Release|Any CPU.Build.0 = Release|Any CPU
  25. {C2345678-2345-2345-2345-234567890123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  26. {C2345678-2345-2345-2345-234567890123}.Debug|Any CPU.Build.0 = Debug|Any CPU
  27. {C2345678-2345-2345-2345-234567890123}.Release|Any CPU.ActiveCfg = Release|Any CPU
  28. {C2345678-2345-2345-2345-234567890123}.Release|Any CPU.Build.0 = Release|Any CPU
  29. {D3456789-3456-3456-3456-345678901234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  30. {D3456789-3456-3456-3456-345678901234}.Debug|Any CPU.Build.0 = Debug|Any CPU
  31. {D3456789-3456-3456-3456-345678901234}.Release|Any CPU.ActiveCfg = Release|Any CPU
  32. {D3456789-3456-3456-3456-345678901234}.Release|Any CPU.Build.0 = Release|Any CPU
  33. {E4567890-4567-4567-4567-456789012345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  34. {E4567890-4567-4567-4567-456789012345}.Debug|Any CPU.Build.0 = Debug|Any CPU
  35. {E4567890-4567-4567-4567-456789012345}.Release|Any CPU.ActiveCfg = Release|Any CPU
  36. {E4567890-4567-4567-4567-456789012345}.Release|Any CPU.Build.0 = Release|Any CPU
  37. EndGlobalSection
  38. GlobalSection(SolutionProperties) = preSolution
  39. HideSolutionNode = FALSE
  40. EndGlobalSection
  41. GlobalSection(ExtensibilityGlobals) = postSolution
  42. SolutionGuid = {602BAF3F-21F6-4872-A973-BE524425802F}
  43. EndGlobalSection
  44. EndGlobal