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/common.vsprops')
-rw-r--r--src/common.vsprops22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/common.vsprops b/src/common.vsprops
deleted file mode 100644
index e6ee4e447..000000000
--- a/src/common.vsprops
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="common"
- OutputDirectory="$(SolutionDir)bin\lib\$(ConfigurationName)_$(PlatformName)\"
- IntermediateDirectory="$(SolutionDir)bin\obj\$(ConfigurationName)_$(PlatformName)\$(ProjectName)\"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WINVER=0x0600"
- WarningLevel="3"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\$(ProjectName).lib"
- />
- <Tool
- Name="VCLinkerTool"
- SubSystem="2"
- />
-</VisualStudioPropertySheet>