283cd49e648ae47f700c5795b40e1164d43be111
[platform/upstream/doxygen.git] / winbuild / Settings.rules
1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile
3         Name="settings"
4         Version="8.00"
5         >
6         <Rules>
7                 <CustomBuildRule
8                         Name="Settings"
9                         DisplayName="Settings"
10                         CommandLine="python $(InputPath) [AllOptions] [AdditionalOptions] $(IntDir)"
11                         Outputs="$(IntDir)/$(InputName).h"
12                         FileExtensions="*.py"
13                         AdditionalDependencies="$(ProjectDir)..\configure"
14                         ExecutionDescription="Executing Settings ..."
15                         ShowOnlyRuleProperties="false"
16                         >
17                         <Properties>
18                                 <EnumProperty
19                                         Name="SqlLite3"
20                                         DisplayName="Use SqlLite3"
21                                         Description="Use SqlLite3"
22                                         DefaultValue="0"
23                                 >
24                                         <Values>
25                                                 <EnumValue
26                                                 Value="0"
27                                                 Switch="NO"
28                                                 DisplayName="Don't use SqlLite3"
29                                                 />
30                                                 <EnumValue
31                                                 Value="1"
32                                                 Switch="YES"
33                                                 DisplayName="Use SqlLite3"
34                                                 />
35                                         </Values>
36                                 </EnumProperty>
37                                 <EnumProperty
38                                         Name="CLANG"
39                                         DisplayName="Use CLANG"
40                                         Description="Use CLANG"
41                                         DefaultValue="0"
42                                 >
43                                         <Values>
44                                                 <EnumValue
45                                                 Value="0"
46                                                 Switch="NO"
47                                                 DisplayName="Don't use CLANG"
48                                                 />
49                                                 <EnumValue
50                                                 Value="1"
51                                                 Switch="YES"
52                                                 DisplayName="Use CLANG"
53                                                 />
54                                         </Values>
55                                 </EnumProperty>
56                         </Properties>
57                 </CustomBuildRule>
58         </Rules>
59 </VisualStudioToolFile>