diff options
| author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:19 +0100 | 
|---|---|---|
| committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:19 +0100 | 
| commit | a15854bd92db69fcd0b4444fe1b8fe3610a7acf6 (patch) | |
| tree | 1214b945d0f0033ff318de367c70525ea141ef56 /builds/msvc/c_local_thr | |
Imported Upstream version 2.0.7.dfsgupstream/2.0.7.dfsg
Diffstat (limited to 'builds/msvc/c_local_thr')
| -rw-r--r-- | builds/msvc/c_local_thr/c_local_thr.vcproj | 180 | 
1 files changed, 180 insertions, 0 deletions
| diff --git a/builds/msvc/c_local_thr/c_local_thr.vcproj b/builds/msvc/c_local_thr/c_local_thr.vcproj new file mode 100644 index 0000000..5d5b9b1 --- /dev/null +++ b/builds/msvc/c_local_thr/c_local_thr.vcproj @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="windows-1250"?> +<VisualStudioProject +	ProjectType="Visual C++" +	Version="9.00" +	Name="local_thr" +	ProjectGUID="{8EF2DF6B-6646-460F-8032-913B70FE0E94}" +	RootNamespace="c_local_thr" +	TargetFrameworkVersion="196613" +	> +	<Platforms> +		<Platform +			Name="Win32" +		/> +	</Platforms> +	<ToolFiles> +	</ToolFiles> +	<Configurations> +		<Configuration +			Name="Debug|Win32" +			OutputDirectory="$(SolutionDir)$(ConfigurationName)" +			IntermediateDirectory="$(ConfigurationName)" +			ConfigurationType="1" +			CharacterSet="2" +			> +			<Tool +				Name="VCPreBuildEventTool" +			/> +			<Tool +				Name="VCCustomBuildTool" +			/> +			<Tool +				Name="VCXMLDataGeneratorTool" +			/> +			<Tool +				Name="VCWebServiceProxyGeneratorTool" +			/> +			<Tool +				Name="VCMIDLTool" +			/> +			<Tool +				Name="VCCLCompilerTool" +				Optimization="0" +				AdditionalIncludeDirectories="../../../bindings/c" +				MinimalRebuild="true" +				BasicRuntimeChecks="3" +				RuntimeLibrary="3" +				WarningLevel="3" +				DebugInformationFormat="4" +			/> +			<Tool +				Name="VCManagedResourceCompilerTool" +			/> +			<Tool +				Name="VCResourceCompilerTool" +			/> +			<Tool +				Name="VCPreLinkEventTool" +			/> +			<Tool +				Name="VCLinkerTool" +				OutputFile="../../../bin/local_thr.exe" +				GenerateDebugInformation="true" +				TargetMachine="1" +			/> +			<Tool +				Name="VCALinkTool" +			/> +			<Tool +				Name="VCManifestTool" +			/> +			<Tool +				Name="VCXDCMakeTool" +			/> +			<Tool +				Name="VCBscMakeTool" +			/> +			<Tool +				Name="VCFxCopTool" +			/> +			<Tool +				Name="VCAppVerifierTool" +			/> +			<Tool +				Name="VCPostBuildEventTool" +			/> +		</Configuration> +		<Configuration +			Name="Release|Win32" +			OutputDirectory="$(SolutionDir)$(ConfigurationName)" +			IntermediateDirectory="$(ConfigurationName)" +			ConfigurationType="1" +			CharacterSet="2" +			WholeProgramOptimization="1" +			> +			<Tool +				Name="VCPreBuildEventTool" +			/> +			<Tool +				Name="VCCustomBuildTool" +			/> +			<Tool +				Name="VCXMLDataGeneratorTool" +			/> +			<Tool +				Name="VCWebServiceProxyGeneratorTool" +			/> +			<Tool +				Name="VCMIDLTool" +			/> +			<Tool +				Name="VCCLCompilerTool" +				Optimization="2" +				EnableIntrinsicFunctions="true" +				AdditionalIncludeDirectories="../../../bindings/c" +				RuntimeLibrary="2" +				EnableFunctionLevelLinking="true" +				WarningLevel="3" +				DebugInformationFormat="3" +			/> +			<Tool +				Name="VCManagedResourceCompilerTool" +			/> +			<Tool +				Name="VCResourceCompilerTool" +			/> +			<Tool +				Name="VCPreLinkEventTool" +			/> +			<Tool +				Name="VCLinkerTool" +				OutputFile="../../../bin/local_thr.exe" +				GenerateDebugInformation="true" +				OptimizeReferences="2" +				EnableCOMDATFolding="2" +				TargetMachine="1" +			/> +			<Tool +				Name="VCALinkTool" +			/> +			<Tool +				Name="VCManifestTool" +			/> +			<Tool +				Name="VCXDCMakeTool" +			/> +			<Tool +				Name="VCBscMakeTool" +			/> +			<Tool +				Name="VCFxCopTool" +			/> +			<Tool +				Name="VCAppVerifierTool" +			/> +			<Tool +				Name="VCPostBuildEventTool" +			/> +		</Configuration> +	</Configurations> +	<References> +	</References> +	<Files> +		<Filter +			Name="Source Files" +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" +			> +			<File +				RelativePath="..\..\..\perf\helpers.cpp" +				> +			</File> +			<File +				RelativePath="..\..\..\perf\local_thr.cpp" +				> +			</File> +		</Filter> +	</Files> +	<Globals> +	</Globals> +</VisualStudioProject> | 
