Home | History | Annotate | Download | only in mman-win32
      1 <?xml version="1.0" encoding="windows-1251"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="mman"
      6 	ProjectGUID="{F118CC2E-9AED-4DB0-9BF4-028781D97AD1}"
      7 	RootNamespace="mman"
      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 			OutputDirectory="$(ProjectDir)$(ConfigurationName)"
     21 			IntermediateDirectory="$(ConfigurationName)"
     22 			ConfigurationType="4"
     23 			CharacterSet="2"
     24 			>
     25 			<Tool
     26 				Name="VCPreBuildEventTool"
     27 			/>
     28 			<Tool
     29 				Name="VCCustomBuildTool"
     30 			/>
     31 			<Tool
     32 				Name="VCXMLDataGeneratorTool"
     33 			/>
     34 			<Tool
     35 				Name="VCWebServiceProxyGeneratorTool"
     36 			/>
     37 			<Tool
     38 				Name="VCMIDLTool"
     39 			/>
     40 			<Tool
     41 				Name="VCCLCompilerTool"
     42 				Optimization="0"
     43 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
     44 				BasicRuntimeChecks="3"
     45 				RuntimeLibrary="1"
     46 				UsePrecompiledHeader="0"
     47 				WarningLevel="3"
     48 				Detect64BitPortabilityProblems="true"
     49 				DebugInformationFormat="4"
     50 			/>
     51 			<Tool
     52 				Name="VCManagedResourceCompilerTool"
     53 			/>
     54 			<Tool
     55 				Name="VCResourceCompilerTool"
     56 			/>
     57 			<Tool
     58 				Name="VCPreLinkEventTool"
     59 			/>
     60 			<Tool
     61 				Name="VCLibrarianTool"
     62 			/>
     63 			<Tool
     64 				Name="VCALinkTool"
     65 			/>
     66 			<Tool
     67 				Name="VCXDCMakeTool"
     68 			/>
     69 			<Tool
     70 				Name="VCBscMakeTool"
     71 			/>
     72 			<Tool
     73 				Name="VCFxCopTool"
     74 			/>
     75 			<Tool
     76 				Name="VCPostBuildEventTool"
     77 			/>
     78 		</Configuration>
     79 		<Configuration
     80 			Name="Release|Win32"
     81 			OutputDirectory="$(ProjectDir)$(ConfigurationName)"
     82 			IntermediateDirectory="$(ConfigurationName)"
     83 			ConfigurationType="4"
     84 			CharacterSet="1"
     85 			WholeProgramOptimization="1"
     86 			>
     87 			<Tool
     88 				Name="VCPreBuildEventTool"
     89 			/>
     90 			<Tool
     91 				Name="VCCustomBuildTool"
     92 			/>
     93 			<Tool
     94 				Name="VCXMLDataGeneratorTool"
     95 			/>
     96 			<Tool
     97 				Name="VCWebServiceProxyGeneratorTool"
     98 			/>
     99 			<Tool
    100 				Name="VCMIDLTool"
    101 			/>
    102 			<Tool
    103 				Name="VCCLCompilerTool"
    104 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
    105 				RuntimeLibrary="2"
    106 				UsePrecompiledHeader="0"
    107 				WarningLevel="3"
    108 				Detect64BitPortabilityProblems="true"
    109 				DebugInformationFormat="3"
    110 			/>
    111 			<Tool
    112 				Name="VCManagedResourceCompilerTool"
    113 			/>
    114 			<Tool
    115 				Name="VCResourceCompilerTool"
    116 			/>
    117 			<Tool
    118 				Name="VCPreLinkEventTool"
    119 			/>
    120 			<Tool
    121 				Name="VCLibrarianTool"
    122 			/>
    123 			<Tool
    124 				Name="VCALinkTool"
    125 			/>
    126 			<Tool
    127 				Name="VCXDCMakeTool"
    128 			/>
    129 			<Tool
    130 				Name="VCBscMakeTool"
    131 			/>
    132 			<Tool
    133 				Name="VCFxCopTool"
    134 			/>
    135 			<Tool
    136 				Name="VCPostBuildEventTool"
    137 			/>
    138 		</Configuration>
    139 	</Configurations>
    140 	<References>
    141 	</References>
    142 	<Files>
    143 		<Filter
    144 			Name="Source Files"
    145 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    146 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    147 			>
    148 			<File
    149 				RelativePath=".\mman.c"
    150 				>
    151 			</File>
    152 		</Filter>
    153 		<Filter
    154 			Name="Header Files"
    155 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    156 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    157 			>
    158 			<File
    159 				RelativePath=".\mman.h"
    160 				>
    161 			</File>
    162 		</Filter>
    163 		<Filter
    164 			Name="Resource Files"
    165 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    166 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    167 			>
    168 		</Filter>
    169 	</Files>
    170 	<Globals>
    171 	</Globals>
    172 </VisualStudioProject>
    173