diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2013-06-22 17:34:53 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:18:19 +0100 |
commit | 03867fbf5653c0260e71271e0ddf46ed1045b488 (patch) | |
tree | 30e50899e075d4259eb7d807f9903c057bc86aec /src/Setup/Setup.vcproj | |
parent | a630fae22ce0c942af9abdff28b87609909012d2 (diff) | |
download | VeraCrypt-03867fbf5653c0260e71271e0ddf46ed1045b488.tar.gz VeraCrypt-03867fbf5653c0260e71271e0ddf46ed1045b488.zip |
Modifications to remove all TrueCrypt references in names. generate new GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
Diffstat (limited to 'src/Setup/Setup.vcproj')
-rw-r--r-- | src/Setup/Setup.vcproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Setup/Setup.vcproj b/src/Setup/Setup.vcproj index bb1d6f57..cd27eac2 100644 --- a/src/Setup/Setup.vcproj +++ b/src/Setup/Setup.vcproj @@ -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
|