Skip to content
Snippets Groups Projects
Commit 8d9bd59e authored by wonkoderverstaendige's avatar wonkoderverstaendige
Browse files

Add Introjucer VS2012 Build folder

Automatic update of the Visual Studio 2010 project files to Visual
Studio 2012
parent c7dc24b2
Branches
Tags
No related merge requests found
......@@ -14,6 +14,12 @@ Introjucer/Builds/VisualStudio2010/Release
Introjucer/Builds/VisualStudio2010/*.user
Introjucer/Builds/VisualStudio2010/*.sdf
Introjucer/Builds/VisualStudio2010/*.suo
Introjucer/Builds/VisualStudio2012/Debug
Introjucer/Builds/VisualStudio2012/Release
Introjucer/Builds/VisualStudio2012/*.user
Introjucer/Builds/VisualStudio2012/*.sdf
Introjucer/Builds/VisualStudio2012/*.opensdf
Introjucer/Builds/VisualStudio2012/*.suo
# 3. extra files
Builds/Linux/build/data
......
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{62DDBD62-D03F-FBCA-D85C-731B2D53653D}") = "The Introjucer", "The Introjucer.vcxproj", "{26ABE2A4-1F2F-8375-088D-D692A4408B5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26ABE2A4-1F2F-8375-088D-D692A4408B5A}.Debug|Win32.ActiveCfg = Debug|Win32
{26ABE2A4-1F2F-8375-088D-D692A4408B5A}.Debug|Win32.Build.0 = Debug|Win32
{26ABE2A4-1F2F-8375-088D-D692A4408B5A}.Release|Win32.ActiveCfg = Release|Win32
{26ABE2A4-1F2F-8375-088D-D692A4408B5A}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
This diff is collapsed.
This diff is collapsed.
Introjucer/Builds/VisualStudio2012/icon.ico

14.7 KiB

#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 3,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Raw Material Software Ltd.\0"
VALUE "FileDescription", "The Introjucer\0"
VALUE "FileVersion", "3.0.0\0"
VALUE "ProductName", "The Introjucer\0"
VALUE "ProductVersion", "3.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 65001
END
END
#endif
IDI_ICON1 ICON DISCARDABLE "icon.ico"
IDI_ICON2 ICON DISCARDABLE "icon.ico"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment