home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Contrib / System / Source / System.vcproj < prev    next >
Extensible Markup Language  |  2003-09-11  |  5KB  |  204 lines

  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="System"
  6.     ProjectGUID="{2FB013AB-6FD4-4239-9974-C999F4DFD70C}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="2"
  18.             CharacterSet="2">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SYSTEM_EXPORTS;SYSTEM_LOG_DEBUG"
  23.                 MinimalRebuild="TRUE"
  24.                 BasicRuntimeChecks="3"
  25.                 RuntimeLibrary="5"
  26.                 UsePrecompiledHeader="3"
  27.                 AssemblerOutput="2"
  28.                 WarningLevel="3"
  29.                 Detect64BitPortabilityProblems="TRUE"
  30.                 DebugInformationFormat="4"/>
  31.             <Tool
  32.                 Name="VCCustomBuildTool"/>
  33.             <Tool
  34.                 Name="VCLinkerTool"
  35.                 AdditionalDependencies="kernel32.lib user32.lib RunTmChk.lib libcd.lib"
  36.                 OutputFile="d:\Program FIles\NSIS\Plugins\System.dll"
  37.                 LinkIncremental="2"
  38.                 IgnoreAllDefaultLibraries="TRUE"
  39.                 GenerateDebugInformation="TRUE"
  40.                 ProgramDatabaseFile="$(OutDir)/System.pdb"
  41.                 SubSystem="2"
  42.                 ImportLibrary="$(OutDir)/System.lib"
  43.                 TargetMachine="1"/>
  44.             <Tool
  45.                 Name="VCMIDLTool"/>
  46.             <Tool
  47.                 Name="VCPostBuildEventTool"/>
  48.             <Tool
  49.                 Name="VCPreBuildEventTool"/>
  50.             <Tool
  51.                 Name="VCPreLinkEventTool"/>
  52.             <Tool
  53.                 Name="VCResourceCompilerTool"/>
  54.             <Tool
  55.                 Name="VCWebServiceProxyGeneratorTool"/>
  56.             <Tool
  57.                 Name="VCXMLDataGeneratorTool"/>
  58.             <Tool
  59.                 Name="VCWebDeploymentTool"/>
  60.             <Tool
  61.                 Name="VCManagedWrapperGeneratorTool"/>
  62.             <Tool
  63.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64.         </Configuration>
  65.         <Configuration
  66.             Name="Release|Win32"
  67.             OutputDirectory="Release"
  68.             IntermediateDirectory="Release"
  69.             ConfigurationType="2"
  70.             CharacterSet="2"
  71.             WholeProgramOptimization="TRUE">
  72.             <Tool
  73.                 Name="VCCLCompilerTool"
  74.                 Optimization="1"
  75.                 GlobalOptimizations="TRUE"
  76.                 InlineFunctionExpansion="1"
  77.                 FavorSizeOrSpeed="2"
  78.                 OmitFramePointers="TRUE"
  79.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SYSTEM_EXPORTS"
  80.                 StringPooling="TRUE"
  81.                 ExceptionHandling="FALSE"
  82.                 RuntimeLibrary="4"
  83.                 StructMemberAlignment="0"
  84.                 BufferSecurityCheck="FALSE"
  85.                 EnableFunctionLevelLinking="TRUE"
  86.                 UsePrecompiledHeader="3"
  87.                 AssemblerOutput="2"
  88.                 WarningLevel="3"
  89.                 Detect64BitPortabilityProblems="TRUE"
  90.                 DebugInformationFormat="3"
  91.                 CompileAs="1"/>
  92.             <Tool
  93.                 Name="VCCustomBuildTool"/>
  94.             <Tool
  95.                 Name="VCLinkerTool"
  96.                 AdditionalDependencies="kernel32.lib user32.lib vc7ldvrm.obj vc7lmul.obj vc7lshl.obj vc7lshr.obj chkstk.obj"
  97.                 OutputFile="d:\Program FIles\NSIS\Plugins\System.dll"
  98.                 LinkIncremental="1"
  99.                 IgnoreAllDefaultLibraries="TRUE"
  100.                 GenerateDebugInformation="TRUE"
  101.                 GenerateMapFile="TRUE"
  102.                 MapExports="TRUE"
  103.                 MapLines="TRUE"
  104.                 SubSystem="2"
  105.                 OptimizeReferences="2"
  106.                 EnableCOMDATFolding="2"
  107.                 OptimizeForWindows98="1"
  108.                 ImportLibrary="$(OutDir)/System.lib"
  109.                 TargetMachine="1"/>
  110.             <Tool
  111.                 Name="VCMIDLTool"/>
  112.             <Tool
  113.                 Name="VCPostBuildEventTool"/>
  114.             <Tool
  115.                 Name="VCPreBuildEventTool"/>
  116.             <Tool
  117.                 Name="VCPreLinkEventTool"/>
  118.             <Tool
  119.                 Name="VCResourceCompilerTool"/>
  120.             <Tool
  121.                 Name="VCWebServiceProxyGeneratorTool"/>
  122.             <Tool
  123.                 Name="VCXMLDataGeneratorTool"/>
  124.             <Tool
  125.                 Name="VCWebDeploymentTool"/>
  126.             <Tool
  127.                 Name="VCManagedWrapperGeneratorTool"/>
  128.             <Tool
  129.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  130.         </Configuration>
  131.     </Configurations>
  132.     <References>
  133.     </References>
  134.     <Files>
  135.         <Filter
  136.             Name="Source Files"
  137.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  138.             <File
  139.                 RelativePath="Buffers.c">
  140.                 <FileConfiguration
  141.                     Name="Release|Win32">
  142.                     <Tool
  143.                         Name="VCCLCompilerTool"
  144.                         Optimization="1"
  145.                         GlobalOptimizations="TRUE"
  146.                         FavorSizeOrSpeed="2"/>
  147.                 </FileConfiguration>
  148.             </File>
  149.             <File
  150.                 RelativePath="Plugin.c">
  151.             </File>
  152.             <File
  153.                 RelativePath="stdafx.c">
  154.                 <FileConfiguration
  155.                     Name="Debug|Win32">
  156.                     <Tool
  157.                         Name="VCCLCompilerTool"
  158.                         UsePrecompiledHeader="1"/>
  159.                 </FileConfiguration>
  160.                 <FileConfiguration
  161.                     Name="Release|Win32">
  162.                     <Tool
  163.                         Name="VCCLCompilerTool"
  164.                         UsePrecompiledHeader="1"/>
  165.                 </FileConfiguration>
  166.             </File>
  167.             <File
  168.                 RelativePath="System.c">
  169.                 <FileConfiguration
  170.                     Name="Debug|Win32">
  171.                     <Tool
  172.                         Name="VCCLCompilerTool"
  173.                         ExpandAttributedSource="TRUE"/>
  174.                 </FileConfiguration>
  175.             </File>
  176.         </Filter>
  177.         <Filter
  178.             Name="Header Files"
  179.             Filter="h;hpp;hxx;hm;inl;inc">
  180.             <File
  181.                 RelativePath="Buffers.h">
  182.             </File>
  183.             <File
  184.                 RelativePath="Plugin.h">
  185.             </File>
  186.             <File
  187.                 RelativePath="stdafx.h">
  188.             </File>
  189.             <File
  190.                 RelativePath="System.h">
  191.             </File>
  192.         </Filter>
  193.         <Filter
  194.             Name="Resource Files"
  195.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  196.         </Filter>
  197.         <File
  198.             RelativePath="ReadMe.txt">
  199.         </File>
  200.     </Files>
  201.     <Globals>
  202.     </Globals>
  203. </VisualStudioProject>
  204.