Home | History | Annotate | Download | only in vs9
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9,00"
      5 	Name="testglib"
      6 	ProjectGUID="{64E09909-5599-40C0-B808-27F55F7B823C}"
      7 	RootNamespace="testglib"
      8 	Keyword="Win32Proj"
      9 	TargetFrameworkVersion="131072"
     10 	>
     11 	<Platforms>
     12 		<Platform
     13 			Name="Win32"
     14 		/>
     15 		<Platform
     16 			Name="x64"
     17 		/>
     18 	</Platforms>
     19 	<ToolFiles>
     20 	</ToolFiles>
     21 	<Configurations>
     22 		<Configuration
     23 			Name="Debug|Win32"
     24 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     25 			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
     26 			ConfigurationType="1"
     27 			CharacterSet="2"
     28 			>
     29 			<Tool
     30 				Name="VCPreBuildEventTool"
     31 			/>
     32 			<Tool
     33 				Name="VCCustomBuildTool"
     34 			/>
     35 			<Tool
     36 				Name="VCXMLDataGeneratorTool"
     37 			/>
     38 			<Tool
     39 				Name="VCWebServiceProxyGeneratorTool"
     40 			/>
     41 			<Tool
     42 				Name="VCMIDLTool"
     43 			/>
     44 			<Tool
     45 				Name="VCCLCompilerTool"
     46 				Optimization="0"
     47 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
     48 				PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
     49 				MinimalRebuild="true"
     50 				BasicRuntimeChecks="3"
     51 				RuntimeLibrary="3"
     52 				UsePrecompiledHeader="0"
     53 				WarningLevel="3"
     54 				DebugInformationFormat="4"
     55 				CompileAs="1"
     56 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
     57 			/>
     58 			<Tool
     59 				Name="VCManagedResourceCompilerTool"
     60 			/>
     61 			<Tool
     62 				Name="VCResourceCompilerTool"
     63 			/>
     64 			<Tool
     65 				Name="VCPreLinkEventTool"
     66 			/>
     67 			<Tool
     68 				Name="VCLinkerTool"
     69 				LinkIncremental="2"
     70 				GenerateDebugInformation="true"
     71 				SubSystem="1"
     72 				RandomizedBaseAddress="1"
     73 				DataExecutionPrevention="0"
     74 				TargetMachine="1"
     75 			/>
     76 			<Tool
     77 				Name="VCALinkTool"
     78 			/>
     79 			<Tool
     80 				Name="VCManifestTool"
     81 			/>
     82 			<Tool
     83 				Name="VCXDCMakeTool"
     84 			/>
     85 			<Tool
     86 				Name="VCBscMakeTool"
     87 			/>
     88 			<Tool
     89 				Name="VCFxCopTool"
     90 			/>
     91 			<Tool
     92 				Name="VCAppVerifierTool"
     93 			/>
     94 			<Tool
     95 				Name="VCPostBuildEventTool"
     96 			/>
     97 		</Configuration>
     98 		<Configuration
     99 			Name="Release|Win32"
    100 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    101 			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
    102 			ConfigurationType="1"
    103 			CharacterSet="2"
    104 			WholeProgramOptimization="1"
    105 			>
    106 			<Tool
    107 				Name="VCPreBuildEventTool"
    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 			/>
    121 			<Tool
    122 				Name="VCCLCompilerTool"
    123 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
    124 				PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
    125 				RuntimeLibrary="2"
    126 				UsePrecompiledHeader="0"
    127 				WarningLevel="3"
    128 				DebugInformationFormat="3"
    129 				CompileAs="1"
    130 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    131 			/>
    132 			<Tool
    133 				Name="VCManagedResourceCompilerTool"
    134 			/>
    135 			<Tool
    136 				Name="VCResourceCompilerTool"
    137 			/>
    138 			<Tool
    139 				Name="VCPreLinkEventTool"
    140 			/>
    141 			<Tool
    142 				Name="VCLinkerTool"
    143 				LinkIncremental="1"
    144 				GenerateDebugInformation="true"
    145 				SubSystem="1"
    146 				OptimizeReferences="2"
    147 				EnableCOMDATFolding="2"
    148 				RandomizedBaseAddress="1"
    149 				DataExecutionPrevention="0"
    150 				TargetMachine="1"
    151 			/>
    152 			<Tool
    153 				Name="VCALinkTool"
    154 			/>
    155 			<Tool
    156 				Name="VCManifestTool"
    157 			/>
    158 			<Tool
    159 				Name="VCXDCMakeTool"
    160 			/>
    161 			<Tool
    162 				Name="VCBscMakeTool"
    163 			/>
    164 			<Tool
    165 				Name="VCFxCopTool"
    166 			/>
    167 			<Tool
    168 				Name="VCAppVerifierTool"
    169 			/>
    170 			<Tool
    171 				Name="VCPostBuildEventTool"
    172 			/>
    173 		</Configuration>
    174 		<Configuration
    175 			Name="Debug|x64"
    176 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    177 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    178 			ConfigurationType="1"
    179 			CharacterSet="2"
    180 			>
    181 			<Tool
    182 				Name="VCPreBuildEventTool"
    183 			/>
    184 			<Tool
    185 				Name="VCCustomBuildTool"
    186 			/>
    187 			<Tool
    188 				Name="VCXMLDataGeneratorTool"
    189 			/>
    190 			<Tool
    191 				Name="VCWebServiceProxyGeneratorTool"
    192 			/>
    193 			<Tool
    194 				Name="VCMIDLTool"
    195 				TargetEnvironment="3"
    196 			/>
    197 			<Tool
    198 				Name="VCCLCompilerTool"
    199 				Optimization="0"
    200 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
    201 				PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
    202 				MinimalRebuild="true"
    203 				BasicRuntimeChecks="3"
    204 				RuntimeLibrary="3"
    205 				UsePrecompiledHeader="0"
    206 				WarningLevel="3"
    207 				DebugInformationFormat="3"
    208 				CompileAs="1"
    209 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    210 			/>
    211 			<Tool
    212 				Name="VCManagedResourceCompilerTool"
    213 			/>
    214 			<Tool
    215 				Name="VCResourceCompilerTool"
    216 			/>
    217 			<Tool
    218 				Name="VCPreLinkEventTool"
    219 			/>
    220 			<Tool
    221 				Name="VCLinkerTool"
    222 				LinkIncremental="2"
    223 				GenerateDebugInformation="true"
    224 				SubSystem="1"
    225 				RandomizedBaseAddress="1"
    226 				DataExecutionPrevention="0"
    227 				TargetMachine="17"
    228 			/>
    229 			<Tool
    230 				Name="VCALinkTool"
    231 			/>
    232 			<Tool
    233 				Name="VCManifestTool"
    234 			/>
    235 			<Tool
    236 				Name="VCXDCMakeTool"
    237 			/>
    238 			<Tool
    239 				Name="VCBscMakeTool"
    240 			/>
    241 			<Tool
    242 				Name="VCFxCopTool"
    243 			/>
    244 			<Tool
    245 				Name="VCAppVerifierTool"
    246 			/>
    247 			<Tool
    248 				Name="VCPostBuildEventTool"
    249 			/>
    250 		</Configuration>
    251 		<Configuration
    252 			Name="Release|x64"
    253 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    254 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    255 			ConfigurationType="1"
    256 			CharacterSet="2"
    257 			WholeProgramOptimization="1"
    258 			>
    259 			<Tool
    260 				Name="VCPreBuildEventTool"
    261 			/>
    262 			<Tool
    263 				Name="VCCustomBuildTool"
    264 			/>
    265 			<Tool
    266 				Name="VCXMLDataGeneratorTool"
    267 			/>
    268 			<Tool
    269 				Name="VCWebServiceProxyGeneratorTool"
    270 			/>
    271 			<Tool
    272 				Name="VCMIDLTool"
    273 				TargetEnvironment="3"
    274 			/>
    275 			<Tool
    276 				Name="VCCLCompilerTool"
    277 				AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
    278 				PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
    279 				RuntimeLibrary="2"
    280 				UsePrecompiledHeader="0"
    281 				WarningLevel="3"
    282 				DebugInformationFormat="3"
    283 				CompileAs="1"
    284 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    285 			/>
    286 			<Tool
    287 				Name="VCManagedResourceCompilerTool"
    288 			/>
    289 			<Tool
    290 				Name="VCResourceCompilerTool"
    291 			/>
    292 			<Tool
    293 				Name="VCPreLinkEventTool"
    294 			/>
    295 			<Tool
    296 				Name="VCLinkerTool"
    297 				LinkIncremental="1"
    298 				GenerateDebugInformation="true"
    299 				SubSystem="1"
    300 				OptimizeReferences="2"
    301 				EnableCOMDATFolding="2"
    302 				RandomizedBaseAddress="1"
    303 				DataExecutionPrevention="0"
    304 				TargetMachine="17"
    305 			/>
    306 			<Tool
    307 				Name="VCALinkTool"
    308 			/>
    309 			<Tool
    310 				Name="VCManifestTool"
    311 			/>
    312 			<Tool
    313 				Name="VCXDCMakeTool"
    314 			/>
    315 			<Tool
    316 				Name="VCBscMakeTool"
    317 			/>
    318 			<Tool
    319 				Name="VCFxCopTool"
    320 			/>
    321 			<Tool
    322 				Name="VCAppVerifierTool"
    323 			/>
    324 			<Tool
    325 				Name="VCPostBuildEventTool"
    326 			/>
    327 		</Configuration>
    328 	</Configurations>
    329 	<References>
    330 	</References>
    331 	<Files>
    332 		<Filter
    333 			Name="Source Files"
    334 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    335 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    336 			>
    337 			<File
    338 				RelativePath="..\..\..\tests\testglib.c"
    339 				>
    340 			</File>
    341 		</Filter>
    342 		<Filter
    343 			Name="Header Files"
    344 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    345 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    346 			>
    347 		</Filter>
    348 		<Filter
    349 			Name="Resource Files"
    350 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    351 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    352 			>
    353 		</Filter>
    354 	</Files>
    355 	<Globals>
    356 	</Globals>
    357 </VisualStudioProject>
    358