summaryrefslogtreecommitdiffstats
path: root/WebKitLibraries/win/tools/vsprops/production.vsprops
blob: cc5ba1c75cc43c0ad1d7a736db7721030541ddfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="production"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="__PRODUCTION__=1"
	/>
	<Tool
		Name="VCMIDLTool"
		PreprocessorDefinitions="__PRODUCTION__=1"
	/>
	<Tool
		Name="VCResourceCompilerTool"
		PreprocessorDefinitions="__PRODUCTION__=1"
	/>
	<UserMacro
		Name="ProductionBuild"
		Value="1"
	/>
	<UserMacro
		Name="PRODUCTION"
		Value="1"
		PerformEnvironmentSet="true"
	/>
</VisualStudioPropertySheet>