osd-contiki/platform/win32/vcproj/shell.prg.vcproj
2008-02-10 12:13:06 +00:00

313 lines
6.1 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="shell.prg"
ProjectGUID="{54FB8E12-5558-460C-BC6E-9D67D8A564E8}"
RootNamespace="shellprg"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="&quot;$(OutDir)\contiki.lib&quot;"
OutputFile="$(OutDir)\$(ProjectName)"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;../../../cpu/native;../../../core;../../../apps/program-handler"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;PLATFORM_BUILD;WITH_LOADER_ARCH;AUTOSTART_ENABLE"
RuntimeLibrary="2"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="&quot;$(OutDir)\contiki.lib&quot;"
OutputFile="$(OutDir)\$(ProjectName)"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="lib"
>
<File
RelativePath="..\..\..\core\lib\ctk-textentry-cmdline.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\ctk-textentry-cmdline.h"
>
</File>
<File
RelativePath="..\..\..\core\lib\list.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\list.h"
>
</File>
<File
RelativePath="..\..\..\core\lib\random.c"
>
</File>
<File
RelativePath="..\..\..\core\lib\random.h"
>
</File>
</Filter>
<File
RelativePath="..\..\..\apps\shell\gui-shell.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-blink.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-exec.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-file.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-file.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-netfile.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-profile.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-ps.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-ps.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-reboot.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-netcmd.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-ping.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime-sniff.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rime.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-rsh.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-run.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-run.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-sendtest.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-sky.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-text.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-text.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-time.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-time.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell-vars.h"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell.c"
>
</File>
<File
RelativePath="..\..\..\apps\shell\shell.h"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>