mirror of https://github.com/Cisco-Talos/clamav
parent
e4bf8f9455
commit
80dea05931
@ -0,0 +1,235 @@ |
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?> |
||||||
|
<VisualStudioProject |
||||||
|
Keyword="Win32Proj" |
||||||
|
Name="clamdscan" |
||||||
|
ProjectGUID="{9571E1BE-DDDA-47CB-8675-238D405FCADA}" |
||||||
|
ProjectType="Visual C++" |
||||||
|
RootNamespace="clamdscan" |
||||||
|
TargetFrameworkVersion="196613" |
||||||
|
Version="9,00" |
||||||
|
> |
||||||
|
<Platforms> |
||||||
|
<Platform |
||||||
|
Name="Win32" |
||||||
|
/> |
||||||
|
</Platforms> |
||||||
|
<ToolFiles> |
||||||
|
</ToolFiles> |
||||||
|
<Configurations> |
||||||
|
<Configuration |
||||||
|
CharacterSet="2" |
||||||
|
ConfigurationType="1" |
||||||
|
IntermediateDirectory="$(SolutionDir)build\$(ProjectName)\$(ConfigurationName)" |
||||||
|
Name="Debug|Win32" |
||||||
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
||||||
|
> |
||||||
|
<Tool |
||||||
|
Name="VCPreBuildEventTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCCustomBuildTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCXMLDataGeneratorTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCWebServiceProxyGeneratorTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCMIDLTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
AdditionalIncludeDirectories=""$(SolutionDir)";"$(SolutionDir)..\libclamav";"$(SolutionDir)compat";"$(SolutionDir)3rdparty\zlib";"$(SolutionDir)3rdparty\pthreads";"$(SolutionDir)3rdparty\bzip2";"$(SolutionDir).."" |
||||||
|
BasicRuntimeChecks="3" |
||||||
|
CompileAs="1" |
||||||
|
DebugInformationFormat="3" |
||||||
|
DisableSpecificWarnings="4996;4244;4090" |
||||||
|
MinimalRebuild="true" |
||||||
|
Name="VCCLCompilerTool" |
||||||
|
Optimization="0" |
||||||
|
PreprocessorDefinitions="WIN32_LEAN_AND_MEAN;HAVE_CONFIG_H;_BIND_TO_CURRENT_VCLIBS_VERSION=1" |
||||||
|
RuntimeLibrary="3" |
||||||
|
UsePrecompiledHeader="0" |
||||||
|
WarningLevel="3" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCManagedResourceCompilerTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCResourceCompilerTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCPreLinkEventTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
GenerateDebugInformation="true" |
||||||
|
LinkIncremental="1" |
||||||
|
Name="VCLinkerTool" |
||||||
|
SubSystem="1" |
||||||
|
TargetMachine="1" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCALinkTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCManifestTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCXDCMakeTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCBscMakeTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCFxCopTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCAppVerifierTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCPostBuildEventTool" |
||||||
|
/> |
||||||
|
</Configuration> |
||||||
|
<Configuration |
||||||
|
CharacterSet="2" |
||||||
|
ConfigurationType="1" |
||||||
|
IntermediateDirectory="$(SolutionDir)build\$(ProjectName)\$(ConfigurationName)" |
||||||
|
Name="Release|Win32" |
||||||
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
||||||
|
WholeProgramOptimization="1" |
||||||
|
> |
||||||
|
<Tool |
||||||
|
Name="VCPreBuildEventTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCCustomBuildTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCXMLDataGeneratorTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCWebServiceProxyGeneratorTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCMIDLTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
AdditionalIncludeDirectories=""$(SolutionDir)";"$(SolutionDir)..\libclamav";"$(SolutionDir)compat";"$(SolutionDir)3rdparty\zlib";"$(SolutionDir)3rdparty\pthreads";"$(SolutionDir)3rdparty\bzip2";"$(SolutionDir).."" |
||||||
|
CompileAs="1" |
||||||
|
DebugInformationFormat="3" |
||||||
|
DisableSpecificWarnings="4996;4244;4090" |
||||||
|
EnableFunctionLevelLinking="true" |
||||||
|
EnableIntrinsicFunctions="true" |
||||||
|
Name="VCCLCompilerTool" |
||||||
|
Optimization="2" |
||||||
|
PreprocessorDefinitions="WIN32_LEAN_AND_MEAN;HAVE_CONFIG_H;_BIND_TO_CURRENT_VCLIBS_VERSION=1" |
||||||
|
RuntimeLibrary="2" |
||||||
|
UsePrecompiledHeader="0" |
||||||
|
WarningLevel="3" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCManagedResourceCompilerTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCResourceCompilerTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCPreLinkEventTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
EnableCOMDATFolding="2" |
||||||
|
GenerateDebugInformation="true" |
||||||
|
LinkIncremental="1" |
||||||
|
Name="VCLinkerTool" |
||||||
|
OptimizeReferences="2" |
||||||
|
SubSystem="1" |
||||||
|
TargetMachine="1" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCALinkTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCManifestTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCXDCMakeTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCBscMakeTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCFxCopTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCAppVerifierTool" |
||||||
|
/> |
||||||
|
<Tool |
||||||
|
Name="VCPostBuildEventTool" |
||||||
|
/> |
||||||
|
</Configuration> |
||||||
|
</Configurations> |
||||||
|
<References> |
||||||
|
</References> |
||||||
|
<Files> |
||||||
|
<Filter |
||||||
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
||||||
|
Name="Source Files" |
||||||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
||||||
|
> |
||||||
|
<File |
||||||
|
RelativePath="..\clamdscan\clamdscan.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
<File |
||||||
|
RelativePath="..\clamdscan\client.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
<File |
||||||
|
RelativePath="..\clamdscan\proto.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
<Filter |
||||||
|
Name="shared" |
||||||
|
> |
||||||
|
<File |
||||||
|
RelativePath="..\shared\actions.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
<File |
||||||
|
RelativePath="..\shared\misc.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
<File |
||||||
|
RelativePath="..\shared\output.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
</Filter> |
||||||
|
<Filter |
||||||
|
Name="compat" |
||||||
|
> |
||||||
|
<File |
||||||
|
RelativePath=".\compat\libgen.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
<File |
||||||
|
RelativePath=".\compat\setargv.c" |
||||||
|
> |
||||||
|
</File> |
||||||
|
</Filter> |
||||||
|
</Filter> |
||||||
|
<Filter |
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd" |
||||||
|
Name="Header Files" |
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
||||||
|
> |
||||||
|
</Filter> |
||||||
|
<Filter |
||||||
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
||||||
|
Name="Resource Files" |
||||||
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
||||||
|
> |
||||||
|
</Filter> |
||||||
|
</Files> |
||||||
|
<Globals> |
||||||
|
</Globals> |
||||||
|
</VisualStudioProject> |
Loading…
Reference in new issue