diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-31 21:22:26 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-08 10:07:41 +0100 |
commit | b16cfa959da8836028a74194ce4f1d33a1dbef46 (patch) | |
tree | add892f643413887383b7974eee222998f0d67da | |
parent | f98a691933c6faa9fb6098d9242d1081d616396e (diff) | |
download | VeraCrypt-b16cfa959da8836028a74194ce4f1d33a1dbef46.tar.gz VeraCrypt-b16cfa959da8836028a74194ce4f1d33a1dbef46.zip |
Windows: rename VeraCryptExpander project in the global solution
-rw-r--r-- | src/VeraCrypt.sln | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeraCrypt.sln b/src/VeraCrypt.sln index 720517c8..d93ef632 100644 --- a/src/VeraCrypt.sln +++ b/src/VeraCrypt.sln @@ -25,7 +25,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Setup", "Setup\Setup.vcproj EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Boot", "Boot\Windows\Boot.vcproj", "{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VeraCyptExpander", "ExpandVolume\ExpandVolume.vcproj", "{9715FF1D-599B-4BBC-AD96-BEF6E08FF827}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExpandVolume", "ExpandVolume\ExpandVolume.vcproj", "{9715FF1D-599B-4BBC-AD96-BEF6E08FF827}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|