mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Resaved all projects.
This commit is contained in:
parent
c557369ccb
commit
f6c74afc77
213 changed files with 1188 additions and 141 deletions
|
|
@ -101,6 +101,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Midl>
|
||||
|
|
@ -143,6 +144,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\MainComponent.cpp"/>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ BEGIN
|
|||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "ComponentTutorialExample\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "ComponentTutorialExample\0"
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Midl>
|
||||
|
|
@ -143,6 +144,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\MainComponent.cpp"/>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ BEGIN
|
|||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "ComponentTutorialExample\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "ComponentTutorialExample\0"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
version="1.0.0" bundleIdentifier="com.roli.ComponentTutorialExample"
|
||||
includeBinaryInAppConfig="1" jucerVersion="5.1.2" displaySplashScreen="0"
|
||||
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
|
||||
cppLanguageStandard="11">
|
||||
cppLanguageStandard="11" companyCopyright="ROLI Ltd.">
|
||||
<MAINGROUP id="WydTVz" name="ComponentTutorialExample">
|
||||
<GROUP id="{F2C8112A-EE4B-7AF1-A0A9-16152D1EF1A7}" name="Source">
|
||||
<FILE id="t4ngZQ" name="ToggleLightGridComponent.h" compile="0" resource="0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue