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/Projucer/Builds/VisualStudio2017/Projucer.sln
vendored
Normal file
20
deps/juce/extras/Projucer/Builds/VisualStudio2017/Projucer.sln
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2017
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Projucer - App", "Projucer_App.vcxproj", "{E4CFCE31-1AF5-C360-751D-9682E333BE4D}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{E4CFCE31-1AF5-C360-751D-9682E333BE4D}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E4CFCE31-1AF5-C360-751D-9682E333BE4D}.Debug|x64.Build.0 = Debug|x64
|
||||
{E4CFCE31-1AF5-C360-751D-9682E333BE4D}.Release|x64.ActiveCfg = Release|x64
|
||||
{E4CFCE31-1AF5-C360-751D-9682E333BE4D}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
2167
deps/juce/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj
vendored
Normal file
2167
deps/juce/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3854
deps/juce/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters
vendored
Normal file
3854
deps/juce/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
deps/juce/extras/Projucer/Builds/VisualStudio2017/icon.ico
vendored
Normal file
BIN
deps/juce/extras/Projucer/Builds/VisualStudio2017/icon.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
36
deps/juce/extras/Projucer/Builds/VisualStudio2017/resources.rc
vendored
Normal file
36
deps/juce/extras/Projucer/Builds/VisualStudio2017/resources.rc
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef JUCE_USER_DEFINED_RC_FILE
|
||||
#include JUCE_USER_DEFINED_RC_FILE
|
||||
#else
|
||||
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 6,1,2,0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Raw Material Software Limited\0"
|
||||
VALUE "LegalCopyright", "Raw Material Software Limited\0"
|
||||
VALUE "FileDescription", "Projucer\0"
|
||||
VALUE "FileVersion", "6.1.2\0"
|
||||
VALUE "ProductName", "Projucer\0"
|
||||
VALUE "ProductVersion", "6.1.2\0"
|
||||
END
|
||||
END
|
||||
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1252
|
||||
END
|
||||
END
|
||||
|
||||
#endif
|
||||
|
||||
IDI_ICON1 ICON DISCARDABLE "icon.ico"
|
||||
IDI_ICON2 ICON DISCARDABLE "icon.ico"
|
Reference in New Issue
Block a user