diff options
Diffstat (limited to 'src/Format/Format.vcproj')
-rw-r--r-- | src/Format/Format.vcproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Format/Format.vcproj b/src/Format/Format.vcproj index 878199ad..78478c32 100644 --- a/src/Format/Format.vcproj +++ b/src/Format/Format.vcproj @@ -66,7 +66,7 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="comctl32.lib setupapi.lib ..\Crypto\Debug\crypto.lib"
- OutputFile="$(OutDir)/TrueCryptFormat.exe"
+ OutputFile="$(OutDir)/VeraCryptFormat.exe"
LinkIncremental="2"
GenerateManifest="false"
IgnoreAllDefaultLibraries="false"
@@ -98,7 +98,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="md "..\Debug\Setup Files" 2>NUL:
copy Debug\TrueCryptFormat.exe "..\Debug\Setup Files\TrueCrypt Format.exe" >NUL:
"
+ CommandLine="md "..\Debug\Setup Files" 2>NUL:
copy Debug\VeraCryptFormat.exe "..\Debug\Setup Files\VeraCrypt Format.exe" >NUL:
"
/>
</Configuration>
<Configuration
@@ -152,7 +152,7 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="comctl32.lib setupapi.lib ..\Crypto\Release\crypto.lib"
- OutputFile="$(OutDir)/TrueCryptFormat.exe"
+ OutputFile="$(OutDir)/VeraCryptFormat.exe"
LinkIncremental="1"
GenerateManifest="false"
IgnoreAllDefaultLibraries="false"
@@ -186,7 +186,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy Release\TrueCryptFormat.exe "..\Release\Setup Files\TrueCrypt Format.exe""
+ CommandLine="copy Release\VeraCryptFormat.exe "..\Release\Setup Files\VeraCrypt Format.exe""
/>
</Configuration>
</Configurations>
@@ -552,11 +552,11 @@ >
</File>
<File
- RelativePath="..\Common\TrueCrypt_Volume.ico"
+ RelativePath="..\Common\VeraCrypt_Volume.ico"
>
</File>
<File
- RelativePath=".\TrueCrypt_wizard.bmp"
+ RelativePath=".\VeraCrypt_wizard.bmp"
>
</File>
<Filter
@@ -671,7 +671,7 @@ >
</File>
<File
- RelativePath="..\Common\TrueCrypt.ico"
+ RelativePath="..\Common\VeraCrypt.ico"
>
</File>
</Filter>
|