mirror of https://github.com/x64dbg/TitanEngine
TitanEngine v3.0
This commit is contained in:
parent
0414a061f7
commit
c892c567f6
|
|
@ -94,15 +94,15 @@ IDB_BITMAP2 BITMAP "LOGO.bmp"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 2,0,3,0
|
FILEVERSION 3,0,0,0
|
||||||
PRODUCTVERSION 2,0,3,0
|
PRODUCTVERSION 3,0,0,0
|
||||||
FILEFLAGSMASK 0x17L
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
#else
|
#else
|
||||||
FILEFLAGS 0x0L
|
FILEFLAGS 0x0L
|
||||||
#endif
|
#endif
|
||||||
FILEOS 0x4L
|
FILEOS 0x40004L
|
||||||
FILETYPE 0x0L
|
FILETYPE 0x0L
|
||||||
FILESUBTYPE 0x0L
|
FILESUBTYPE 0x0L
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
@ -110,14 +110,11 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "ReversingLabs Corporation"
|
VALUE "FileDescription", "TitanEngine"
|
||||||
VALUE "FileDescription", "TitanEngine2"
|
VALUE "FileVersion", "3.0.0.0"
|
||||||
VALUE "FileVersion", "2, 0, 3, 0"
|
VALUE "LegalCopyright", "Community"
|
||||||
VALUE "InternalName", "TitanEngine"
|
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2009"
|
|
||||||
VALUE "OriginalFilename", "TitanEngine.dll"
|
|
||||||
VALUE "ProductName", "TitanEngine"
|
VALUE "ProductName", "TitanEngine"
|
||||||
VALUE "ProductVersion", "2, 0, 3, 0"
|
VALUE "ProductVersion", "3.0.0.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
||||||
|
|
@ -330,8 +330,8 @@
|
||||||
<None Include="..\SDK\LUA\TitanEngine.lua" />
|
<None Include="..\SDK\LUA\TitanEngine.lua" />
|
||||||
<None Include="..\SDK\MASM\TitanEngine.INC" />
|
<None Include="..\SDK\MASM\TitanEngine.INC" />
|
||||||
<None Include="..\SDK\Python\TitanEngine.py" />
|
<None Include="..\SDK\Python\TitanEngine.py" />
|
||||||
<None Include="..\TitanEngineLoaders\LibraryLoader\x64\Release\LibraryLoader.exe" />
|
<None Include="..\TitanEngineLoaders\LibraryLoader\x32\LibraryLoader.exe" />
|
||||||
<None Include="..\TitanEngineLoaders\LibraryLoader\Release\LibraryLoader.exe" />
|
<None Include="..\TitanEngineLoaders\LibraryLoader\x64\LibraryLoader.exe" />
|
||||||
<None Include="Global.Engine.Hash.h" />
|
<None Include="Global.Engine.Hash.h" />
|
||||||
<None Include="LOGO.bmp" />
|
<None Include="LOGO.bmp" />
|
||||||
<None Include="MAINICON.ico" />
|
<None Include="MAINICON.ico" />
|
||||||
|
|
|
||||||
|
|
@ -342,10 +342,10 @@
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\TitanEngineLoaders\LibraryLoader\x64\Release\LibraryLoader.exe">
|
<None Include="..\TitanEngineLoaders\LibraryLoader\x64\LibraryLoader.exe">
|
||||||
<Filter>Resource Files\Binary</Filter>
|
<Filter>Resource Files\Binary</Filter>
|
||||||
</None>
|
</None>
|
||||||
<None Include="..\TitanEngineLoaders\LibraryLoader\Release\LibraryLoader.exe">
|
<None Include="..\TitanEngineLoaders\LibraryLoader\x32\LibraryLoader.exe">
|
||||||
<Filter>Resource Files\Binary</Filter>
|
<Filter>Resource Files\Binary</Filter>
|
||||||
</None>
|
</None>
|
||||||
<None Include="LOGO.bmp">
|
<None Include="LOGO.bmp">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue