Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Mar 5, 2024
1 parent 24045eb commit 0af7af9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
Binary file modified StartTAP/Resource.rc
Binary file not shown.
Binary file modified start/Resource.aps
Binary file not shown.
13 changes: 7 additions & 6 deletions start/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ END

#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,0
PRODUCTVERSION 0,4,0,0
FILEVERSION 0,5,0,0
PRODUCTVERSION 0,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x25L
Expand All @@ -67,13 +68,13 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Rounak"
VALUE "FileDescription", "TranslucentSM"
VALUE "FileVersion", "0.4.0.0"
VALUE "FileDescription", "TranslucentSM Loader"
VALUE "FileVersion", "0.5.0.0"
VALUE "InternalName", "start.exe"
VALUE "LegalCopyright", "Copyright (C) 2023 Rounak"
VALUE "LegalCopyright", "Copyright (C) 2024 Rounak"
VALUE "OriginalFilename", "start.exe"
VALUE "ProductName", "TranslucentSM"
VALUE "ProductVersion", "0.4.0.0"
VALUE "ProductVersion", "0.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
16 changes: 16 additions & 0 deletions start/start.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,42 @@
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<DisableAdvancedSupport>true</DisableAdvancedSupport>
<SupportLTL>true</SupportLTL>
<CleanImport>true</CleanImport>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<DisableAdvancedSupport>true</DisableAdvancedSupport>
<SupportLTL>true</SupportLTL>
<CleanImport>true</CleanImport>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<DisableAdvancedSupport>true</DisableAdvancedSupport>
<SupportLTL>true</SupportLTL>
<CleanImport>true</CleanImport>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<DisableAdvancedSupport>true</DisableAdvancedSupport>
<SupportLTL>true</SupportLTL>
<CleanImport>true</CleanImport>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down

0 comments on commit 0af7af9

Please sign in to comment.