Home | History | Annotate | Download | only in vs9
      1 <?xml version="1.0" encoding="windows-1251"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9,00"
      5 	Name="gthread"
      6 	ProjectGUID="{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}"
      7 	RootNamespace="gthread"
      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="2"
     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"
     48 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;;G_DISABLE_DEPRECATED"
     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 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
     70 				LinkIncremental="2"
     71 				ModuleDefinitionFile="../../../gthread/gthread.def"
     72 				GenerateDebugInformation="true"
     73 				SubSystem="2"
     74 				RandomizedBaseAddress="1"
     75 				DataExecutionPrevention="0"
     76 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
     77 				TargetMachine="1"
     78 			/>
     79 			<Tool
     80 				Name="VCALinkTool"
     81 			/>
     82 			<Tool
     83 				Name="VCManifestTool"
     84 			/>
     85 			<Tool
     86 				Name="VCXDCMakeTool"
     87 			/>
     88 			<Tool
     89 				Name="VCBscMakeTool"
     90 			/>
     91 			<Tool
     92 				Name="VCFxCopTool"
     93 			/>
     94 			<Tool
     95 				Name="VCAppVerifierTool"
     96 			/>
     97 			<Tool
     98 				Name="VCPostBuildEventTool"
     99 			/>
    100 		</Configuration>
    101 		<Configuration
    102 			Name="Release|Win32"
    103 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    104 			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
    105 			ConfigurationType="2"
    106 			CharacterSet="2"
    107 			WholeProgramOptimization="1"
    108 			>
    109 			<Tool
    110 				Name="VCPreBuildEventTool"
    111 			/>
    112 			<Tool
    113 				Name="VCCustomBuildTool"
    114 			/>
    115 			<Tool
    116 				Name="VCXMLDataGeneratorTool"
    117 			/>
    118 			<Tool
    119 				Name="VCWebServiceProxyGeneratorTool"
    120 			/>
    121 			<Tool
    122 				Name="VCMIDLTool"
    123 			/>
    124 			<Tool
    125 				Name="VCCLCompilerTool"
    126 				AdditionalIncludeDirectories="../../..,../../../glib"
    127 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;;G_DISABLE_DEPRECATED"
    128 				RuntimeLibrary="2"
    129 				UsePrecompiledHeader="0"
    130 				WarningLevel="3"
    131 				DebugInformationFormat="3"
    132 				CompileAs="1"
    133 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    134 			/>
    135 			<Tool
    136 				Name="VCManagedResourceCompilerTool"
    137 			/>
    138 			<Tool
    139 				Name="VCResourceCompilerTool"
    140 			/>
    141 			<Tool
    142 				Name="VCPreLinkEventTool"
    143 			/>
    144 			<Tool
    145 				Name="VCLinkerTool"
    146 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
    147 				LinkIncremental="1"
    148 				ModuleDefinitionFile="../../../gthread/gthread.def"
    149 				GenerateDebugInformation="true"
    150 				SubSystem="2"
    151 				OptimizeReferences="2"
    152 				EnableCOMDATFolding="2"
    153 				RandomizedBaseAddress="1"
    154 				DataExecutionPrevention="0"
    155 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
    156 				TargetMachine="1"
    157 			/>
    158 			<Tool
    159 				Name="VCALinkTool"
    160 			/>
    161 			<Tool
    162 				Name="VCManifestTool"
    163 			/>
    164 			<Tool
    165 				Name="VCXDCMakeTool"
    166 			/>
    167 			<Tool
    168 				Name="VCBscMakeTool"
    169 			/>
    170 			<Tool
    171 				Name="VCFxCopTool"
    172 			/>
    173 			<Tool
    174 				Name="VCAppVerifierTool"
    175 			/>
    176 			<Tool
    177 				Name="VCPostBuildEventTool"
    178 			/>
    179 		</Configuration>
    180 		<Configuration
    181 			Name="Debug|x64"
    182 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    183 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    184 			ConfigurationType="2"
    185 			CharacterSet="2"
    186 			>
    187 			<Tool
    188 				Name="VCPreBuildEventTool"
    189 			/>
    190 			<Tool
    191 				Name="VCCustomBuildTool"
    192 			/>
    193 			<Tool
    194 				Name="VCXMLDataGeneratorTool"
    195 			/>
    196 			<Tool
    197 				Name="VCWebServiceProxyGeneratorTool"
    198 			/>
    199 			<Tool
    200 				Name="VCMIDLTool"
    201 				TargetEnvironment="3"
    202 			/>
    203 			<Tool
    204 				Name="VCCLCompilerTool"
    205 				Optimization="0"
    206 				AdditionalIncludeDirectories="../../..,../../../glib"
    207 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;;G_DISABLE_DEPRECATED"
    208 				MinimalRebuild="true"
    209 				BasicRuntimeChecks="3"
    210 				RuntimeLibrary="3"
    211 				UsePrecompiledHeader="0"
    212 				WarningLevel="3"
    213 				DebugInformationFormat="3"
    214 				CompileAs="1"
    215 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    216 			/>
    217 			<Tool
    218 				Name="VCManagedResourceCompilerTool"
    219 			/>
    220 			<Tool
    221 				Name="VCResourceCompilerTool"
    222 			/>
    223 			<Tool
    224 				Name="VCPreLinkEventTool"
    225 			/>
    226 			<Tool
    227 				Name="VCLinkerTool"
    228 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
    229 				LinkIncremental="2"
    230 				ModuleDefinitionFile="../../../gthread/gthread.def"
    231 				GenerateDebugInformation="true"
    232 				SubSystem="2"
    233 				RandomizedBaseAddress="1"
    234 				DataExecutionPrevention="0"
    235 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
    236 				TargetMachine="17"
    237 			/>
    238 			<Tool
    239 				Name="VCALinkTool"
    240 			/>
    241 			<Tool
    242 				Name="VCManifestTool"
    243 			/>
    244 			<Tool
    245 				Name="VCXDCMakeTool"
    246 			/>
    247 			<Tool
    248 				Name="VCBscMakeTool"
    249 			/>
    250 			<Tool
    251 				Name="VCFxCopTool"
    252 			/>
    253 			<Tool
    254 				Name="VCAppVerifierTool"
    255 			/>
    256 			<Tool
    257 				Name="VCPostBuildEventTool"
    258 			/>
    259 		</Configuration>
    260 		<Configuration
    261 			Name="Release|x64"
    262 			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    263 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    264 			ConfigurationType="2"
    265 			CharacterSet="2"
    266 			WholeProgramOptimization="1"
    267 			>
    268 			<Tool
    269 				Name="VCPreBuildEventTool"
    270 			/>
    271 			<Tool
    272 				Name="VCCustomBuildTool"
    273 			/>
    274 			<Tool
    275 				Name="VCXMLDataGeneratorTool"
    276 			/>
    277 			<Tool
    278 				Name="VCWebServiceProxyGeneratorTool"
    279 			/>
    280 			<Tool
    281 				Name="VCMIDLTool"
    282 				TargetEnvironment="3"
    283 			/>
    284 			<Tool
    285 				Name="VCCLCompilerTool"
    286 				AdditionalIncludeDirectories="../../..,../../../glib"
    287 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;;G_DISABLE_DEPRECATED"
    288 				RuntimeLibrary="2"
    289 				UsePrecompiledHeader="0"
    290 				WarningLevel="3"
    291 				DebugInformationFormat="3"
    292 				CompileAs="1"
    293 				ForcedIncludeFiles="msvc_recommended_pragmas.h"
    294 			/>
    295 			<Tool
    296 				Name="VCManagedResourceCompilerTool"
    297 			/>
    298 			<Tool
    299 				Name="VCResourceCompilerTool"
    300 			/>
    301 			<Tool
    302 				Name="VCPreLinkEventTool"
    303 			/>
    304 			<Tool
    305 				Name="VCLinkerTool"
    306 				OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
    307 				LinkIncremental="1"
    308 				ModuleDefinitionFile="../../../gthread/gthread.def"
    309 				GenerateDebugInformation="true"
    310 				SubSystem="2"
    311 				OptimizeReferences="2"
    312 				EnableCOMDATFolding="2"
    313 				RandomizedBaseAddress="1"
    314 				DataExecutionPrevention="0"
    315 				ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
    316 				TargetMachine="17"
    317 			/>
    318 			<Tool
    319 				Name="VCALinkTool"
    320 			/>
    321 			<Tool
    322 				Name="VCManifestTool"
    323 			/>
    324 			<Tool
    325 				Name="VCXDCMakeTool"
    326 			/>
    327 			<Tool
    328 				Name="VCBscMakeTool"
    329 			/>
    330 			<Tool
    331 				Name="VCFxCopTool"
    332 			/>
    333 			<Tool
    334 				Name="VCAppVerifierTool"
    335 			/>
    336 			<Tool
    337 				Name="VCPostBuildEventTool"
    338 			/>
    339 		</Configuration>
    340 	</Configurations>
    341 	<References>
    342 	</References>
    343 	<Files>
    344 		<Filter
    345 			Name="Source Files"
    346 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    347 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    348 			>
    349 			<File
    350 				RelativePath="..\..\..\gthread\gthread-impl.c"
    351 				>
    352 			</File>
    353 		</Filter>
    354 		<Filter
    355 			Name="Header Files"
    356 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    357 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    358 			>
    359 		</Filter>
    360 		<Filter
    361 			Name="Resource Files"
    362 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    363 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    364 			>
    365 			<File
    366 				RelativePath="..\..\..\gthread\gthread.def"
    367 				>
    368 			</File>
    369 			<File
    370 				RelativePath="..\..\..\gthread\gthread.rc"
    371 				>
    372 			</File>
    373 		</Filter>
    374 	</Files>
    375 	<Globals>
    376 	</Globals>
    377 </VisualStudioProject>
    378