-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from pierreguillot/v0.0.5
V0.0.5
- Loading branch information
Showing
39 changed files
with
41,504 additions
and
632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2015 | ||
Project("{23411925-3D33-FDB5-BEE5-9EC9BA5C4A81}") = "Camomile", "Camomile.vcxproj", "{9AB5403A-2942-9151-4946-07CB19FDC4B9}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug32|Win32 = Debug32|Win32 | ||
Release32|Win32 = Release32|Win32 | ||
Debug64|x64 = Debug64|x64 | ||
Release64|x64 = Release64|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Debug32|Win32.ActiveCfg = Debug32|Win32 | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Debug32|Win32.Build.0 = Debug32|Win32 | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Release32|Win32.ActiveCfg = Release32|Win32 | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Release32|Win32.Build.0 = Release32|Win32 | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Debug64|x64.ActiveCfg = Debug64|x64 | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Debug64|x64.Build.0 = Debug64|x64 | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Release64|x64.ActiveCfg = Release64|x64 | ||
{9AB5403A-2942-9151-4946-07CB19FDC4B9}.Release64|x64.Build.0 = Release64|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#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 0,0,5,0 | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904E4" | ||
BEGIN | ||
VALUE "CompanyName", "CICM\0" | ||
VALUE "FileDescription", "Camomile\0" | ||
VALUE "FileVersion", "0.0.5\0" | ||
VALUE "ProductName", "Camomile\0" | ||
VALUE "ProductVersion", "0.0.5\0" | ||
END | ||
END | ||
|
||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1252 | ||
END | ||
END | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.