mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Modifications to remove all TrueCrypt references in names. generate new GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/NODEFAULTLIB:LIBCMTD"
|
||||
AdditionalDependencies="libcmtd.lib comctl32.lib setupapi.lib"
|
||||
OutputFile="$(OutDir)/TrueCryptSetup.exe"
|
||||
OutputFile="$(OutDir)/VeraCryptSetup.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateManifest="false"
|
||||
UACExecutionLevel="2"
|
||||
@@ -99,7 +99,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="md "..\Debug\Setup Files" 2>NUL:
copy Debug\TrueCryptSetup.exe "..\Debug\Setup Files\TrueCrypt Setup.exe" >NUL:
"
|
||||
CommandLine="md "..\Debug\Setup Files" 2>NUL:
copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL:
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -153,7 +153,7 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/IGNORE:4089"
|
||||
AdditionalDependencies="comctl32.lib setupapi.lib"
|
||||
OutputFile="$(OutDir)/TrueCryptSetup.exe"
|
||||
OutputFile="$(OutDir)/VeraCryptSetup.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateManifest="false"
|
||||
UACExecutionLevel="2"
|
||||
@@ -187,7 +187,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy Release\TrueCryptSetup.exe "..\Release\Setup Files\TrueCrypt Setup.exe""
|
||||
CommandLine="copy Release\VeraCryptSetup.exe "..\Release\Setup Files\VeraCrypt Setup.exe""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
@@ -416,19 +416,19 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Common\TrueCrypt.ico"
|
||||
RelativePath="..\Common\VeraCrypt.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TrueCrypt_setup.bmp"
|
||||
RelativePath=".\VeraCrypt_setup.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TrueCrypt_setup_background.bmp"
|
||||
RelativePath=".\VeraCrypt_setup_background.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Common\TrueCrypt_Volume.ico"
|
||||
RelativePath="..\Common\VeraCrypt_Volume.ico"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
|
||||
Reference in New Issue
Block a user