Home | History | Annotate | Download | only in pocdll
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="pocdll"
      6 	ProjectGUID="{AE5BFB87-850E-4454-B01D-58E7D8BAC224}"
      7 	RootNamespace="pocdll"
      8 	Keyword="Win32Proj"
      9 	>
     10 	<Platforms>
     11 		<Platform
     12 			Name="Win32"
     13 		/>
     14 	</Platforms>
     15 	<ToolFiles>
     16 	</ToolFiles>
     17 	<Configurations>
     18 		<Configuration
     19 			Name="Debug|Win32"
     20 			ConfigurationType="2"
     21 			InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\common.vsprops"
     22 			>
     23 			<Tool
     24 				Name="VCPreBuildEventTool"
     25 			/>
     26 			<Tool
     27 				Name="VCCustomBuildTool"
     28 			/>
     29 			<Tool
     30 				Name="VCXMLDataGeneratorTool"
     31 			/>
     32 			<Tool
     33 				Name="VCWebServiceProxyGeneratorTool"
     34 			/>
     35 			<Tool
     36 				Name="VCMIDLTool"
     37 			/>
     38 			<Tool
     39 				Name="VCCLCompilerTool"
     40 				PreprocessorDefinitions="POCDLL_EXPORTS"
     41 				UsePrecompiledHeader="2"
     42 				ForcedIncludeFiles="stdafx.h"
     43 			/>
     44 			<Tool
     45 				Name="VCManagedResourceCompilerTool"
     46 			/>
     47 			<Tool
     48 				Name="VCResourceCompilerTool"
     49 			/>
     50 			<Tool
     51 				Name="VCPreLinkEventTool"
     52 			/>
     53 			<Tool
     54 				Name="VCLinkerTool"
     55 				ModuleDefinitionFile=""
     56 			/>
     57 			<Tool
     58 				Name="VCALinkTool"
     59 			/>
     60 			<Tool
     61 				Name="VCManifestTool"
     62 				EmbedManifest="false"
     63 			/>
     64 			<Tool
     65 				Name="VCXDCMakeTool"
     66 			/>
     67 			<Tool
     68 				Name="VCBscMakeTool"
     69 			/>
     70 			<Tool
     71 				Name="VCFxCopTool"
     72 			/>
     73 			<Tool
     74 				Name="VCAppVerifierTool"
     75 			/>
     76 			<Tool
     77 				Name="VCWebDeploymentTool"
     78 			/>
     79 			<Tool
     80 				Name="VCPostBuildEventTool"
     81 			/>
     82 		</Configuration>
     83 		<Configuration
     84 			Name="Release|Win32"
     85 			ConfigurationType="2"
     86 			InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops"
     87 			>
     88 			<Tool
     89 				Name="VCPreBuildEventTool"
     90 			/>
     91 			<Tool
     92 				Name="VCCustomBuildTool"
     93 			/>
     94 			<Tool
     95 				Name="VCXMLDataGeneratorTool"
     96 			/>
     97 			<Tool
     98 				Name="VCWebServiceProxyGeneratorTool"
     99 			/>
    100 			<Tool
    101 				Name="VCMIDLTool"
    102 			/>
    103 			<Tool
    104 				Name="VCCLCompilerTool"
    105 				PreprocessorDefinitions="POCDLL_EXPORTS"
    106 				UsePrecompiledHeader="0"
    107 			/>
    108 			<Tool
    109 				Name="VCManagedResourceCompilerTool"
    110 			/>
    111 			<Tool
    112 				Name="VCResourceCompilerTool"
    113 			/>
    114 			<Tool
    115 				Name="VCPreLinkEventTool"
    116 			/>
    117 			<Tool
    118 				Name="VCLinkerTool"
    119 				ModuleDefinitionFile=""
    120 			/>
    121 			<Tool
    122 				Name="VCALinkTool"
    123 			/>
    124 			<Tool
    125 				Name="VCManifestTool"
    126 				EmbedManifest="false"
    127 			/>
    128 			<Tool
    129 				Name="VCXDCMakeTool"
    130 			/>
    131 			<Tool
    132 				Name="VCBscMakeTool"
    133 			/>
    134 			<Tool
    135 				Name="VCFxCopTool"
    136 			/>
    137 			<Tool
    138 				Name="VCAppVerifierTool"
    139 			/>
    140 			<Tool
    141 				Name="VCWebDeploymentTool"
    142 			/>
    143 			<Tool
    144 				Name="VCPostBuildEventTool"
    145 			/>
    146 		</Configuration>
    147 	</Configurations>
    148 	<References>
    149 	</References>
    150 	<Files>
    151 		<File
    152 			RelativePath=".\exports.h"
    153 			>
    154 		</File>
    155 		<File
    156 			RelativePath=".\fs.cc"
    157 			>
    158 		</File>
    159 		<File
    160 			RelativePath=".\handles.cc"
    161 			>
    162 		</File>
    163 		<File
    164 			RelativePath=".\invasive.cc"
    165 			>
    166 		</File>
    167 		<File
    168 			RelativePath=".\network.cc"
    169 			>
    170 		</File>
    171 		<File
    172 			RelativePath=".\pocdll.cc"
    173 			>
    174 		</File>
    175 		<File
    176 			RelativePath=".\processes_and_threads.cc"
    177 			>
    178 		</File>
    179 		<File
    180 			RelativePath=".\registry.cc"
    181 			>
    182 		</File>
    183 		<File
    184 			RelativePath=".\spyware.cc"
    185 			>
    186 		</File>
    187 		<File
    188 			RelativePath=".\stdafx.cc"
    189 			>
    190 			<FileConfiguration
    191 				Name="Debug|Win32"
    192 				>
    193 				<Tool
    194 					Name="VCCLCompilerTool"
    195 					UsePrecompiledHeader="1"
    196 				/>
    197 			</FileConfiguration>
    198 			<FileConfiguration
    199 				Name="Release|Win32"
    200 				>
    201 				<Tool
    202 					Name="VCCLCompilerTool"
    203 					UsePrecompiledHeader="0"
    204 				/>
    205 			</FileConfiguration>
    206 		</File>
    207 		<File
    208 			RelativePath=".\stdafx.h"
    209 			>
    210 		</File>
    211 		<File
    212 			RelativePath=".\utils.h"
    213 			>
    214 		</File>
    215 	</Files>
    216 	<Globals>
    217 	</Globals>
    218 </VisualStudioProject>
    219