mirror of https://github.com/dcoredump/dexed.git
parent
86543ee63f
commit
0f7f54ab0e
@ -0,0 +1,19 @@ |
|||||||
|
Microsoft Visual Studio Solution File, Format Version 11.00 |
||||||
|
# Visual Studio 2012 |
||||||
|
Project("{BD26B4C3-163D-4785-A63F-D3E66858BFF3}") = "Dexed", "Dexed.vcxproj", "{1A9EF105-5BF5-9FB6-9634-A91A6D840866}" |
||||||
|
EndProject |
||||||
|
Global |
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||||||
|
Debug|Win32 = Debug|Win32 |
||||||
|
Release|Win32 = Release|Win32 |
||||||
|
EndGlobalSection |
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
||||||
|
{1A9EF105-5BF5-9FB6-9634-A91A6D840866}.Debug|Win32.ActiveCfg = Debug|Win32 |
||||||
|
{1A9EF105-5BF5-9FB6-9634-A91A6D840866}.Debug|Win32.Build.0 = Debug|Win32 |
||||||
|
{1A9EF105-5BF5-9FB6-9634-A91A6D840866}.Release|Win32.ActiveCfg = Release|Win32 |
||||||
|
{1A9EF105-5BF5-9FB6-9634-A91A6D840866}.Release|Win32.Build.0 = Release|Win32 |
||||||
|
EndGlobalSection |
||||||
|
GlobalSection(SolutionProperties) = preSolution |
||||||
|
HideSolutionNode = FALSE |
||||||
|
EndGlobalSection |
||||||
|
EndGlobal |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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 1,0,0,0 |
||||||
|
BEGIN |
||||||
|
BLOCK "StringFileInfo" |
||||||
|
BEGIN |
||||||
|
BLOCK "040904E4" |
||||||
|
BEGIN |
||||||
|
VALUE "CompanyName", "Digital Suburban\0" |
||||||
|
VALUE "FileDescription", "Dexed\0" |
||||||
|
VALUE "FileVersion", "1.0.0\0" |
||||||
|
VALUE "ProductName", "Dexed\0" |
||||||
|
VALUE "ProductVersion", "1.0.0\0" |
||||||
|
END |
||||||
|
END |
||||||
|
|
||||||
|
BLOCK "VarFileInfo" |
||||||
|
BEGIN |
||||||
|
VALUE "Translation", 0x409, 65001 |
||||||
|
END |
||||||
|
END |
||||||
|
|
||||||
|
#endif |
Loading…
Reference in new issue