source: clamav/trunk/win32/clamdscan.vcxproj@ 319

Last change on this file since 319 was 319, checked in by Yuri Dario, 14 years ago

clamav: update trunk to 0.97.

File size: 9.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2
3<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Debug|x64">
10 <Configuration>Debug</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Release|Win32">
14 <Configuration>Release</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Release|x64">
18 <Configuration>Release</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
21 </ItemGroup>
22 <PropertyGroup Label="Globals">
23 <ProjectGuid>{094B13E4-321B-479B-919F-FB84A0F0DA1F}</ProjectGuid>
24 <Keyword>Win32Proj</Keyword>
25 <RootNamespace>clamdscan</RootNamespace>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <UseDebugLibraries>true</UseDebugLibraries>
31 <CharacterSet>MultiByte</CharacterSet>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <CharacterSet>MultiByte</CharacterSet>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <UseDebugLibraries>false</UseDebugLibraries>
41 <WholeProgramOptimization>true</WholeProgramOptimization>
42 <CharacterSet>MultiByte</CharacterSet>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
45 <ConfigurationType>Application</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>MultiByte</CharacterSet>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
54 <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57 <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
58 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
60 <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
63 <Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/>
64 </ImportGroup>
65 <PropertyGroup Label="UserMacros"/>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67 <LinkIncremental>true</LinkIncremental>
68 <IntDir>$(SolutionDir)build\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
69 <OutDir>$(SolutionDir)$(PlatformName)\$(Configuration)\</OutDir>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
72 <LinkIncremental>true</LinkIncremental>
73 <IntDir>$(SolutionDir)build\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
74 <OutDir>$(SolutionDir)$(PlatformName)\$(Configuration)\</OutDir>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
77 <LinkIncremental>false</LinkIncremental>
78 <IntDir>$(SolutionDir)build\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
79 <OutDir>$(SolutionDir)$(PlatformName)\$(Configuration)\</OutDir>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82 <LinkIncremental>false</LinkIncremental>
83 <IntDir>$(SolutionDir)build\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
84 <OutDir>$(SolutionDir)$(PlatformName)\$(Configuration)\</OutDir>
85 </PropertyGroup>
86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <ClCompile>
88 <PrecompiledHeader>NotUsing</PrecompiledHeader>
89 <WarningLevel>Level3</WarningLevel>
90 <Optimization>Disabled</Optimization>
91 <PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <AdditionalIncludeDirectories>"$(SolutionDir)";"$(SolutionDir)..\libclamav";"$(SolutionDir)compat";"$(SolutionDir)3rdparty\zlib";"$(SolutionDir)3rdparty\pthreads";"$(SolutionDir)3rdparty\bzip2";"$(SolutionDir).."</AdditionalIncludeDirectories>
93 <CompileAs>CompileAsC</CompileAs>
94 <DisableSpecificWarnings>4996;4244</DisableSpecificWarnings>
95 </ClCompile>
96 <Link>
97 <SubSystem>Console</SubSystem>
98 <GenerateDebugInformation>true</GenerateDebugInformation>
99 </Link>
100 </ItemDefinitionGroup>
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102 <ClCompile>
103 <PrecompiledHeader>NotUsing</PrecompiledHeader>
104 <WarningLevel>Level3</WarningLevel>
105 <Optimization>Disabled</Optimization>
106 <PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 <AdditionalIncludeDirectories>"$(SolutionDir)";"$(SolutionDir)..\libclamav";"$(SolutionDir)compat";"$(SolutionDir)3rdparty\zlib";"$(SolutionDir)3rdparty\pthreads";"$(SolutionDir)3rdparty\bzip2";"$(SolutionDir).."</AdditionalIncludeDirectories>
108 <CompileAs>CompileAsC</CompileAs>
109 <DisableSpecificWarnings>4996;4244</DisableSpecificWarnings>
110 </ClCompile>
111 <Link>
112 <SubSystem>Console</SubSystem>
113 <GenerateDebugInformation>true</GenerateDebugInformation>
114 </Link>
115 </ItemDefinitionGroup>
116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117 <ClCompile>
118 <WarningLevel>Level3</WarningLevel>
119 <PrecompiledHeader>NotUsing</PrecompiledHeader>
120 <Optimization>MaxSpeed</Optimization>
121 <FunctionLevelLinking>true</FunctionLevelLinking>
122 <IntrinsicFunctions>true</IntrinsicFunctions>
123 <PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 <AdditionalIncludeDirectories>"$(SolutionDir)";"$(SolutionDir)..\libclamav";"$(SolutionDir)compat";"$(SolutionDir)3rdparty\zlib";"$(SolutionDir)3rdparty\pthreads";"$(SolutionDir)3rdparty\bzip2";"$(SolutionDir).."</AdditionalIncludeDirectories>
125 <CompileAs>CompileAsC</CompileAs>
126 <DisableSpecificWarnings>4996;4244</DisableSpecificWarnings>
127 </ClCompile>
128 <Link>
129 <SubSystem>Console</SubSystem>
130 <GenerateDebugInformation>true</GenerateDebugInformation>
131 <EnableCOMDATFolding>true</EnableCOMDATFolding>
132 <OptimizeReferences>true</OptimizeReferences>
133 </Link>
134 </ItemDefinitionGroup>
135 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
136 <ClCompile>
137 <WarningLevel>Level3</WarningLevel>
138 <PrecompiledHeader>NotUsing</PrecompiledHeader>
139 <Optimization>MaxSpeed</Optimization>
140 <FunctionLevelLinking>true</FunctionLevelLinking>
141 <IntrinsicFunctions>true</IntrinsicFunctions>
142 <PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143 <AdditionalIncludeDirectories>"$(SolutionDir)";"$(SolutionDir)..\libclamav";"$(SolutionDir)compat";"$(SolutionDir)3rdparty\zlib";"$(SolutionDir)3rdparty\pthreads";"$(SolutionDir)3rdparty\bzip2";"$(SolutionDir).."</AdditionalIncludeDirectories>
144 <CompileAs>CompileAsC</CompileAs>
145 <DisableSpecificWarnings>4996;4244</DisableSpecificWarnings>
146 </ClCompile>
147 <Link>
148 <SubSystem>Console</SubSystem>
149 <GenerateDebugInformation>true</GenerateDebugInformation>
150 <EnableCOMDATFolding>true</EnableCOMDATFolding>
151 <OptimizeReferences>true</OptimizeReferences>
152 </Link>
153 </ItemDefinitionGroup>
154 <ItemGroup>
155 <ResourceCompile Include="res\clamdscan.rc"/>
156 </ItemGroup>
157 <ItemGroup>
158 <ClCompile Include="..\shared\clamdcom.c"/>
159 <ClCompile Include="..\clamdscan\clamdscan.c"/>
160 <ClCompile Include="..\clamdscan\client.c"/>
161 <ClCompile Include="..\clamdscan\proto.c"/>
162 <ClCompile Include="..\shared\actions.c"/>
163 <ClCompile Include="..\shared\misc.c"/>
164 <ClCompile Include="..\shared\output.c"/>
165 </ItemGroup>
166 <ItemGroup>
167 <ProjectReference Include="libclamav.vcxproj">
168 <Project>{09d341e9-7372-46e9-b0d7-caaf77984190}</Project>
169 </ProjectReference>
170 </ItemGroup>
171 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
172 <ImportGroup Label="ExtensionTargets">
173 </ImportGroup>
174</Project>
Note: See TracBrowser for help on using the repository browser.