diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-02 22:00:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-02 22:00:41 +0000 |
commit | 346a422f31481998b5f6d910ce79ef992059e1b5 (patch) | |
tree | c2077c0176693d8627812e38afb64e87fc3e7b59 /plugins/Dbx_tree/encryption/ARC4.vcxproj | |
parent | 0e38286cbb667140631087811610a375c3e64b48 (diff) |
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/encryption/ARC4.vcxproj')
-rw-r--r-- | plugins/Dbx_tree/encryption/ARC4.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dbx_tree/encryption/ARC4.vcxproj b/plugins/Dbx_tree/encryption/ARC4.vcxproj index f913f0406a..619b973414 100644 --- a/plugins/Dbx_tree/encryption/ARC4.vcxproj +++ b/plugins/Dbx_tree/encryption/ARC4.vcxproj @@ -109,7 +109,6 @@ <IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<StringPooling>true</StringPooling>
@@ -132,7 +131,6 @@ <IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<StringPooling>true</StringPooling>
|