view build/win32/build_environments/visual_studio_9/fife.vcproj.user @ 538:00aa20dc8b7f

Made the Setting class much more customizable by adding the SettingEntry class. Adopted demos to the changes Note: Setting ScreenWidth and ScreenHeight are now combined into ScreenResolution of format <width>x<height> FullScreen and PlaySounds are now of type bool
author nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 01 Jun 2010 18:14:26 +0000
parents 64738befdf3b
children
line wrap: on
line source

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioUserFile
	ProjectType="Visual C++"
	Version="9.00"
	ShowAllFiles="false"
	>
	<Configurations>
		<Configuration
			Name="Debug_python|Win32"
			>
			<DebugSettings
				Command="python"
				WorkingDirectory="&quot;..\..\..\..\demos\rio_de_hola&quot;"
				CommandArguments="run.py"
			/>
		</Configuration>
		<Configuration
			Name="Release_python|Win32"
			>
			<DebugSettings
				Command="python"
				WorkingDirectory="&quot;..\..\..\..\demos\rio_de_hola&quot;"
				CommandArguments="run.py"
			/>
		</Configuration>
	</Configurations>
</VisualStudioUserFile>