Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2007-07-22 23:55:34 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2007-07-22 23:55:34 +0400
commita17c9b50469f78b88d5a6bf10c135240a027ad80 (patch)
tree38c65098f2eb2f5cd9060ce2e54a981937af69a6 /src/release.vsprops
parentf60cd8a719cb62a7cd179d4c9e80d0a1cf490f6a (diff)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@144 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/release.vsprops')
-rw-r--r--src/release.vsprops26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/release.vsprops b/src/release.vsprops
new file mode 100644
index 000000000..147d72f5d
--- /dev/null
+++ b/src/release.vsprops
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="release"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ OmitFramePointers="true"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ />
+</VisualStudioPropertySheet>