diff options
Diffstat (limited to 'new_gpg.vcproj')
-rw-r--r-- | new_gpg.vcproj | 114 |
1 files changed, 113 insertions, 1 deletions
diff --git a/new_gpg.vcproj b/new_gpg.vcproj index f195b1a..f1fc7fa 100644 --- a/new_gpg.vcproj +++ b/new_gpg.vcproj @@ -258,7 +258,9 @@ EnableFunctionLevelLinking="true"
EnableEnhancedInstructionSet="1"
FloatingPointModel="0"
- PrecompiledHeaderFile=".\Release Unicode (static)/testplug.pch"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
AssemblerListingLocation=".\Release Unicode (static)/"
ObjectFile=".\Release Unicode (static)/"
ProgramDataBaseFileName=".\Release Unicode (static)/"
@@ -627,6 +629,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\gpg_wrapper.cpp"
@@ -639,6 +651,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\icons.cpp"
@@ -651,6 +673,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\init.cpp"
@@ -664,6 +696,16 @@ PrecompiledHeaderThrough="commonheaders.h"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\jabber_account.cpp"
@@ -676,6 +718,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\main.cpp"
@@ -688,6 +740,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\messages.cpp"
@@ -700,6 +762,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\metacontacts.cpp"
@@ -712,6 +784,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\options.cpp"
@@ -724,6 +806,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\srmm.cpp"
@@ -736,6 +828,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\utilities.cpp"
@@ -748,6 +850,16 @@ UsePrecompiledHeader="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release Unicode (static)|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="commonheaders.h"
+ PrecompiledHeaderFile="c:\temp\new_gpg.pch"
+ />
+ </FileConfiguration>
</File>
</Filter>
<Filter
|