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.

39 lines
2.1KB

  1. Microsoft Visual Studio Solution File, Format Version 11.00
  2. # Visual Studio 2015
  3. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JuceDemoPlugin - Standalone Plugin", "JuceDemoPlugin_StandalonePlugin.vcxproj", "{DF786751-7581-02E8-2BB4-E217CD55C907}"
  4. ProjectSection(ProjectDependencies) = postProject
  5. {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372} = {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372}
  6. EndProjectSection
  7. EndProject
  8. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JuceDemoPlugin - VST", "JuceDemoPlugin_VST.vcxproj", "{D82A1FD0-FB5C-8174-477C-8EF5CA51D2A8}"
  9. ProjectSection(ProjectDependencies) = postProject
  10. {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372} = {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372}
  11. EndProjectSection
  12. EndProject
  13. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JuceDemoPlugin - Shared Code", "JuceDemoPlugin_SharedCode.vcxproj", "{1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372}"
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|x64 = Debug|x64
  18. Release|x64 = Release|x64
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {D82A1FD0-FB5C-8174-477C-8EF5CA51D2A8}.Debug|x64.Build.0 = Debug|x64
  22. {D82A1FD0-FB5C-8174-477C-8EF5CA51D2A8}.Debug|x64.ActiveCfg = Debug|x64
  23. {D82A1FD0-FB5C-8174-477C-8EF5CA51D2A8}.Release|x64.Build.0 = Release|x64
  24. {D82A1FD0-FB5C-8174-477C-8EF5CA51D2A8}.Release|x64.ActiveCfg = Release|x64
  25. {DF786751-7581-02E8-2BB4-E217CD55C907}.Debug|x64.Build.0 = Debug|x64
  26. {DF786751-7581-02E8-2BB4-E217CD55C907}.Debug|x64.ActiveCfg = Debug|x64
  27. {DF786751-7581-02E8-2BB4-E217CD55C907}.Release|x64.Build.0 = Release|x64
  28. {DF786751-7581-02E8-2BB4-E217CD55C907}.Release|x64.ActiveCfg = Release|x64
  29. {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372}.Debug|x64.Build.0 = Debug|x64
  30. {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372}.Debug|x64.ActiveCfg = Debug|x64
  31. {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372}.Release|x64.Build.0 = Release|x64
  32. {1AB90829-CCC5-D7C1-BC4A-70C8D3DAD372}.Release|x64.ActiveCfg = Release|x64
  33. EndGlobalSection
  34. GlobalSection(SolutionProperties) = preSolution
  35. HideSolutionNode = FALSE
  36. EndGlobalSection
  37. EndGlobal