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