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

  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="Math"
  6.     RootNamespace="Math"
  7.     SccProjectName=""
  8.     SccLocalPath="">
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"/>
  12.     </Platforms>
  13.     <Configurations>
  14.         <Configuration
  15.             Name="Debug|Win32"
  16.             OutputDirectory=".\Debug"
  17.             IntermediateDirectory=".\Debug"
  18.             ConfigurationType="2"
  19.             UseOfMFC="0"
  20.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21.             CharacterSet="2">
  22.             <Tool
  23.                 Name="VCCLCompilerTool"
  24.                 Optimization="0"
  25.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;Math_EXPORTS"
  26.                 BasicRuntimeChecks="3"
  27.                 RuntimeLibrary="1"
  28.                 UsePrecompiledHeader="2"
  29.                 PrecompiledHeaderFile=".\Debug/Math.pch"
  30.                 AssemblerListingLocation=".\Debug/"
  31.                 ObjectFile=".\Debug/"
  32.                 ProgramDataBaseFileName=".\Debug/"
  33.                 WarningLevel="3"
  34.                 SuppressStartupBanner="TRUE"
  35.                 DebugInformationFormat="4"/>
  36.             <Tool
  37.                 Name="VCCustomBuildTool"
  38.                 CommandLine="d:
  39. cd "D:\Program Files\NSIS\"
  40. makensis.exe math.nsi
  41. "
  42.                 AdditionalDependencies="D:\Program Files\NSIS\math.nsi"
  43.                 Outputs="D:\Program Files\NSIS\math.exe "/>
  44.             <Tool
  45.                 Name="VCLinkerTool"
  46.                 AdditionalDependencies="mathcrt.lib kernel32.lib user32.lib RunTmChk.lib  libcd.lib"
  47.                 OutputFile="d:\Program Files\NSIS\Plugins\Math.dll"
  48.                 LinkIncremental="1"
  49.                 SuppressStartupBanner="TRUE"
  50.                 IgnoreAllDefaultLibraries="TRUE"
  51.                 GenerateDebugInformation="TRUE"
  52.                 ProgramDatabaseFile=".\Debug/Math.pdb"
  53.                 ImportLibrary=".\Debug/Math.lib"
  54.                 TargetMachine="1"/>
  55.             <Tool
  56.                 Name="VCMIDLTool"
  57.                 PreprocessorDefinitions="_DEBUG"
  58.                 MkTypLibCompatible="TRUE"
  59.                 SuppressStartupBanner="TRUE"
  60.                 TargetEnvironment="1"
  61.                 TypeLibraryName=".\Debug/Math.tlb"
  62.                 HeaderFileName=""/>
  63.             <Tool
  64.                 Name="VCPostBuildEventTool"/>
  65.             <Tool
  66.                 Name="VCPreBuildEventTool"/>
  67.             <Tool
  68.                 Name="VCPreLinkEventTool"/>
  69.             <Tool
  70.                 Name="VCResourceCompilerTool"
  71.                 PreprocessorDefinitions="_DEBUG"
  72.                 Culture="1033"/>
  73.             <Tool
  74.                 Name="VCWebServiceProxyGeneratorTool"/>
  75.             <Tool
  76.                 Name="VCXMLDataGeneratorTool"/>
  77.             <Tool
  78.                 Name="VCWebDeploymentTool"/>
  79.             <Tool
  80.                 Name="VCManagedWrapperGeneratorTool"/>
  81.             <Tool
  82.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  83.         </Configuration>
  84.         <Configuration
  85.             Name="Release|Win32"
  86.             OutputDirectory=".\Release"
  87.             IntermediateDirectory=".\Release"
  88.             ConfigurationType="2"
  89.             UseOfMFC="0"
  90.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  91.             CharacterSet="0"
  92.             WholeProgramOptimization="TRUE">
  93.             <Tool
  94.                 Name="VCCLCompilerTool"
  95.                 Optimization="1"
  96.                 GlobalOptimizations="TRUE"
  97.                 InlineFunctionExpansion="1"
  98.                 ImproveFloatingPointConsistency="FALSE"
  99.                 FavorSizeOrSpeed="2"
  100.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;Math_EXPORTS"
  101.                 StringPooling="TRUE"
  102.                 ExceptionHandling="FALSE"
  103.                 BasicRuntimeChecks="0"
  104.                 RuntimeLibrary="4"
  105.                 StructMemberAlignment="0"
  106.                 BufferSecurityCheck="FALSE"
  107.                 EnableFunctionLevelLinking="FALSE"
  108.                 DefaultCharIsUnsigned="TRUE"
  109.                 UsePrecompiledHeader="0"
  110.                 PrecompiledHeaderFile=".\Release/Math.pch"
  111.                 AssemblerOutput="2"
  112.                 AssemblerListingLocation=".\Release/"
  113.                 ObjectFile=".\Release/"
  114.                 ProgramDataBaseFileName=".\Release/"
  115.                 WarningLevel="3"
  116.                 SuppressStartupBanner="TRUE"/>
  117.             <Tool
  118.                 Name="VCCustomBuildTool"/>
  119.             <Tool
  120.                 Name="VCLinkerTool"
  121.                 AdditionalDependencies="mathcrt.lib "
  122.                 ShowProgress="2"
  123.                 OutputFile="d:\Program Files\NSIS\Plugins\Math.dll"
  124.                 LinkIncremental="1"
  125.                 SuppressStartupBanner="TRUE"
  126.                 IgnoreAllDefaultLibraries="TRUE"
  127.                 ProgramDatabaseFile=".\Release/Math.pdb"
  128.                 GenerateMapFile="TRUE"
  129.                 MapFileName="math.map"
  130.                 MapExports="TRUE"
  131.                 MapLines="TRUE"
  132.                 OptimizeForWindows98="1"
  133.                 EntryPointSymbol="_DllMainCRTStartup"
  134.                 ImportLibrary=".\Release/Math.lib"
  135.                 TargetMachine="1"/>
  136.             <Tool
  137.                 Name="VCMIDLTool"
  138.                 PreprocessorDefinitions="NDEBUG"
  139.                 MkTypLibCompatible="TRUE"
  140.                 SuppressStartupBanner="TRUE"
  141.                 TargetEnvironment="1"
  142.                 TypeLibraryName=".\Release/Math.tlb"
  143.                 HeaderFileName=""/>
  144.             <Tool
  145.                 Name="VCPostBuildEventTool"/>
  146.             <Tool
  147.                 Name="VCPreBuildEventTool"/>
  148.             <Tool
  149.                 Name="VCPreLinkEventTool"/>
  150.             <Tool
  151.                 Name="VCResourceCompilerTool"
  152.                 PreprocessorDefinitions="NDEBUG"
  153.                 Culture="1033"/>
  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"/>
  164.         </Configuration>
  165.     </Configurations>
  166.     <References>
  167.     </References>
  168.     <Files>
  169.         <Filter
  170.             Name="Source Files"
  171.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  172.             <File
  173.                 RelativePath="Math.c">
  174.                 <FileConfiguration
  175.                     Name="Debug|Win32">
  176.                     <Tool
  177.                         Name="VCCLCompilerTool"
  178.                         Optimization="0"
  179.                         PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;Math_EXPORTS;$(NoInherit)"
  180.                         BasicRuntimeChecks="3"
  181.                         CompileAs="2"/>
  182.                 </FileConfiguration>
  183.                 <FileConfiguration
  184.                     Name="Release|Win32">
  185.                     <Tool
  186.                         Name="VCCLCompilerTool"
  187.                         Optimization="1"
  188.                         PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;Math_EXPORTS;$(NoInherit)"
  189.                         CompileAs="2"/>
  190.                 </FileConfiguration>
  191.             </File>
  192.             <File
  193.                 RelativePath=".\MyMath.c">
  194.                 <FileConfiguration
  195.                     Name="Debug|Win32">
  196.                     <Tool
  197.                         Name="VCCLCompilerTool"
  198.                         CompileAs="2"/>
  199.                 </FileConfiguration>
  200.                 <FileConfiguration
  201.                     Name="Release|Win32">
  202.                     <Tool
  203.                         Name="VCCLCompilerTool"
  204.                         CompileAs="2"/>
  205.                 </FileConfiguration>
  206.             </File>
  207.             <File
  208.                 RelativePath=".\plugin.c">
  209.                 <FileConfiguration
  210.                     Name="Debug|Win32">
  211.                     <Tool
  212.                         Name="VCCLCompilerTool"
  213.                         CompileAs="2"/>
  214.                 </FileConfiguration>
  215.                 <FileConfiguration
  216.                     Name="Release|Win32">
  217.                     <Tool
  218.                         Name="VCCLCompilerTool"
  219.                         CompileAs="2"/>
  220.                 </FileConfiguration>
  221.             </File>
  222.         </Filter>
  223.         <Filter
  224.             Name="Header Files"
  225.             Filter="h;hpp;hxx;hm;inl">
  226.             <File
  227.                 RelativePath="Math.h">
  228.             </File>
  229.             <File
  230.                 RelativePath=".\MyMath.h">
  231.             </File>
  232.         </Filter>
  233.         <Filter
  234.             Name="Resource Files"
  235.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  236.         </Filter>
  237.     </Files>
  238.     <Globals>
  239.     </Globals>
  240. </VisualStudioProject>
  241.