1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.2.0
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.Core", "Core\ParticleSample.Core.csproj", "{A0123456-0000-0000-0000-000000000000}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.Windows", "Platforms\Windows\ParticleSample.Windows.csproj", "{B1234567-1234-1234-1234-123456789012}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.DesktopGL", "Platforms\Desktop\ParticleSample.DesktopGL.csproj", "{C2345678-2345-2345-2345-234567890123}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.Android", "Platforms\Android\ParticleSample.Android.csproj", "{D3456789-3456-3456-3456-345678901234}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticleSample.iOS", "Platforms\iOS\ParticleSample.iOS.csproj", "{E4567890-4567-4567-4567-456789012345}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B1234567-1234-1234-1234-123456789012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B1234567-1234-1234-1234-123456789012}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B1234567-1234-1234-1234-123456789012}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B1234567-1234-1234-1234-123456789012}.Release|Any CPU.Build.0 = Release|Any CPU
- {C2345678-2345-2345-2345-234567890123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C2345678-2345-2345-2345-234567890123}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C2345678-2345-2345-2345-234567890123}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C2345678-2345-2345-2345-234567890123}.Release|Any CPU.Build.0 = Release|Any CPU
- {D3456789-3456-3456-3456-345678901234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D3456789-3456-3456-3456-345678901234}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D3456789-3456-3456-3456-345678901234}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D3456789-3456-3456-3456-345678901234}.Release|Any CPU.Build.0 = Release|Any CPU
- {E4567890-4567-4567-4567-456789012345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E4567890-4567-4567-4567-456789012345}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E4567890-4567-4567-4567-456789012345}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E4567890-4567-4567-4567-456789012345}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {602BAF3F-21F6-4872-A973-BE524425802F}
- EndGlobalSection
- EndGlobal
|