Skip to content
Snippets Groups Projects
Commit e66e63b4 authored by jsiegle's avatar jsiegle
Browse files

Added VS2012 project

parent 44dcf9f8
Branches
Tags
No related merge requests found
#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,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "open-ephys\0"
VALUE "FileVersion", "0.0.0\0"
VALUE "ProductName", "open-ephys\0"
VALUE "ProductVersion", "0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 65001
END
END
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment