2006-08-22 00:37:16 +02:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8,00"
|
|
|
|
Name="webserver.prg"
|
|
|
|
ProjectGUID="{C741203A-ADD3-4C4A-9BF1-82978105F057}"
|
|
|
|
RootNamespace="webserverprg"
|
|
|
|
Keyword="Win32Proj"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
2007-04-07 01:53:59 +02:00
|
|
|
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
|
2006-08-22 00:37:16 +02:00
|
|
|
ConfigurationType="2"
|
2006-09-10 01:13:09 +02:00
|
|
|
CharacterSet="2"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2007-04-07 01:53:59 +02:00
|
|
|
AdditionalIncludeDirectories="..;../../../core;../../../apps/program-handler"
|
2006-08-22 00:37:16 +02:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;PROCESS_LOADABLE;WITH_LOADER_ARCH"
|
|
|
|
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=""$(OutDir)\contiki.lib""
|
|
|
|
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)"
|
2007-04-07 01:53:59 +02:00
|
|
|
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
|
2006-08-22 00:37:16 +02:00
|
|
|
ConfigurationType="2"
|
2006-09-10 01:13:09 +02:00
|
|
|
CharacterSet="2"
|
2006-08-22 00:37:16 +02:00
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-04-07 01:53:59 +02:00
|
|
|
AdditionalIncludeDirectories="..;../../../core;../../../apps/program-handler"
|
2006-08-22 00:37:16 +02:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;PROCESS_LOADABLE;WITH_LOADER_ARCH"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies=""$(OutDir)\contiki.lib""
|
|
|
|
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="net"
|
|
|
|
>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\core\net\psock.c"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\core\net\psock.h"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="lib"
|
|
|
|
>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\core\lib\memb.c"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\core\lib\memb.h"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\http-strings.c"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\http-strings.h"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\httpd-cgi.c"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\httpd-cgi.h"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\httpd-fs.c"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\httpd-fs.h"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\httpd.c"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\httpd.h"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\webserver.c"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-04-07 01:53:59 +02:00
|
|
|
RelativePath="..\..\..\apps\webserver\webserver.h"
|
2006-08-22 00:37:16 +02:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|