The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.6KB

  1. Microsoft Visual Studio Solution File, Format Version 11.00
  2. # Visual Studio 2017
  3. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NoiseGate - VST", "NoiseGate_VST.vcxproj", "{A536DDEE-63EA-6626-E173-346797F44F1C}"
  4. ProjectSection(ProjectDependencies) = postProject
  5. {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC} = {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}
  6. EndProjectSection
  7. EndProject
  8. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NoiseGate - VST3", "NoiseGate_VST3.vcxproj", "{79CECA03-F5D8-FAA6-DF41-B5C10F2E99DC}"
  9. ProjectSection(ProjectDependencies) = postProject
  10. {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC} = {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}
  11. EndProjectSection
  12. EndProject
  13. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NoiseGate - AAX", "NoiseGate_AAX.vcxproj", "{047A8F76-26B6-FCC1-DC5E-2B0920870033}"
  14. ProjectSection(ProjectDependencies) = postProject
  15. {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC} = {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}
  16. EndProjectSection
  17. EndProject
  18. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NoiseGate - Shared Code", "NoiseGate_SharedCode.vcxproj", "{C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}"
  19. EndProject
  20. Global
  21. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  22. Debug|x64 = Debug|x64
  23. Release|x64 = Release|x64
  24. EndGlobalSection
  25. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  26. {A536DDEE-63EA-6626-E173-346797F44F1C}.Debug|x64.ActiveCfg = Debug|x64
  27. {A536DDEE-63EA-6626-E173-346797F44F1C}.Debug|x64.Build.0 = Debug|x64
  28. {A536DDEE-63EA-6626-E173-346797F44F1C}.Release|x64.ActiveCfg = Release|x64
  29. {A536DDEE-63EA-6626-E173-346797F44F1C}.Release|x64.Build.0 = Release|x64
  30. {79CECA03-F5D8-FAA6-DF41-B5C10F2E99DC}.Debug|x64.ActiveCfg = Debug|x64
  31. {79CECA03-F5D8-FAA6-DF41-B5C10F2E99DC}.Debug|x64.Build.0 = Debug|x64
  32. {79CECA03-F5D8-FAA6-DF41-B5C10F2E99DC}.Release|x64.ActiveCfg = Release|x64
  33. {79CECA03-F5D8-FAA6-DF41-B5C10F2E99DC}.Release|x64.Build.0 = Release|x64
  34. {047A8F76-26B6-FCC1-DC5E-2B0920870033}.Debug|x64.ActiveCfg = Debug|x64
  35. {047A8F76-26B6-FCC1-DC5E-2B0920870033}.Debug|x64.Build.0 = Debug|x64
  36. {047A8F76-26B6-FCC1-DC5E-2B0920870033}.Release|x64.ActiveCfg = Release|x64
  37. {047A8F76-26B6-FCC1-DC5E-2B0920870033}.Release|x64.Build.0 = Release|x64
  38. {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}.Debug|x64.ActiveCfg = Debug|x64
  39. {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}.Debug|x64.Build.0 = Debug|x64
  40. {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}.Release|x64.ActiveCfg = Release|x64
  41. {C400EBA2-5D53-0AF7-AA8B-7F64FB12D8EC}.Release|x64.Build.0 = Release|x64
  42. EndGlobalSection
  43. GlobalSection(SolutionProperties) = preSolution
  44. HideSolutionNode = FALSE
  45. EndGlobalSection
  46. EndGlobal