2002-04-25 04:41:45 +00:00
|
|
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.00"
|
|
|
|
Name="uisw32"
|
|
|
|
ProjectGUID="{A81A8EFA-647A-427A-BD04-F6B469752E7A}"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="Debug"
|
|
|
|
IntermediateDirectory="Debug"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2002-06-25 21:01:08 +00:00
|
|
|
AdditionalIncludeDirectories=""..\..\apps\recorder";"..\..\apps";"..\..\firmware";"..\win32";"..\..\firmware\drivers";"..\..\firmware\common""
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;HAVE_RECORDER_KEYPAD;HAVE_LCD_BITMAP;SIMULATOR;SIMULATOR;LCD_PROPFONTS;"
|
2002-04-25 04:41:45 +00:00
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
CompileAs="1"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(OutDir)/uisw32.exe"
|
|
|
|
LinkIncremental="2"
|
|
|
|
GenerateDebugInformation="TRUE"
|
|
|
|
ProgramDatabaseFile="$(OutDir)/uisw32.pdb"
|
|
|
|
SubSystem="2"
|
|
|
|
TargetMachine="1"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="Release"
|
|
|
|
IntermediateDirectory="Release"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
OmitFramePointers="TRUE"
|
2002-07-02 16:49:06 +00:00
|
|
|
AdditionalIncludeDirectories=""..\..\firmware\drivers";"..\..\firmware";"..\..\firmware\common""
|
2002-04-27 17:02:17 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;ARCHOS_RECORDER;SIMULATOR;WIN32"
|
2002-04-25 04:41:45 +00:00
|
|
|
StringPooling="TRUE"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
EnableFunctionLevelLinking="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="1"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(OutDir)/uisw32.exe"
|
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateDebugInformation="TRUE"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="1"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
2002-06-25 21:01:08 +00:00
|
|
|
<File
|
2002-07-02 16:26:59 +00:00
|
|
|
RelativePath="backlight-win32.c">
|
2002-06-25 21:01:08 +00:00
|
|
|
</File>
|
2002-05-06 11:02:33 +00:00
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="..\..\apps\recorder\bmp.c">
|
2002-05-06 11:02:33 +00:00
|
|
|
</File>
|
2002-06-25 21:01:08 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\recorder\bounce.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\recorder\boxes.c">
|
|
|
|
</File>
|
2002-04-25 04:41:45 +00:00
|
|
|
<File
|
2002-04-28 09:30:54 +00:00
|
|
|
RelativePath="button.c">
|
2002-04-25 04:41:45 +00:00
|
|
|
</File>
|
2002-04-27 17:02:17 +00:00
|
|
|
<File
|
2002-04-28 09:30:54 +00:00
|
|
|
RelativePath="..\..\firmware\chartables.c">
|
2002-04-27 17:02:17 +00:00
|
|
|
</File>
|
2002-05-01 09:34:55 +00:00
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="..\..\apps\credits.c">
|
2002-05-01 09:34:55 +00:00
|
|
|
</File>
|
2002-04-28 19:27:16 +00:00
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="debug-win32.c">
|
2002-04-28 19:27:16 +00:00
|
|
|
</File>
|
2002-05-01 09:34:55 +00:00
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="dir-win32.c">
|
2002-05-01 09:34:55 +00:00
|
|
|
</File>
|
2002-06-25 21:01:08 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\games_menu.c">
|
|
|
|
</File>
|
2002-05-08 10:49:48 +00:00
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="..\..\apps\recorder\icons.c">
|
2002-05-08 10:49:48 +00:00
|
|
|
</File>
|
2002-05-01 09:34:55 +00:00
|
|
|
<File
|
2002-05-06 11:02:33 +00:00
|
|
|
RelativePath="..\..\firmware\id3.c">
|
2002-05-01 09:34:55 +00:00
|
|
|
</File>
|
2002-04-25 04:41:45 +00:00
|
|
|
<File
|
|
|
|
RelativePath="kernel.c">
|
|
|
|
</File>
|
|
|
|
<File
|
2002-04-27 15:20:53 +00:00
|
|
|
RelativePath="lcd-win32.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\firmware\drivers\lcd.c">
|
2002-04-25 04:41:45 +00:00
|
|
|
</File>
|
2002-05-06 11:02:33 +00:00
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="..\..\apps\main.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\main_menu.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\menu.c">
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="mpeg.c">
|
2002-05-06 11:02:33 +00:00
|
|
|
</File>
|
2002-04-25 04:41:45 +00:00
|
|
|
<File
|
2002-05-01 09:34:55 +00:00
|
|
|
RelativePath="panic-win32.c">
|
|
|
|
</File>
|
2002-05-06 11:02:33 +00:00
|
|
|
<File
|
2002-06-28 14:57:03 +00:00
|
|
|
RelativePath="..\..\apps\playlist.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\screensavers_menu.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\settings.c">
|
2002-05-29 16:34:40 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
|
|
|
</FileConfiguration>
|
2002-05-06 11:02:33 +00:00
|
|
|
</File>
|
2002-06-25 21:01:08 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\settings_menu.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\recorder\sokoban.c">
|
|
|
|
</File>
|
2002-05-29 16:34:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\sound_menu.c">
|
|
|
|
</File>
|
2002-05-06 11:02:33 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\firmware\common\sprintf.c">
|
|
|
|
</File>
|
2002-06-25 21:01:08 +00:00
|
|
|
<File
|
|
|
|
RelativePath="string-win32.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\firmware\common\strtok.c">
|
|
|
|
</File>
|
2002-06-12 15:39:39 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\recorder\tetris.c">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="thread-win32.c">
|
|
|
|
</File>
|
2002-05-06 11:02:33 +00:00
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="..\..\apps\tree.c">
|
2002-05-06 11:02:33 +00:00
|
|
|
</File>
|
2002-04-25 04:41:45 +00:00
|
|
|
<File
|
2002-04-27 17:02:17 +00:00
|
|
|
RelativePath="uisw32.c">
|
2002-04-25 04:41:45 +00:00
|
|
|
</File>
|
2002-06-25 21:01:08 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\apps\wps.c">
|
|
|
|
</File>
|
2002-04-25 04:41:45 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc">
|
2002-05-08 10:49:48 +00:00
|
|
|
<File
|
|
|
|
RelativePath="dir-win32.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\x11\dir.h">
|
|
|
|
</File>
|
2002-05-01 09:34:55 +00:00
|
|
|
<File
|
2002-05-06 11:02:33 +00:00
|
|
|
RelativePath="lcd-win32.h">
|
2002-05-01 09:34:55 +00:00
|
|
|
</File>
|
2002-04-25 04:41:45 +00:00
|
|
|
<File
|
2002-05-06 11:02:33 +00:00
|
|
|
RelativePath="..\play.h">
|
2002-04-25 04:41:45 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="resource.h">
|
|
|
|
</File>
|
2002-05-06 11:02:33 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\screensaver.h">
|
|
|
|
</File>
|
2002-06-12 15:39:39 +00:00
|
|
|
<File
|
|
|
|
RelativePath="thread-win32.h">
|
|
|
|
</File>
|
2002-05-06 11:02:33 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\tree.h">
|
|
|
|
</File>
|
2002-04-25 04:41:45 +00:00
|
|
|
<File
|
|
|
|
RelativePath="uisw32.h">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Resource Files"
|
|
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
|
|
|
<File
|
2002-05-29 16:34:40 +00:00
|
|
|
RelativePath="UI256.bmp">
|
2002-04-25 04:41:45 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="uisw32.rc">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|