Changeset 9ce8b01 in nscp for modules/CheckEventLog
- Timestamp:
- 11/15/06 20:53:39 (7 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 1a22e52
- Parents:
- 7aef770
- File:
-
- 1 edited
-
modules/CheckEventLog/CheckEventLog.vcproj (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckEventLog/CheckEventLog.vcproj
r452fd41 r9ce8b01 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8.00" 5 5 Name="CheckEventLog" 6 6 ProjectGUID="{BA246C01-063A-4548-8957-32D5CC76171B}" 7 Keyword="Win32Proj"> 7 Keyword="Win32Proj" 8 > 8 9 <Platforms> 9 10 <Platform 10 Name="Win32"/> 11 Name="Win32" 12 /> 11 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 12 16 <Configurations> 13 17 <Configuration … … 16 20 IntermediateDirectory="$(ConfigurationName)" 17 21 ConfigurationType="2" 18 CharacterSet="2"> 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 23 CharacterSet="2" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 ExcludedFromBuild="true" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 /> 19 41 <Tool 20 42 Name="VCCLCompilerTool" … … 22 44 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK" 23 45 RuntimeLibrary="2" 24 UsePrecompiledHeader=" 3"46 UsePrecompiledHeader="2" 25 47 WarningLevel="3" 26 Detect64BitPortabilityProblems="TRUE" 27 DebugInformationFormat="3"/> 28 <Tool 29 Name="VCCustomBuildTool"/> 48 Detect64BitPortabilityProblems="true" 49 DebugInformationFormat="3" 50 /> 51 <Tool 52 Name="VCManagedResourceCompilerTool" 53 /> 54 <Tool 55 Name="VCResourceCompilerTool" 56 /> 57 <Tool 58 Name="VCPreLinkEventTool" 59 /> 30 60 <Tool 31 61 Name="VCLinkerTool" … … 33 63 LinkIncremental="1" 34 64 ModuleDefinitionFile="CheckEventLog.def" 35 GenerateDebugInformation=" TRUE"65 GenerateDebugInformation="true" 36 66 SubSystem="2" 37 67 OptimizeReferences="2" 38 68 EnableCOMDATFolding="2" 39 69 ImportLibrary="$(OutDir)/CheckEventLog.lib" 40 TargetMachine="1"/> 41 <Tool 42 Name="VCMIDLTool"/> 43 <Tool 44 Name="VCPostBuildEventTool"/> 45 <Tool 46 Name="VCPreBuildEventTool" 47 ExcludedFromBuild="TRUE"/> 48 <Tool 49 Name="VCPreLinkEventTool"/> 50 <Tool 51 Name="VCResourceCompilerTool"/> 52 <Tool 53 Name="VCWebServiceProxyGeneratorTool"/> 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 70 TargetMachine="1" 71 /> 72 <Tool 73 Name="VCALinkTool" 74 /> 75 <Tool 76 Name="VCManifestTool" 77 /> 78 <Tool 79 Name="VCXDCMakeTool" 80 /> 81 <Tool 82 Name="VCBscMakeTool" 83 /> 84 <Tool 85 Name="VCFxCopTool" 86 /> 87 <Tool 88 Name="VCAppVerifierTool" 89 /> 90 <Tool 91 Name="VCWebDeploymentTool" 92 /> 93 <Tool 94 Name="VCPostBuildEventTool" 95 /> 62 96 </Configuration> 63 97 <Configuration … … 66 100 IntermediateDirectory="$(ConfigurationName)" 67 101 ConfigurationType="2" 68 CharacterSet="2"> 102 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 103 CharacterSet="2" 104 > 105 <Tool 106 Name="VCPreBuildEventTool" 107 ExcludedFromBuild="true" 108 /> 109 <Tool 110 Name="VCCustomBuildTool" 111 /> 112 <Tool 113 Name="VCXMLDataGeneratorTool" 114 /> 115 <Tool 116 Name="VCWebServiceProxyGeneratorTool" 117 /> 118 <Tool 119 Name="VCMIDLTool" 120 /> 69 121 <Tool 70 122 Name="VCCLCompilerTool" … … 72 124 AdditionalIncludeDirectories="../include;../../include" 73 125 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;BOOST_REGEX_DYN_LINK" 74 MinimalRebuild=" TRUE"126 MinimalRebuild="true" 75 127 BasicRuntimeChecks="3" 76 128 RuntimeLibrary="3" 77 UsePrecompiledHeader=" 3"129 UsePrecompiledHeader="2" 78 130 WarningLevel="3" 79 Detect64BitPortabilityProblems="TRUE" 80 DebugInformationFormat="4"/> 81 <Tool 82 Name="VCCustomBuildTool"/> 131 Detect64BitPortabilityProblems="true" 132 DebugInformationFormat="4" 133 /> 134 <Tool 135 Name="VCManagedResourceCompilerTool" 136 /> 137 <Tool 138 Name="VCResourceCompilerTool" 139 /> 140 <Tool 141 Name="VCPreLinkEventTool" 142 /> 83 143 <Tool 84 144 Name="VCLinkerTool" … … 86 146 LinkIncremental="2" 87 147 ModuleDefinitionFile="CheckEventLog.def" 88 GenerateDebugInformation=" TRUE"148 GenerateDebugInformation="true" 89 149 ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb" 90 150 SubSystem="2" 91 151 ImportLibrary="$(OutDir)/CheckEventLog.lib" 92 TargetMachine="1"/> 93 <Tool 94 Name="VCMIDLTool"/> 95 <Tool 96 Name="VCPostBuildEventTool"/> 97 <Tool 98 Name="VCPreBuildEventTool" 99 ExcludedFromBuild="TRUE"/> 100 <Tool 101 Name="VCPreLinkEventTool"/> 102 <Tool 103 Name="VCResourceCompilerTool"/> 104 <Tool 105 Name="VCWebServiceProxyGeneratorTool"/> 106 <Tool 107 Name="VCXMLDataGeneratorTool"/> 108 <Tool 109 Name="VCWebDeploymentTool"/> 110 <Tool 111 Name="VCManagedWrapperGeneratorTool"/> 112 <Tool 113 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 152 TargetMachine="1" 153 /> 154 <Tool 155 Name="VCALinkTool" 156 /> 157 <Tool 158 Name="VCManifestTool" 159 /> 160 <Tool 161 Name="VCXDCMakeTool" 162 /> 163 <Tool 164 Name="VCBscMakeTool" 165 /> 166 <Tool 167 Name="VCFxCopTool" 168 /> 169 <Tool 170 Name="VCAppVerifierTool" 171 /> 172 <Tool 173 Name="VCWebDeploymentTool" 174 /> 175 <Tool 176 Name="VCPostBuildEventTool" 177 /> 114 178 </Configuration> 115 179 <Configuration … … 118 182 IntermediateDirectory="$(ConfigurationName)" 119 183 ConfigurationType="2" 120 CharacterSet="2"> 184 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 185 CharacterSet="2" 186 > 187 <Tool 188 Name="VCPreBuildEventTool" 189 ExcludedFromBuild="true" 190 /> 191 <Tool 192 Name="VCCustomBuildTool" 193 /> 194 <Tool 195 Name="VCXMLDataGeneratorTool" 196 /> 197 <Tool 198 Name="VCWebServiceProxyGeneratorTool" 199 /> 200 <Tool 201 Name="VCMIDLTool" 202 /> 121 203 <Tool 122 204 Name="VCCLCompilerTool" … … 124 206 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK" 125 207 RuntimeLibrary="2" 126 UsePrecompiledHeader=" 3"208 UsePrecompiledHeader="2" 127 209 WarningLevel="3" 128 Detect64BitPortabilityProblems="TRUE" 129 DebugInformationFormat="3"/> 130 <Tool 131 Name="VCCustomBuildTool"/> 210 Detect64BitPortabilityProblems="true" 211 DebugInformationFormat="3" 212 /> 213 <Tool 214 Name="VCManagedResourceCompilerTool" 215 /> 216 <Tool 217 Name="VCResourceCompilerTool" 218 /> 219 <Tool 220 Name="VCPreLinkEventTool" 221 /> 132 222 <Tool 133 223 Name="VCLinkerTool" … … 135 225 LinkIncremental="1" 136 226 ModuleDefinitionFile="CheckEventLog.def" 137 GenerateDebugInformation=" TRUE"227 GenerateDebugInformation="true" 138 228 SubSystem="2" 139 229 OptimizeReferences="2" 140 230 EnableCOMDATFolding="2" 141 231 ImportLibrary="$(OutDir)/CheckEventLog.lib" 142 TargetMachine="1"/> 143 <Tool 144 Name="VCMIDLTool"/> 145 <Tool 146 Name="VCPostBuildEventTool"/> 147 <Tool 148 Name="VCPreBuildEventTool" 149 ExcludedFromBuild="TRUE"/> 150 <Tool 151 Name="VCPreLinkEventTool"/> 152 <Tool 153 Name="VCResourceCompilerTool"/> 154 <Tool 155 Name="VCWebServiceProxyGeneratorTool"/> 156 <Tool 157 Name="VCXMLDataGeneratorTool"/> 158 <Tool 159 Name="VCWebDeploymentTool"/> 160 <Tool 161 Name="VCManagedWrapperGeneratorTool"/> 162 <Tool 163 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 232 TargetMachine="1" 233 /> 234 <Tool 235 Name="VCALinkTool" 236 /> 237 <Tool 238 Name="VCManifestTool" 239 /> 240 <Tool 241 Name="VCXDCMakeTool" 242 /> 243 <Tool 244 Name="VCBscMakeTool" 245 /> 246 <Tool 247 Name="VCFxCopTool" 248 /> 249 <Tool 250 Name="VCAppVerifierTool" 251 /> 252 <Tool 253 Name="VCWebDeploymentTool" 254 /> 255 <Tool 256 Name="VCPostBuildEventTool" 257 /> 164 258 </Configuration> 165 259 </Configurations> … … 170 264 Name="Source Files" 171 265 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 172 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 173 <File 174 RelativePath="..\..\include\arrayBuffer.cpp"> 175 </File> 176 <File 177 RelativePath=".\CheckEventLog.cpp"> 178 </File> 179 <File 180 RelativePath="..\..\include\NSCHelper.cpp"> 181 </File> 182 <File 183 RelativePath=".\stdafx.cpp"> 266 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 267 > 268 <File 269 RelativePath="..\..\include\arrayBuffer.cpp" 270 > 271 </File> 272 <File 273 RelativePath=".\CheckEventLog.cpp" 274 > 275 </File> 276 <File 277 RelativePath="..\..\include\NSCHelper.cpp" 278 > 279 </File> 280 <File 281 RelativePath=".\stdafx.cpp" 282 > 184 283 <FileConfiguration 185 Name="Release|Win32"> 284 Name="Release|Win32" 285 > 186 286 <Tool 187 287 Name="VCCLCompilerTool" 188 UsePrecompiledHeader="1"/> 288 UsePrecompiledHeader="1" 289 /> 189 290 </FileConfiguration> 190 291 <FileConfiguration 191 Name="Debug|Win32"> 292 Name="Debug|Win32" 293 > 192 294 <Tool 193 295 Name="VCCLCompilerTool" 194 UsePrecompiledHeader="1"/> 296 UsePrecompiledHeader="1" 297 /> 195 298 </FileConfiguration> 196 299 <FileConfiguration 197 Name="Distribution|Win32"> 300 Name="Distribution|Win32" 301 > 198 302 <Tool 199 303 Name="VCCLCompilerTool" 200 UsePrecompiledHeader="1"/> 304 UsePrecompiledHeader="1" 305 /> 201 306 </FileConfiguration> 202 307 </File> … … 205 310 Name="Header Files" 206 311 Filter="h;hpp;hxx;hm;inl;inc;xsd" 207 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 208 <File 209 RelativePath=".\CheckEventLog.h"> 210 </File> 211 <File 212 RelativePath="..\include\ModuleHelper.h"> 213 </File> 214 <File 215 RelativePath="..\..\include\NSCHelper.h"> 216 </File> 217 <File 218 RelativePath=".\stdafx.h"> 312 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 313 > 314 <File 315 RelativePath=".\CheckEventLog.h" 316 > 317 </File> 318 <File 319 RelativePath="..\include\ModuleHelper.h" 320 > 321 </File> 322 <File 323 RelativePath="..\..\include\NSCHelper.h" 324 > 325 </File> 326 <File 327 RelativePath=".\stdafx.h" 328 > 219 329 </File> 220 330 </Filter> … … 222 332 Name="Resource Files" 223 333 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 224 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 334 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 335 > 225 336 </Filter> 226 337 <File 227 RelativePath=".\ReadMe.txt"> 338 RelativePath=".\ReadMe.txt" 339 > 228 340 </File> 229 341 </Files>
Note: See TracChangeset
for help on using the changeset viewer.








