ShatterEffectSample.sln 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShatterEffectSample.Core", "Core\ShatterEffectSample.Core.csproj", "{11111111-1111-1111-1111-111111111111}"
  6. EndProject
  7. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShatterEffectSample.Windows", "Platforms\Windows\ShatterEffectSample.Windows.csproj", "{22222222-2222-2222-2222-222222222222}"
  8. EndProject
  9. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShatterEffectSample.DesktopGL", "Platforms\DesktopGL\ShatterEffectSample.DesktopGL.csproj", "{33333333-3333-3333-3333-333333333333}"
  10. EndProject
  11. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShatterEffectSample.Android", "Platforms\Android\ShatterEffectSample.Android.csproj", "{44444444-4444-4444-4444-444444444444}"
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShatterEffectSample.iOS", "Platforms\iOS\ShatterEffectSample.iOS.csproj", "{55555555-5555-5555-5555-555555555555}"
  14. EndProject
  15. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShatterEffectSample.Processor", "Processor\ShatterEffectSample.Processor.csproj", "{9B372090-F91A-E91A-DC78-F892816ED2CC}"
  16. EndProject
  17. Global
  18. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  19. Debug|Any CPU = Debug|Any CPU
  20. Release|Any CPU = Release|Any CPU
  21. EndGlobalSection
  22. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  23. {11111111-1111-1111-1111-111111111111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {11111111-1111-1111-1111-111111111111}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {11111111-1111-1111-1111-111111111111}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {11111111-1111-1111-1111-111111111111}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {22222222-2222-2222-2222-222222222222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {22222222-2222-2222-2222-222222222222}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {22222222-2222-2222-2222-222222222222}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {22222222-2222-2222-2222-222222222222}.Release|Any CPU.Build.0 = Release|Any CPU
  31. {33333333-3333-3333-3333-333333333333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {33333333-3333-3333-3333-333333333333}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {33333333-3333-3333-3333-333333333333}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {33333333-3333-3333-3333-333333333333}.Release|Any CPU.Build.0 = Release|Any CPU
  35. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  36. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.Build.0 = Debug|Any CPU
  37. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
  38. {44444444-4444-4444-4444-444444444444}.Release|Any CPU.ActiveCfg = Release|Any CPU
  39. {44444444-4444-4444-4444-444444444444}.Release|Any CPU.Build.0 = Release|Any CPU
  40. {44444444-4444-4444-4444-444444444444}.Release|Any CPU.Deploy.0 = Release|Any CPU
  41. {55555555-5555-5555-5555-555555555555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  42. {55555555-5555-5555-5555-555555555555}.Debug|Any CPU.Build.0 = Debug|Any CPU
  43. {55555555-5555-5555-5555-555555555555}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
  44. {55555555-5555-5555-5555-555555555555}.Release|Any CPU.ActiveCfg = Release|Any CPU
  45. {55555555-5555-5555-5555-555555555555}.Release|Any CPU.Build.0 = Release|Any CPU
  46. {55555555-5555-5555-5555-555555555555}.Release|Any CPU.Deploy.0 = Release|Any CPU
  47. {9B372090-F91A-E91A-DC78-F892816ED2CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  48. {9B372090-F91A-E91A-DC78-F892816ED2CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
  49. {9B372090-F91A-E91A-DC78-F892816ED2CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
  50. {9B372090-F91A-E91A-DC78-F892816ED2CC}.Release|Any CPU.Build.0 = Release|Any CPU
  51. EndGlobalSection
  52. GlobalSection(SolutionProperties) = preSolution
  53. HideSolutionNode = FALSE
  54. EndGlobalSection
  55. GlobalSection(ExtensibilityGlobals) = postSolution
  56. SolutionGuid = {9CC4CC96-C4DD-4CB8-8DFC-CB19A85CA4A2}
  57. EndGlobalSection
  58. EndGlobal