Flocking (Windows).sln 1.6 KB

123456789101112131415161718192021222324252627282930
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Flocking (Windows)", "Flocking\Flocking\Flocking (Windows).csproj", "{C2E46E56-D888-4D28-9A0C-69D2E21DF73D}"
  5. EndProject
  6. Project("{96E2B04D-8817-42C6-938A-82C39BA4D311}") = "FlockingContent", "Flocking\FlockingContent\FlockingContent.contentproj", "{E32187E9-81EA-4BD0-BAD4-D98BED915D9C}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|Mixed Platforms = Debug|Mixed Platforms
  11. Debug|x86 = Debug|x86
  12. Release|Mixed Platforms = Release|Mixed Platforms
  13. Release|x86 = Release|x86
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
  17. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Debug|Mixed Platforms.Build.0 = Debug|x86
  18. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Debug|Windows Phone.ActiveCfg = Debug|x86
  19. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Debug|x86.ActiveCfg = Debug|x86
  20. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Debug|x86.Build.0 = Debug|x86
  21. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Release|Mixed Platforms.ActiveCfg = Release|x86
  22. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Release|Mixed Platforms.Build.0 = Release|x86
  23. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Release|Windows Phone.ActiveCfg = Release|x86
  24. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Release|x86.ActiveCfg = Release|x86
  25. {C2E46E56-D888-4D28-9A0C-69D2E21DF73D}.Release|x86.Build.0 = Release|x86
  26. EndGlobalSection
  27. GlobalSection(SolutionProperties) = preSolution
  28. HideSolutionNode = FALSE
  29. EndGlobalSection
  30. EndGlobal