git subrepo clone --branch=sono6good https://github.com/essej/JUCE.git deps/juce
subrepo: subdir: "deps/juce" merged: "b13f9084e" upstream: origin: "https://github.com/essej/JUCE.git" branch: "sono6good" commit: "b13f9084e" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
20
deps/juce/extras/WindowsDLL/Builds/VisualStudio2019/WindowsDLL.sln
vendored
Normal file
20
deps/juce/extras/WindowsDLL/Builds/VisualStudio2019/WindowsDLL.sln
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2019
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsDLL - Static Library", "WindowsDLL_StaticLibrary.vcxproj", "{B636B53B-C44B-1E04-8668-D61B3900BAA4}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B636B53B-C44B-1E04-8668-D61B3900BAA4}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{B636B53B-C44B-1E04-8668-D61B3900BAA4}.Debug|x64.Build.0 = Debug|x64
|
||||
{B636B53B-C44B-1E04-8668-D61B3900BAA4}.Release|x64.ActiveCfg = Release|x64
|
||||
{B636B53B-C44B-1E04-8668-D61B3900BAA4}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
3007
deps/juce/extras/WindowsDLL/Builds/VisualStudio2019/WindowsDLL_StaticLibrary.vcxproj
vendored
Normal file
3007
deps/juce/extras/WindowsDLL/Builds/VisualStudio2019/WindowsDLL_StaticLibrary.vcxproj
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5187
deps/juce/extras/WindowsDLL/Builds/VisualStudio2019/WindowsDLL_StaticLibrary.vcxproj.filters
vendored
Normal file
5187
deps/juce/extras/WindowsDLL/Builds/VisualStudio2019/WindowsDLL_StaticLibrary.vcxproj.filters
vendored
Normal file
File diff suppressed because it is too large
Load Diff
55
deps/juce/extras/WindowsDLL/JuceLibraryCode/JuceHeader.h
vendored
Normal file
55
deps/juce/extras/WindowsDLL/JuceLibraryCode/JuceHeader.h
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This is the header file that your files should include in order to get all the
|
||||
JUCE library headers. You should avoid including the JUCE headers directly in
|
||||
your own source files, because that wouldn't pick up the correct configuration
|
||||
options for your app.
|
||||
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include <juce_audio_basics/juce_audio_basics.h>
|
||||
#include <juce_audio_devices/juce_audio_devices.h>
|
||||
#include <juce_audio_formats/juce_audio_formats.h>
|
||||
#include <juce_audio_processors/juce_audio_processors.h>
|
||||
#include <juce_audio_utils/juce_audio_utils.h>
|
||||
#include <juce_core/juce_core.h>
|
||||
#include <juce_cryptography/juce_cryptography.h>
|
||||
#include <juce_data_structures/juce_data_structures.h>
|
||||
#include <juce_events/juce_events.h>
|
||||
#include <juce_graphics/juce_graphics.h>
|
||||
#include <juce_gui_basics/juce_gui_basics.h>
|
||||
#include <juce_gui_extra/juce_gui_extra.h>
|
||||
#include <juce_opengl/juce_opengl.h>
|
||||
#include <juce_video/juce_video.h>
|
||||
|
||||
|
||||
#if defined (JUCE_PROJUCER_VERSION) && JUCE_PROJUCER_VERSION < JUCE_VERSION
|
||||
/** If you've hit this error then the version of the Projucer that was used to generate this project is
|
||||
older than the version of the JUCE modules being included. To fix this error, re-save your project
|
||||
using the latest version of the Projucer or, if you aren't using the Projucer to manage your project,
|
||||
remove the JUCE_PROJUCER_VERSION define.
|
||||
*/
|
||||
#error "This project was last saved using an outdated version of the Projucer! Re-save this project with the latest version to fix this error."
|
||||
#endif
|
||||
|
||||
#if ! DONT_SET_USING_JUCE_NAMESPACE
|
||||
// If your code uses a lot of JUCE classes, then this will obviously save you
|
||||
// a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
|
||||
using namespace juce;
|
||||
#endif
|
||||
|
||||
#if ! JUCE_DONT_DECLARE_PROJECTINFO
|
||||
namespace ProjectInfo
|
||||
{
|
||||
const char* const projectName = "WindowsDLL";
|
||||
const char* const companyName = "Raw Material Software Limited";
|
||||
const char* const versionString = "1.0.0";
|
||||
const int versionNumber = 0x10000;
|
||||
}
|
||||
#endif
|
12
deps/juce/extras/WindowsDLL/JuceLibraryCode/ReadMe.txt
vendored
Normal file
12
deps/juce/extras/WindowsDLL/JuceLibraryCode/ReadMe.txt
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
Important Note!!
|
||||
================
|
||||
|
||||
The purpose of this folder is to contain files that are auto-generated by the Projucer,
|
||||
and ALL files in this folder will be mercilessly DELETED and completely re-written whenever
|
||||
the Projucer saves your project.
|
||||
|
||||
Therefore, it's a bad idea to make any manual changes to the files in here, or to
|
||||
put any of your own files in here if you don't want to lose them. (Of course you may choose
|
||||
to add the folder's contents to your version-control system so that you can re-merge your own
|
||||
modifications after the Projucer has saved its changes).
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_basics/juce_audio_basics.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_basics/juce_audio_basics.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_devices/juce_audio_devices.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_devices/juce_audio_devices.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_formats/juce_audio_formats.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_formats/juce_audio_formats.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_processors/juce_audio_processors.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_processors/juce_audio_processors.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_utils/juce_audio_utils.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_audio_utils/juce_audio_utils.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_core.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_core.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_core/juce_core.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_core.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_core.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_core/juce_core.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_cryptography/juce_cryptography.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_cryptography/juce_cryptography.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_data_structures/juce_data_structures.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_data_structures/juce_data_structures.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_events.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_events.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_events/juce_events.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_events.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_events.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_events/juce_events.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_graphics/juce_graphics.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_graphics/juce_graphics.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_gui_basics/juce_gui_basics.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_gui_basics/juce_gui_basics.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_gui_extra/juce_gui_extra.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_gui_extra/juce_gui_extra.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_opengl/juce_opengl.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_opengl/juce_opengl.mm>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_video.cpp
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_video.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_video/juce_video.cpp>
|
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_video.mm
vendored
Normal file
8
deps/juce/extras/WindowsDLL/JuceLibraryCode/include_juce_video.mm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#include <juce_video/juce_video.mm>
|
55
deps/juce/extras/WindowsDLL/WindowsDLL.jucer
vendored
Normal file
55
deps/juce/extras/WindowsDLL/WindowsDLL.jucer
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<JUCERPROJECT id="IvabE4" name="WindowsDLL" projectType="library" juceLinkage="none"
|
||||
bundleIdentifier="com.juce.jucedll" defines="JUCE_DLL_BUILD=1"
|
||||
displaySplashScreen="0" reportAppUsage="0" companyName="Raw Material Software Limited"
|
||||
companyCopyright="Raw Material Software Limited" useAppConfig="0"
|
||||
addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1">
|
||||
<EXPORTFORMATS>
|
||||
<VS2019 targetFolder="Builds/VisualStudio2019">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="juce_dll"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="juce_dll"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="../../modules"/>
|
||||
<MODULEPATH id="juce_opengl" path="../../modules"/>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
<MODULEPATH id="juce_gui_basics" path="../../modules"/>
|
||||
<MODULEPATH id="juce_graphics" path="../../modules"/>
|
||||
<MODULEPATH id="juce_events" path="../../modules"/>
|
||||
<MODULEPATH id="juce_data_structures" path="../../modules"/>
|
||||
<MODULEPATH id="juce_cryptography" path="../../modules"/>
|
||||
<MODULEPATH id="juce_core" path="../../modules"/>
|
||||
<MODULEPATH id="juce_audio_utils" path="../../modules"/>
|
||||
<MODULEPATH id="juce_audio_processors" path="../../modules"/>
|
||||
<MODULEPATH id="juce_audio_formats" path="../../modules"/>
|
||||
<MODULEPATH id="juce_audio_devices" path="../../modules"/>
|
||||
<MODULEPATH id="juce_audio_basics" path="../../modules"/>
|
||||
</MODULEPATHS>
|
||||
</VS2019>
|
||||
</EXPORTFORMATS>
|
||||
<MAINGROUP id="tNa6Wh" name="WindowsDLL">
|
||||
<GROUP id="N2ZGxS" name="Source"/>
|
||||
</MAINGROUP>
|
||||
<MODULES>
|
||||
<MODULES id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_audio_utils" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_core" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_cryptography" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_events" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_opengl" showAllCode="1" useLocalCopy="0"/>
|
||||
<MODULES id="juce_video" showAllCode="1" useLocalCopy="0"/>
|
||||
</MODULES>
|
||||
<JUCEOPTIONS/>
|
||||
<LIVE_SETTINGS>
|
||||
<OSX/>
|
||||
</LIVE_SETTINGS>
|
||||
</JUCERPROJECT>
|
Reference in New Issue
Block a user