CoreAudio.sln 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreAudio", "CoreAudio\CoreAudio.csproj", "{2222E8D7-6130-4B46-9749-474E3FE2891B}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreAudioTests", "CoreAudioTests\CoreAudioTests.csproj", "{40A8F7EA-C45A-487B-B6E0-BC151827E8C4}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{93C71651-B113-4672-A9B2-862A8F7AF5D4}"
  9. ProjectSection(SolutionItems) = preProject
  10. CoreAudio.vsmdi = CoreAudio.vsmdi
  11. EndProjectSection
  12. EndProject
  13. Global
  14. GlobalSection(TestCaseManagementSettings) = postSolution
  15. CategoryFile = CoreAudio.vsmdi
  16. EndGlobalSection
  17. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  18. Debug|Any CPU = Debug|Any CPU
  19. Release|Any CPU = Release|Any CPU
  20. EndGlobalSection
  21. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  22. {2222E8D7-6130-4B46-9749-474E3FE2891B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {2222E8D7-6130-4B46-9749-474E3FE2891B}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {2222E8D7-6130-4B46-9749-474E3FE2891B}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {2222E8D7-6130-4B46-9749-474E3FE2891B}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {40A8F7EA-C45A-487B-B6E0-BC151827E8C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {40A8F7EA-C45A-487B-B6E0-BC151827E8C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {40A8F7EA-C45A-487B-B6E0-BC151827E8C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {40A8F7EA-C45A-487B-B6E0-BC151827E8C4}.Release|Any CPU.Build.0 = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. EndGlobal