Compare commits
64 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1211d0c7cf | |||
| 450bef3128 | |||
| d3c1fe5af5 | |||
| 62e2db5bad | |||
| 5cb85913b7 | |||
| 9f9eb80d5a | |||
| 90378d1578 | |||
| f014356b89 | |||
| 29272ce4d6 | |||
| 3c5c17bd68 | |||
| c720b63b53 | |||
| 98628d99dd | |||
| db4ce3f722 | |||
| 3d1bdebd0b | |||
| 515d21de58 | |||
| fd4db34a09 | |||
| 6ab5045a50 | |||
| 17b7a7053e | |||
| 38d66d78d9 | |||
| 0c3692e0a6 | |||
| 2ccdc5e9ad | |||
| 0729bed185 | |||
| ab94649c59 | |||
| 9481fbff8b | |||
| 572e71a554 | |||
| 2037b6641c | |||
| dd5e152e15 | |||
| 6c784f9521 | |||
| 1fd156d904 | |||
| 5e8ca72c15 | |||
| 7b7338f0bd | |||
| a256302798 | |||
| ed2b17c0a8 | |||
| 5b88e33436 | |||
| a36ec9dfbf | |||
| d49ed5e197 | |||
| 4ff3ef9725 | |||
| e6123dacaa | |||
| a29d188a6c | |||
| 1c1053eaf1 | |||
| fb93518d8e | |||
| 4406cb52eb | |||
| a15926560e | |||
| 4e0baba1f6 | |||
| 7a51d48790 | |||
| 7a458a9b2e | |||
| 91c4b30fa6 | |||
| 32bd69aa78 | |||
| d1b2ee982a | |||
| ac10ae7c5f | |||
| 0b4188a2d0 | |||
| d8dae69217 | |||
| 3e87af7f46 | |||
| 2254247f61 | |||
| 3a521f7a9d | |||
| cc491f7666 | |||
| 7c95849115 | |||
| 7f1916cf89 | |||
| dd92bfe057 | |||
| a929dbe392 | |||
| 17364e7ea8 | |||
| f05ef1ca00 | |||
| 4d5efd63d2 | |||
| a7990722de |
+1203
-225
File diff suppressed because it is too large
Load Diff
+20
-20
@@ -56,8 +56,8 @@ VS_VERSION_INFO$(_DEB32) VERSIONINFO
|
||||
#else
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#endif
|
||||
FILEVERSION 2,6,1,1
|
||||
PRODUCTVERSION 2,6,0,0
|
||||
FILEVERSION 3,1,2,1
|
||||
PRODUCTVERSION 3,1,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@@ -74,12 +74,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Egalware s.r.l."
|
||||
VALUE "FileDescription", "Advanced Converter Debug Version"
|
||||
VALUE "FileVersion", "2.6a1"
|
||||
VALUE "FileVersion", "3.1b1"
|
||||
VALUE "InternalName", "EgtConverter"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2014-2024 by Egalware s.r.l."
|
||||
VALUE "LegalCopyright", "Copyright (C) 2020-2026 by Egalware s.r.l."
|
||||
VALUE "OriginalFilename", "EgtConverterD32.exe"
|
||||
VALUE "ProductName", "EgalTech Advanced Converter"
|
||||
VALUE "ProductVersion", "2.6"
|
||||
VALUE "ProductVersion", "3.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
@@ -95,8 +95,8 @@ VS_VERSION_INFO$(NDEB32) VERSIONINFO
|
||||
#else
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#endif
|
||||
FILEVERSION 2,6,1,1
|
||||
PRODUCTVERSION 2,6,0,0
|
||||
FILEVERSION 3,1,2,1
|
||||
PRODUCTVERSION 3,1,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@@ -113,12 +113,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Egalware s.r.l."
|
||||
VALUE "FileDescription", "Advanced Converter"
|
||||
VALUE "FileVersion", "2.6a1"
|
||||
VALUE "FileVersion", "3.1b1"
|
||||
VALUE "InternalName", "EgtConverter"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2014-2024 by Egalware s.r.l."
|
||||
VALUE "LegalCopyright", "Copyright (C) 2020-2026 by Egalware s.r.l."
|
||||
VALUE "OriginalFilename", "EgtConverterR32.exe"
|
||||
VALUE "ProductName", "EgalTech Advanced Converter"
|
||||
VALUE "ProductVersion", "2.6"
|
||||
VALUE "ProductVersion", "3.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
@@ -134,8 +134,8 @@ VS_VERSION_INFO$(_DEB64) VERSIONINFO
|
||||
#else
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#endif
|
||||
FILEVERSION 2,6,1,1
|
||||
PRODUCTVERSION 2,6,0,0
|
||||
FILEVERSION 3,1,2,1
|
||||
PRODUCTVERSION 3,1,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@@ -152,12 +152,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Egalware s.r.l."
|
||||
VALUE "FileDescription", "Advanced Converter Debug Version"
|
||||
VALUE "FileVersion", "2.6a1"
|
||||
VALUE "FileVersion", "3.1b1"
|
||||
VALUE "InternalName", "EgtConverter"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2014-2024 by Egalware s.r.l."
|
||||
VALUE "LegalCopyright", "Copyright (C) 2020-2026 by Egalware s.r.l."
|
||||
VALUE "OriginalFilename", "EgtConverterD64.exe"
|
||||
VALUE "ProductName", "EgalTech Advanced Converter"
|
||||
VALUE "ProductVersion", "2.6"
|
||||
VALUE "ProductVersion", "3.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
@@ -173,8 +173,8 @@ VS_VERSION_INFO$(NDEB64) VERSIONINFO
|
||||
#else
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#endif
|
||||
FILEVERSION 2,6,1,1
|
||||
PRODUCTVERSION 2,6,0,0
|
||||
FILEVERSION 3,1,2,1
|
||||
PRODUCTVERSION 3,1,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@@ -191,12 +191,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Egalware s.r.l."
|
||||
VALUE "FileDescription", "Advanced Converter"
|
||||
VALUE "FileVersion", "2.6a1"
|
||||
VALUE "FileVersion", "3.1b1"
|
||||
VALUE "InternalName", "EgtConverter"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2014-2024 by Egalware s.r.l."
|
||||
VALUE "LegalCopyright", "Copyright (C) 2020-2026 by Egalware s.r.l."
|
||||
VALUE "OriginalFilename", "EgtConverterR64.exe"
|
||||
VALUE "ProductName", "EgalTech Advanced Converter"
|
||||
VALUE "ProductVersion", "2.6"
|
||||
VALUE "ProductVersion", "3.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
@@ -23,19 +23,19 @@
|
||||
<ProjectGuid>{85FFCC70-F711-43E9-80D9-A2CD755C20A2}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>EgtConverter</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v141_xp</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v141_xp</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
@@ -114,6 +114,7 @@
|
||||
<AdditionalIncludeDirectories>
|
||||
</AdditionalIncludeDirectories>
|
||||
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
@@ -139,6 +140,7 @@
|
||||
<AdditionalIncludeDirectories>"/EgtDev/Extern/C3d/Include"</AdditionalIncludeDirectories>
|
||||
<DisableSpecificWarnings>
|
||||
</DisableSpecificWarnings>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
@@ -168,12 +170,13 @@
|
||||
<AdditionalIncludeDirectories>
|
||||
</AdditionalIncludeDirectories>
|
||||
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<AdditionalDependencies>\EgtDev\Extern\OxySec\Lib\x32\xnodus32.obj;\Release\C3d.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
@@ -198,12 +201,13 @@
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
||||
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
||||
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
||||
<OpenMPSupport>true</OpenMPSupport>
|
||||
<AdditionalIncludeDirectories>"/EgtDev/Extern/C3d/Include"</AdditionalIncludeDirectories>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
|
||||
Reference in New Issue
Block a user