summaryrefslogtreecommitdiff
path: root/HTTPServer/HTTPServer.vcproj
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-24 16:55:09 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-24 16:55:09 +0000
commit5b74bda58f47e7894a83643b86d24f0c78e60285 (patch)
tree7e09452c287b46442dae30a7186539bc53793dca /HTTPServer/HTTPServer.vcproj
parent03a7b123e64c552639c89cb80105003b076eff55 (diff)
added HTTPServer
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@206 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'HTTPServer/HTTPServer.vcproj')
-rw-r--r--HTTPServer/HTTPServer.vcproj307
1 files changed, 307 insertions, 0 deletions
diff --git a/HTTPServer/HTTPServer.vcproj b/HTTPServer/HTTPServer.vcproj
new file mode 100644
index 0000000..84333b8
--- /dev/null
+++ b/HTTPServer/HTTPServer.vcproj
@@ -0,0 +1,307 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="HTTPServer"
+ ProjectGUID="{F7A70398-AFA0-4A58-B645-85268F9517DE}"
+ RootNamespace="HTTPServer"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\HTTPServer___Win32_Debug/HTTPServer.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="./miranda/include/"
+ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;_WIN32_IE=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\Debug/HTTPServer.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="4"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="msvcrtd.lib User32.lib Kernel32.lib Ws2_32.lib Comdlg32.lib comctl32.lib libcpmtd.lib"
+ OutputFile="../Bin/Debug/plugins/HTTPServer.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="C:\Program Files\Microsoft Speech SDK 5.1\Lib\i386"
+ IgnoreAllDefaultLibraries="true"
+ GenerateDebugInformation="true"
+ BaseAddress="0x22500000"
+ ImportLibrary=".\Debug\HTTPServer.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy $(TargetPath) D:\Tools\Miranda\Plugins&#x0D;&#x0A;copy $(TargetDir)*.pdb D:\Tools\Miranda\Plugins&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/HTTPServer.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="./miranda/include/"
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;_WIN32_IE=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\Release/HTTPServer.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="4"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="msvcrt.lib User32.lib Kernel32.lib Ws2_32.lib Comdlg32.lib comctl32.lib libcpmt.lib"
+ OutputFile=".\Release/HTTPServer.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ IgnoreAllDefaultLibraries="true"
+ SubSystem="2"
+ BaseAddress="0x22500000"
+ ImportLibrary=".\Release/HTTPServer.lib"
+ />
+ <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="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath=".\AggressiveOptimize.h"
+ >
+ </File>
+ <File
+ RelativePath=".\FileShareNode.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\FileShareNode.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Glob.h"
+ >
+ </File>
+ <File
+ RelativePath=".\GuiElements.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\GuiElements.h"
+ >
+ </File>
+ <File
+ RelativePath=".\HttpUser.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\HttpUser.h"
+ >
+ </File>
+ <File
+ RelativePath=".\IndexCreation.h"
+ >
+ </File>
+ <File
+ RelativePath=".\IndexHTML.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\IndexXML.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\m_HTTPServer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\MimeHandling.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\MimeHandling.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ <File
+ RelativePath=".\dis_srv.ico"
+ >
+ </File>
+ <File
+ RelativePath="resource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\resource.rc"
+ >
+ </File>
+ <File
+ RelativePath=".\share_ne.ico"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="Changelog.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>