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

common.vsprops « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dde8c5d7dd280be47a905647752f41f02034a8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="common"
	OutputDirectory="$(ConfigurationName)"
	IntermediateDirectory="$(OutDir)"
	>
	<Tool
		Name="VCCLCompilerTool"
		EnableFunctionLevelLinking="true"
		WarningLevel="3"
		DisableSpecificWarnings=""
		PreprocessorDefinitions="WINVER=0x0600"
	/>
</VisualStudioPropertySheet>