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:
Diffstat (limited to 'src/release.vsprops')
-rw-r--r--src/release.vsprops26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/release.vsprops b/src/release.vsprops
deleted file mode 100644
index 7502e54c5..000000000
--- a/src/release.vsprops
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- DebugInformationFormat="3"
- BufferSecurityCheck="true"
- EnableEnhancedInstructionSet="1"
- AdditionalOptions="/MP"
- />
- <Tool
- Name="VCLinkerTool"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LargeAddressAware="2"
- RandomizedBaseAddress="2"
- DataExecutionPrevention="2"
- />
-</VisualStudioPropertySheet>