diff options
author | yalei wang <wylandrea@gmail.com> | 2018-03-13 01:12:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-03-13 01:12:00 +0000 |
commit | 1b031216ba4cd37943900b8759f50fd0e3a8f1cf (patch) | |
tree | b6816d9228ddb456b6f26889d8831c2e879e47ce /thirdparty/glog/glog-0.3.4/vsprojects/logging_unittest | |
parent | a8261960bcb4d08b254b2cfce746cca166329b6a (diff) | |
parent | 71e33ec17c12e6ca43f149215ca05fc9d8b1d5a9 (diff) |
Merge "Add some third-party src code for DMM"
Diffstat (limited to 'thirdparty/glog/glog-0.3.4/vsprojects/logging_unittest')
-rw-r--r-- | thirdparty/glog/glog-0.3.4/vsprojects/logging_unittest/logging_unittest.vcproj | 193 |
1 files changed, 193 insertions, 0 deletions
diff --git a/thirdparty/glog/glog-0.3.4/vsprojects/logging_unittest/logging_unittest.vcproj b/thirdparty/glog/glog-0.3.4/vsprojects/logging_unittest/logging_unittest.vcproj new file mode 100644 index 0000000..1756ce0 --- /dev/null +++ b/thirdparty/glog/glog-0.3.4/vsprojects/logging_unittest/logging_unittest.vcproj @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="utf-8"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.00" + Name="logging_unittest" + ProjectGUID="{DD0690AA-5E09-46B5-83FD-4B28604CABA8}" + RootNamespace="logging_unittest" + Keyword="Win32Proj" + TargetFrameworkVersion="196613" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="1" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\src\windows" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="3" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="2" + GenerateDebugInformation="true" + SubSystem="1" + 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="1" + 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="..\..\src\windows" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + WarningLevel="3" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="1" + GenerateDebugInformation="true" + SubSystem="1" + 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="..\..\src\logging_unittest.cc" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\src\googletest.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |