﻿<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
	Name="settings"
	Version="8.00"
	>
	<Rules>
		<CustomBuildRule
			Name="Settings"
			DisplayName="Settings"
			CommandLine="python $(InputPath) [AllOptions] [AdditionalOptions] $(IntDir)"
			Outputs="$(IntDir)/$(InputName).h"
			FileExtensions="*.py"
			AdditionalDependencies="$(ProjectDir)..\configure"
			ExecutionDescription="Executing Settings ..."
			ShowOnlyRuleProperties="false"
			>
			<Properties>
				<EnumProperty
					Name="SqlLite3"
					DisplayName="Use SqlLite3"
					Description="Use SqlLite3"
					DefaultValue="0"
				>
					<Values>
						<EnumValue
						Value="0"
						Switch="NO"
						DisplayName="Don't use SqlLite3"
						/>
						<EnumValue
						Value="1"
						Switch="YES"
						DisplayName="Use SqlLite3"
						/>
					</Values>
				</EnumProperty>
				<EnumProperty
					Name="CLANG"
					DisplayName="Use CLANG"
					Description="Use CLANG"
					DefaultValue="0"
				>
					<Values>
						<EnumValue
						Value="0"
						Switch="NO"
						DisplayName="Don't use CLANG"
						/>
						<EnumValue
						Value="1"
						Switch="YES"
						DisplayName="Use CLANG"
						/>
					</Values>
				</EnumProperty>
			</Properties>
		</CustomBuildRule>
	</Rules>
</VisualStudioToolFile>
