Home | History | Annotate | Download | only in nacl_io
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="nacl_mounts"
      6 	ProjectGUID="{AADB97B8-EAB0-42B0-ADE0-88B76BD4745C}"
      7 	RootNamespace="nacl_mounts"
      8 	Keyword="Win32Proj"
      9 	TargetFrameworkVersion="196613"
     10 	>
     11 	<Platforms>
     12 		<Platform
     13 			Name="Win32"
     14 		/>
     15 	</Platforms>
     16 	<ToolFiles>
     17 	</ToolFiles>
     18 	<Configurations>
     19 		<Configuration
     20 			Name="Debug|Win32"
     21 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     22 			IntermediateDirectory="$(ConfigurationName)"
     23 			ConfigurationType="4"
     24 			CharacterSet="1"
     25 			>
     26 			<Tool
     27 				Name="VCPreBuildEventTool"
     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 			/>
     41 			<Tool
     42 				Name="VCCLCompilerTool"
     43 				Optimization="0"
     44 				AdditionalIncludeDirectories="../win;../sdk_util"
     45 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
     46 				MinimalRebuild="true"
     47 				BasicRuntimeChecks="3"
     48 				RuntimeLibrary="3"
     49 				UsePrecompiledHeader="0"
     50 				WarningLevel="3"
     51 				DebugInformationFormat="4"
     52 			/>
     53 			<Tool
     54 				Name="VCManagedResourceCompilerTool"
     55 			/>
     56 			<Tool
     57 				Name="VCResourceCompilerTool"
     58 			/>
     59 			<Tool
     60 				Name="VCPreLinkEventTool"
     61 			/>
     62 			<Tool
     63 				Name="VCLibrarianTool"
     64 			/>
     65 			<Tool
     66 				Name="VCALinkTool"
     67 			/>
     68 			<Tool
     69 				Name="VCXDCMakeTool"
     70 			/>
     71 			<Tool
     72 				Name="VCBscMakeTool"
     73 			/>
     74 			<Tool
     75 				Name="VCFxCopTool"
     76 			/>
     77 			<Tool
     78 				Name="VCPostBuildEventTool"
     79 			/>
     80 		</Configuration>
     81 		<Configuration
     82 			Name="Release|Win32"
     83 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     84 			IntermediateDirectory="$(ConfigurationName)"
     85 			ConfigurationType="4"
     86 			CharacterSet="1"
     87 			WholeProgramOptimization="1"
     88 			>
     89 			<Tool
     90 				Name="VCPreBuildEventTool"
     91 			/>
     92 			<Tool
     93 				Name="VCCustomBuildTool"
     94 			/>
     95 			<Tool
     96 				Name="VCXMLDataGeneratorTool"
     97 			/>
     98 			<Tool
     99 				Name="VCWebServiceProxyGeneratorTool"
    100 			/>
    101 			<Tool
    102 				Name="VCMIDLTool"
    103 			/>
    104 			<Tool
    105 				Name="VCCLCompilerTool"
    106 				Optimization="2"
    107 				EnableIntrinsicFunctions="true"
    108 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
    109 				RuntimeLibrary="2"
    110 				EnableFunctionLevelLinking="true"
    111 				UsePrecompiledHeader="0"
    112 				WarningLevel="3"
    113 				DebugInformationFormat="3"
    114 			/>
    115 			<Tool
    116 				Name="VCManagedResourceCompilerTool"
    117 			/>
    118 			<Tool
    119 				Name="VCResourceCompilerTool"
    120 			/>
    121 			<Tool
    122 				Name="VCPreLinkEventTool"
    123 			/>
    124 			<Tool
    125 				Name="VCLibrarianTool"
    126 			/>
    127 			<Tool
    128 				Name="VCALinkTool"
    129 			/>
    130 			<Tool
    131 				Name="VCXDCMakeTool"
    132 			/>
    133 			<Tool
    134 				Name="VCBscMakeTool"
    135 			/>
    136 			<Tool
    137 				Name="VCFxCopTool"
    138 			/>
    139 			<Tool
    140 				Name="VCPostBuildEventTool"
    141 			/>
    142 		</Configuration>
    143 	</Configurations>
    144 	<References>
    145 	</References>
    146 	<Files>
    147 		<Filter
    148 			Name="Source Files"
    149 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    150 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    151 			>
    152 			<File
    153 				RelativePath=".\mount_node.cc"
    154 				>
    155 			</File>
    156 			<File
    157 				RelativePath=".\mount_node_dir.cc"
    158 				>
    159 			</File>
    160 			<File
    161 				RelativePath=".\mount_node_mem.cc"
    162 				>
    163 			</File>
    164 			<File
    165 				RelativePath=".\path.cc"
    166 				>
    167 			</File>
    168 		</Filter>
    169 		<Filter
    170 			Name="Header Files"
    171 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    172 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    173 			>
    174 			<File
    175 				RelativePath=".\mount.cc"
    176 				>
    177 			</File>
    178 			<File
    179 				RelativePath=".\mount.h"
    180 				>
    181 			</File>
    182 			<File
    183 				RelativePath=".\mount_node.h"
    184 				>
    185 			</File>
    186 			<File
    187 				RelativePath=".\mount_node_dir.h"
    188 				>
    189 			</File>
    190 			<File
    191 				RelativePath=".\mount_node_mem.h"
    192 				>
    193 			</File>
    194 			<File
    195 				RelativePath=".\path.h"
    196 				>
    197 			</File>
    198 		</Filter>
    199 		<Filter
    200 			Name="Resource Files"
    201 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    202 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    203 			>
    204 		</Filter>
    205 		<File
    206 			RelativePath=".\ReadMe.txt"
    207 			>
    208 		</File>
    209 	</Files>
    210 	<Globals>
    211 	</Globals>
    212 </VisualStudioProject>
    213