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