Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
88f04930
Commit
88f04930
authored
May 22, 2019
by
Gennadiy Civil
Browse files
Merge pull request #2259 from ngie-eign:fix-maintainers-typo
PiperOrigin-RevId: 249500162
parents
dc792bc6
699943fe
Changes
49
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
1439 additions
and
3 deletions
+1439
-3
googlemock/msvc/2015/gmock_test.vcxproj
googlemock/msvc/2015/gmock_test.vcxproj
+176
-0
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+1
-1
googletest/Makefile.am
googletest/Makefile.am
+1
-1
googletest/README.md
googletest/README.md
+42
-0
googletest/codegear/gtest.cbproj
googletest/codegear/gtest.cbproj
+138
-0
googletest/codegear/gtest.groupproj
googletest/codegear/gtest.groupproj
+54
-0
googletest/codegear/gtest_all.cc
googletest/codegear/gtest_all.cc
+38
-0
googletest/codegear/gtest_link.cc
googletest/codegear/gtest_link.cc
+40
-0
googletest/codegear/gtest_main.cbproj
googletest/codegear/gtest_main.cbproj
+82
-0
googletest/codegear/gtest_unittest.cbproj
googletest/codegear/gtest_unittest.cbproj
+88
-0
googletest/configure.ac
googletest/configure.ac
+1
-1
googletest/msvc/2010/gtest-md.sln
googletest/msvc/2010/gtest-md.sln
+55
-0
googletest/msvc/2010/gtest-md.vcxproj
googletest/msvc/2010/gtest-md.vcxproj
+149
-0
googletest/msvc/2010/gtest-md.vcxproj.filters
googletest/msvc/2010/gtest-md.vcxproj.filters
+18
-0
googletest/msvc/2010/gtest.sln
googletest/msvc/2010/gtest.sln
+55
-0
googletest/msvc/2010/gtest.vcxproj
googletest/msvc/2010/gtest.vcxproj
+149
-0
googletest/msvc/2010/gtest.vcxproj.filters
googletest/msvc/2010/gtest.vcxproj.filters
+18
-0
googletest/msvc/2010/gtest_main-md.vcxproj
googletest/msvc/2010/gtest_main-md.vcxproj
+154
-0
googletest/msvc/2010/gtest_main-md.vcxproj.filters
googletest/msvc/2010/gtest_main-md.vcxproj.filters
+18
-0
googletest/msvc/2010/gtest_main.vcxproj
googletest/msvc/2010/gtest_main.vcxproj
+162
-0
No files found.
googlemock/msvc/2015/gmock_test.vcxproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{F10D22F8-AC7B-4213-8720-608E7D878CD2}
</ProjectGuid>
<RootNamespace>
gmock_test
</RootNamespace>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"gmock_config.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"gmock_config.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"gmock_config.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"gmock_config.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(OutDir)$(ProjectName)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(SolutionDir)$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(OutDir)$(ProjectName)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<OutDir>
$(SolutionDir)$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)$(ProjectName)\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(SolutionDir)$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)$(ProjectName)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<AdditionalOptions>
/bigobj %(AdditionalOptions)
</AdditionalOptions>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<AdditionalOptions>
/bigobj %(AdditionalOptions)
</AdditionalOptions>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<AdditionalOptions>
/bigobj %(AdditionalOptions)
</AdditionalOptions>
<AdditionalIncludeDirectories>
..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ClCompile>
<AdditionalOptions>
/bigobj %(AdditionalOptions)
</AdditionalOptions>
<AdditionalIncludeDirectories>
..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference
Include=
"gmock_main.vcxproj"
>
<Project>
{e4ef614b-30df-4954-8c53-580a0bf6b589}
</Project>
<CopyLocalSatelliteAssemblies>
true
</CopyLocalSatelliteAssemblies>
<ReferenceOutputAssembly>
true
</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\test\gmock_all_test.cc"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
googletest/CMakeLists.txt
View file @
88f04930
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The mainta
i
ners do not use CMake
# internally.
#
# CMake build script for Google Test.
...
...
googletest/Makefile.am
View file @
88f04930
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# Automake file
...
...
googletest/README.md
View file @
88f04930
...
...
@@ -201,6 +201,48 @@ is not feasible, for example in a C project using Google Test for validation,
then it can be specified by adding it to the options for cmake via the
`DCMAKE_CXX_FLAGS`
option.
### Legacy Build Scripts
Before settling on CMake, we have been providing hand-maintained build
projects/scripts for Visual Studio, Xcode, and Autotools. While we continue to
provide them for convenience, they are not actively maintained any more. We
highly recommend that you follow the instructions in the above sections to
integrate Google Test with your existing build system.
If you still need to use the legacy build scripts, here's how:
The msvc
\
folder contains two solutions with Visual C++ projects. Open the
`gtest.sln`
or
`gtest-md.sln`
file using Visual Studio, and you are ready to
build Google Test the same way you build any Visual Studio project. Files that
have names ending with -md use DLL versions of Microsoft runtime libraries (the
/MD or the /MDd compiler option). Files without that suffix use static versions
of the runtime libraries (the /MT or the /MTd option). Please note that one must
use the same option to compile both gtest and the test code. If you use Visual
Studio 2005 or above, we recommend the -md version as /MD is the default for new
projects in these versions of Visual Studio.
On Mac OS X, open the
`gtest.xcodeproj`
in the
`xcode/`
folder using Xcode.
Build the "gtest" target. The universal binary framework will end up in your
selected build directory (selected in the Xcode "Preferences..." -> "Building"
pane and defaults to xcode/build). Alternatively, at the command line, enter:
xcodebuild
This will build the "Release" configuration of gtest.framework in your default
build location. See the "xcodebuild" man page for more information about
building different configurations and building in different locations.
If you wish to use the Google Test Xcode project with Xcode 4.x and above, you
need to either:
*
update the SDK configuration options in xcode/Config/General.xconfig.
Comment options
`SDKROOT`
,
`MACOS_DEPLOYMENT_TARGET`
, and
`GCC_VERSION`
. If
you choose this route you lose the ability to target earlier versions of
MacOS X.
*
Install an SDK for an earlier version. This doesn't appear to be supported
by Apple, but has been reported to work
(http://stackoverflow.com/questions/5378518).
### Tweaking Google Test
Google Test can be used in diverse environments. The default configuration may
...
...
googletest/codegear/gtest.cbproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<ProjectGuid>
{bca37a72-5b07-46cf-b44e-89f8e06451a2}
</ProjectGuid>
<Config
Condition=
"'$(Config)'==''"
>
Release
</Config>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Base' or '$(Base)'!=''"
>
<Base>
true
</Base>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Debug' or '$(Cfg_1)'!=''"
>
<Base>
true
</Base>
<Cfg_1>
true
</Cfg_1>
<CfgParent>
Base
</CfgParent>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Release' or '$(Cfg_2)'!=''"
>
<Base>
true
</Base>
<Cfg_2>
true
</Cfg_2>
<CfgParent>
Base
</CfgParent>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Base)'!=''"
>
<BCC_OptimizeForSpeed>
true
</BCC_OptimizeForSpeed>
<OutputExt>
lib
</OutputExt>
<DCC_CBuilderOutput>
JPHNE
</DCC_CBuilderOutput>
<Defines>
NO_STRICT
</Defines>
<DynamicRTL>
true
</DynamicRTL>
<UsePackages>
true
</UsePackages>
<ProjectType>
CppStaticLibrary
</ProjectType>
<BCC_CPPCompileAlways>
true
</BCC_CPPCompileAlways>
<PackageImports>
rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;dclZipForged11.bpi;vclZipForged11.bpi;GR32_BDS2006.bpi;GR32_DSGN_BDS2006.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi;CExceptionExpert11.bpi
</PackageImports>
<BCC_wpar>
false
</BCC_wpar>
<IncludePath>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..
</IncludePath>
<AllPackageLibs>
rtl.lib;vcl.lib
</AllPackageLibs>
<TLIB_PageSize>
32
</TLIB_PageSize>
<ILINK_LibraryPath>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk
</ILINK_LibraryPath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Cfg_1)'!=''"
>
<BCC_OptimizeForSpeed>
false
</BCC_OptimizeForSpeed>
<DCC_Optimize>
false
</DCC_Optimize>
<DCC_DebugInfoInExe>
true
</DCC_DebugInfoInExe>
<Defines>
_DEBUG;$(Defines)
</Defines>
<ILINK_FullDebugInfo>
true
</ILINK_FullDebugInfo>
<BCC_InlineFunctionExpansion>
false
</BCC_InlineFunctionExpansion>
<ILINK_DisableIncrementalLinking>
true
</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>
None
</BCC_UseRegisterVariables>
<DCC_Define>
DEBUG
</DCC_Define>
<BCC_DebugLineNumbers>
true
</BCC_DebugLineNumbers>
<IntermediateOutputDir>
Debug
</IntermediateOutputDir>
<TASM_DisplaySourceLines>
true
</TASM_DisplaySourceLines>
<BCC_StackFrames>
true
</BCC_StackFrames>
<BCC_DisableOptimizations>
true
</BCC_DisableOptimizations>
<ILINK_LibraryPath>
$(BDS)\lib\debug;$(ILINK_LibraryPath)
</ILINK_LibraryPath>
<TASM_Debugging>
Full
</TASM_Debugging>
<BCC_SourceDebuggingOn>
true
</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Cfg_2)'!=''"
>
<Defines>
NDEBUG;$(Defines)
</Defines>
<IntermediateOutputDir>
Release
</IntermediateOutputDir>
<ILINK_LibraryPath>
$(BDS)\lib\release;$(ILINK_LibraryPath)
</ILINK_LibraryPath>
<TASM_Debugging>
None
</TASM_Debugging>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>
CPlusPlusBuilder.Personality
</Borland.Personality>
<Borland.ProjectType>
CppStaticLibrary
</Borland.ProjectType>
<BorlandProject>
<BorlandProject><CPlusPlusBuilder.Personality><VersionInfo><VersionInfo
Name=
"IncludeVerInfo"
>
False
</VersionInfo><VersionInfo
Name=
"AutoIncBuild"
>
False
</VersionInfo><VersionInfo
Name=
"MajorVer"
>
1
</VersionInfo><VersionInfo
Name=
"MinorVer"
>
0
</VersionInfo><VersionInfo
Name=
"Release"
>
0
</VersionInfo><VersionInfo
Name=
"Build"
>
0
</VersionInfo><VersionInfo
Name=
"Debug"
>
False
</VersionInfo><VersionInfo
Name=
"PreRelease"
>
False
</VersionInfo><VersionInfo
Name=
"Special"
>
False
</VersionInfo><VersionInfo
Name=
"Private"
>
False
</VersionInfo><VersionInfo
Name=
"DLL"
>
False
</VersionInfo><VersionInfo
Name=
"Locale"
>
1033
</VersionInfo><VersionInfo
Name=
"CodePage"
>
1252
</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys
Name=
"CompanyName"
></VersionInfoKeys><VersionInfoKeys
Name=
"FileDescription"
></VersionInfoKeys><VersionInfoKeys
Name=
"FileVersion"
>
1.0.0.0
</VersionInfoKeys><VersionInfoKeys
Name=
"InternalName"
></VersionInfoKeys><VersionInfoKeys
Name=
"LegalCopyright"
></VersionInfoKeys><VersionInfoKeys
Name=
"LegalTrademarks"
></VersionInfoKeys><VersionInfoKeys
Name=
"OriginalFilename"
></VersionInfoKeys><VersionInfoKeys
Name=
"ProductName"
></VersionInfoKeys><VersionInfoKeys
Name=
"ProductVersion"
>
1.0.0.0
</VersionInfoKeys><VersionInfoKeys
Name=
"Comments"
></VersionInfoKeys></VersionInfoKeys><Debugging><Debugging
Name=
"DebugSourceDirs"
></Debugging></Debugging><Parameters><Parameters
Name=
"RunParams"
></Parameters><Parameters
Name=
"Launcher"
></Parameters><Parameters
Name=
"UseLauncher"
>
False
</Parameters><Parameters
Name=
"DebugCWD"
></Parameters><Parameters
Name=
"HostApplication"
></Parameters><Parameters
Name=
"RemoteHost"
></Parameters><Parameters
Name=
"RemotePath"
></Parameters><Parameters
Name=
"RemoteParams"
></Parameters><Parameters
Name=
"RemoteLauncher"
></Parameters><Parameters
Name=
"UseRemoteLauncher"
>
False
</Parameters><Parameters
Name=
"RemoteCWD"
></Parameters><Parameters
Name=
"RemoteDebug"
>
False
</Parameters><Parameters
Name=
"Debug Symbols Search Path"
></Parameters><Parameters
Name=
"LoadAllSymbols"
>
True
</Parameters><Parameters
Name=
"LoadUnspecifiedSymbols"
>
False
</Parameters></Parameters><Excluded_Packages>
<Excluded_Packages
Name=
"$(BDS)\bin\bcboffice2k100.bpl"
>
CodeGear C++Builder Office 2000 Servers Package
</Excluded_Packages>
<Excluded_Packages
Name=
"$(BDS)\bin\bcbofficexp100.bpl"
>
CodeGear C++Builder Office XP Servers Package
</Excluded_Packages>
</Excluded_Packages><Linker><Linker
Name=
"LibPrefix"
></Linker><Linker
Name=
"LibSuffix"
></Linker><Linker
Name=
"LibVersion"
></Linker></Linker><ProjectProperties><ProjectProperties
Name=
"AutoShowDeps"
>
False
</ProjectProperties><ProjectProperties
Name=
"ManagePaths"
>
True
</ProjectProperties><ProjectProperties
Name=
"VerifyPackages"
>
True
</ProjectProperties></ProjectProperties><HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Count"
>
3
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item0"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item1"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item2"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\src;..\include
</HistoryLists_hlIncludePath></HistoryLists_hlIncludePath><HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Count"
>
1
</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Item0"
>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk
</HistoryLists_hlILINK_LibraryPath></HistoryLists_hlILINK_LibraryPath><HistoryLists_hlDefines><HistoryLists_hlDefines
Name=
"Count"
>
1
</HistoryLists_hlDefines><HistoryLists_hlDefines
Name=
"Item0"
>
NO_STRICT
</HistoryLists_hlDefines></HistoryLists_hlDefines><HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize
Name=
"Count"
>
1
</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize
Name=
"Item0"
>
32
</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize
Name=
"Item1"
>
16
</HistoryLists_hlTLIB_PageSize></HistoryLists_hlTLIB_PageSize></CPlusPlusBuilder.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import
Project=
"$(MSBuildBinPath)\Borland.Cpp.Targets"
/>
<ItemGroup>
<None
Include=
"..\include\gtest\gtest-death-test.h"
>
<BuildOrder>
3
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest-message.h"
>
<BuildOrder>
4
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest-param-test.h"
>
<BuildOrder>
5
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest-spi.h"
>
<BuildOrder>
6
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest-test-part.h"
>
<BuildOrder>
7
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest-typed-test.h"
>
<BuildOrder>
8
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest.h"
>
<BuildOrder>
0
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest_pred_impl.h"
>
<BuildOrder>
1
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\gtest_prod.h"
>
<BuildOrder>
2
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-death-test-internal.h"
>
<BuildOrder>
9
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-filepath.h"
>
<BuildOrder>
10
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-internal.h"
>
<BuildOrder>
11
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-linked_ptr.h"
>
<BuildOrder>
12
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-param-util-generated.h"
>
<BuildOrder>
14
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-param-util.h"
>
<BuildOrder>
13
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-port.h"
>
<BuildOrder>
15
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-string.h"
>
<BuildOrder>
16
</BuildOrder>
</None>
<None
Include=
"..\include\gtest\internal\gtest-type-util.h"
>
<BuildOrder>
17
</BuildOrder>
</None>
<CppCompile
Include=
"gtest_all.cc"
>
<BuildOrder>
18
</BuildOrder>
</CppCompile>
<BuildConfiguration
Include=
"Debug"
>
<Key>
Cfg_1
</Key>
</BuildConfiguration>
<BuildConfiguration
Include=
"Release"
>
<Key>
Cfg_2
</Key>
</BuildConfiguration>
</ItemGroup>
</Project>
\ No newline at end of file
googletest/codegear/gtest.groupproj
0 → 100644
View file @
88f04930
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{c1d923e0-6cba-4332-9b6f-3420acbf5091}</ProjectGuid>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Projects Include="gtest.cbproj" />
<Projects Include="gtest_main.cbproj" />
<Projects Include="gtest_unittest.cbproj" />
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality</Borland.Personality>
<Borland.ProjectType />
<BorlandProject>
<BorlandProject xmlns=""><Default.Personality></Default.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Target Name="gtest">
<MSBuild Projects="gtest.cbproj" Targets="" />
</Target>
<Target Name="gtest:Clean">
<MSBuild Projects="gtest.cbproj" Targets="Clean" />
</Target>
<Target Name="gtest:Make">
<MSBuild Projects="gtest.cbproj" Targets="Make" />
</Target>
<Target Name="gtest_main">
<MSBuild Projects="gtest_main.cbproj" Targets="" />
</Target>
<Target Name="gtest_main:Clean">
<MSBuild Projects="gtest_main.cbproj" Targets="Clean" />
</Target>
<Target Name="gtest_main:Make">
<MSBuild Projects="gtest_main.cbproj" Targets="Make" />
</Target>
<Target Name="gtest_unittest">
<MSBuild Projects="gtest_unittest.cbproj" Targets="" />
</Target>
<Target Name="gtest_unittest:Clean">
<MSBuild Projects="gtest_unittest.cbproj" Targets="Clean" />
</Target>
<Target Name="gtest_unittest:Make">
<MSBuild Projects="gtest_unittest.cbproj" Targets="Make" />
</Target>
<Target Name="Build">
<CallTarget Targets="gtest;gtest_main;gtest_unittest" />
</Target>
<Target Name="Clean">
<CallTarget Targets="gtest:Clean;gtest_main:Clean;gtest_unittest:Clean" />
</Target>
<Target Name="Make">
<CallTarget Targets="gtest:Make;gtest_main:Make;gtest_unittest:Make" />
</Target>
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
</Project>
\ No newline at end of file
googletest/codegear/gtest_all.cc
0 → 100644
View file @
88f04930
// Copyright 2009, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Author: Josh Kelley (joshkel@gmail.com)
//
// Google C++ Testing Framework (Google Test)
//
// C++Builder's IDE cannot build a static library from files with hyphens
// in their name. See http://qc.codegear.com/wc/qcmain.aspx?d=70977 .
// This file serves as a workaround.
#include "src/gtest-all.cc"
googletest/codegear/gtest_link.cc
0 → 100644
View file @
88f04930
// Copyright 2009, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Author: Josh Kelley (joshkel@gmail.com)
//
// Google C++ Testing Framework (Google Test)
//
// Links gtest.lib and gtest_main.lib into the current project in C++Builder.
// This means that these libraries can't be renamed, but it's the only way to
// ensure that Debug versus Release test builds are linked against the
// appropriate Debug or Release build of the libraries.
#pragma link "gtest.lib"
#pragma link "gtest_main.lib"
googletest/codegear/gtest_main.cbproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<ProjectGuid>
{bca37a72-5b07-46cf-b44e-89f8e06451a2}
</ProjectGuid>
<Config
Condition=
"'$(Config)'==''"
>
Release
</Config>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Base' or '$(Base)'!=''"
>
<Base>
true
</Base>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Debug' or '$(Cfg_1)'!=''"
>
<Base>
true
</Base>
<Cfg_1>
true
</Cfg_1>
<CfgParent>
Base
</CfgParent>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Release' or '$(Cfg_2)'!=''"
>
<Base>
true
</Base>
<Cfg_2>
true
</Cfg_2>
<CfgParent>
Base
</CfgParent>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Base)'!=''"
>
<BCC_OptimizeForSpeed>
true
</BCC_OptimizeForSpeed>
<OutputExt>
lib
</OutputExt>
<DCC_CBuilderOutput>
JPHNE
</DCC_CBuilderOutput>
<Defines>
NO_STRICT
</Defines>
<DynamicRTL>
true
</DynamicRTL>
<UsePackages>
true
</UsePackages>
<ProjectType>
CppStaticLibrary
</ProjectType>
<BCC_CPPCompileAlways>
true
</BCC_CPPCompileAlways>
<PackageImports>
rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;dclZipForged11.bpi;vclZipForged11.bpi;GR32_BDS2006.bpi;GR32_DSGN_BDS2006.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi;CExceptionExpert11.bpi
</PackageImports>
<BCC_wpar>
false
</BCC_wpar>
<IncludePath>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..
</IncludePath>
<AllPackageLibs>
rtl.lib;vcl.lib
</AllPackageLibs>
<TLIB_PageSize>
32
</TLIB_PageSize>
<ILINK_LibraryPath>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk
</ILINK_LibraryPath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Cfg_1)'!=''"
>
<BCC_OptimizeForSpeed>
false
</BCC_OptimizeForSpeed>
<DCC_Optimize>
false
</DCC_Optimize>
<DCC_DebugInfoInExe>
true
</DCC_DebugInfoInExe>
<Defines>
_DEBUG;$(Defines)
</Defines>
<ILINK_FullDebugInfo>
true
</ILINK_FullDebugInfo>
<BCC_InlineFunctionExpansion>
false
</BCC_InlineFunctionExpansion>
<ILINK_DisableIncrementalLinking>
true
</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>
None
</BCC_UseRegisterVariables>
<DCC_Define>
DEBUG
</DCC_Define>
<BCC_DebugLineNumbers>
true
</BCC_DebugLineNumbers>
<IntermediateOutputDir>
Debug
</IntermediateOutputDir>
<TASM_DisplaySourceLines>
true
</TASM_DisplaySourceLines>
<BCC_StackFrames>
true
</BCC_StackFrames>
<BCC_DisableOptimizations>
true
</BCC_DisableOptimizations>
<ILINK_LibraryPath>
$(BDS)\lib\debug;$(ILINK_LibraryPath)
</ILINK_LibraryPath>
<TASM_Debugging>
Full
</TASM_Debugging>
<BCC_SourceDebuggingOn>
true
</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Cfg_2)'!=''"
>
<Defines>
NDEBUG;$(Defines)
</Defines>
<IntermediateOutputDir>
Release
</IntermediateOutputDir>
<ILINK_LibraryPath>
$(BDS)\lib\release;$(ILINK_LibraryPath)
</ILINK_LibraryPath>
<TASM_Debugging>
None
</TASM_Debugging>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>
CPlusPlusBuilder.Personality
</Borland.Personality>
<Borland.ProjectType>
CppStaticLibrary
</Borland.ProjectType>
<BorlandProject>
<BorlandProject><CPlusPlusBuilder.Personality><VersionInfo><VersionInfo
Name=
"IncludeVerInfo"
>
False
</VersionInfo><VersionInfo
Name=
"AutoIncBuild"
>
False
</VersionInfo><VersionInfo
Name=
"MajorVer"
>
1
</VersionInfo><VersionInfo
Name=
"MinorVer"
>
0
</VersionInfo><VersionInfo
Name=
"Release"
>
0
</VersionInfo><VersionInfo
Name=
"Build"
>
0
</VersionInfo><VersionInfo
Name=
"Debug"
>
False
</VersionInfo><VersionInfo
Name=
"PreRelease"
>
False
</VersionInfo><VersionInfo
Name=
"Special"
>
False
</VersionInfo><VersionInfo
Name=
"Private"
>
False
</VersionInfo><VersionInfo
Name=
"DLL"
>
False
</VersionInfo><VersionInfo
Name=
"Locale"
>
1033
</VersionInfo><VersionInfo
Name=
"CodePage"
>
1252
</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys
Name=
"CompanyName"
></VersionInfoKeys><VersionInfoKeys
Name=
"FileDescription"
></VersionInfoKeys><VersionInfoKeys
Name=
"FileVersion"
>
1.0.0.0
</VersionInfoKeys><VersionInfoKeys
Name=
"InternalName"
></VersionInfoKeys><VersionInfoKeys
Name=
"LegalCopyright"
></VersionInfoKeys><VersionInfoKeys
Name=
"LegalTrademarks"
></VersionInfoKeys><VersionInfoKeys
Name=
"OriginalFilename"
></VersionInfoKeys><VersionInfoKeys
Name=
"ProductName"
></VersionInfoKeys><VersionInfoKeys
Name=
"ProductVersion"
>
1.0.0.0
</VersionInfoKeys><VersionInfoKeys
Name=
"Comments"
></VersionInfoKeys></VersionInfoKeys><Debugging><Debugging
Name=
"DebugSourceDirs"
></Debugging></Debugging><Parameters><Parameters
Name=
"RunParams"
></Parameters><Parameters
Name=
"Launcher"
></Parameters><Parameters
Name=
"UseLauncher"
>
False
</Parameters><Parameters
Name=
"DebugCWD"
></Parameters><Parameters
Name=
"HostApplication"
></Parameters><Parameters
Name=
"RemoteHost"
></Parameters><Parameters
Name=
"RemotePath"
></Parameters><Parameters
Name=
"RemoteParams"
></Parameters><Parameters
Name=
"RemoteLauncher"
></Parameters><Parameters
Name=
"UseRemoteLauncher"
>
False
</Parameters><Parameters
Name=
"RemoteCWD"
></Parameters><Parameters
Name=
"RemoteDebug"
>
False
</Parameters><Parameters
Name=
"Debug Symbols Search Path"
></Parameters><Parameters
Name=
"LoadAllSymbols"
>
True
</Parameters><Parameters
Name=
"LoadUnspecifiedSymbols"
>
False
</Parameters></Parameters><Excluded_Packages>
<Excluded_Packages
Name=
"$(BDS)\bin\bcboffice2k100.bpl"
>
CodeGear C++Builder Office 2000 Servers Package
</Excluded_Packages>
<Excluded_Packages
Name=
"$(BDS)\bin\bcbofficexp100.bpl"
>
CodeGear C++Builder Office XP Servers Package
</Excluded_Packages>
</Excluded_Packages><Linker><Linker
Name=
"LibPrefix"
></Linker><Linker
Name=
"LibSuffix"
></Linker><Linker
Name=
"LibVersion"
></Linker></Linker><ProjectProperties><ProjectProperties
Name=
"AutoShowDeps"
>
False
</ProjectProperties><ProjectProperties
Name=
"ManagePaths"
>
True
</ProjectProperties><ProjectProperties
Name=
"VerifyPackages"
>
True
</ProjectProperties></ProjectProperties><HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Count"
>
3
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item0"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item1"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item2"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\src;..\include
</HistoryLists_hlIncludePath></HistoryLists_hlIncludePath><HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Count"
>
1
</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Item0"
>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk
</HistoryLists_hlILINK_LibraryPath></HistoryLists_hlILINK_LibraryPath><HistoryLists_hlDefines><HistoryLists_hlDefines
Name=
"Count"
>
1
</HistoryLists_hlDefines><HistoryLists_hlDefines
Name=
"Item0"
>
NO_STRICT
</HistoryLists_hlDefines></HistoryLists_hlDefines><HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize
Name=
"Count"
>
1
</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize
Name=
"Item0"
>
32
</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize
Name=
"Item1"
>
16
</HistoryLists_hlTLIB_PageSize></HistoryLists_hlTLIB_PageSize></CPlusPlusBuilder.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import
Project=
"$(MSBuildBinPath)\Borland.Cpp.Targets"
/>
<ItemGroup>
<CppCompile
Include=
"..\src\gtest_main.cc"
>
<BuildOrder>
0
</BuildOrder>
</CppCompile>
<BuildConfiguration
Include=
"Debug"
>
<Key>
Cfg_1
</Key>
</BuildConfiguration>
<BuildConfiguration
Include=
"Release"
>
<Key>
Cfg_2
</Key>
</BuildConfiguration>
</ItemGroup>
</Project>
googletest/codegear/gtest_unittest.cbproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<ProjectGuid>
{eea63393-5ac5-4b9c-8909-d75fef2daa41}
</ProjectGuid>
<Config
Condition=
"'$(Config)'==''"
>
Release
</Config>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Base' or '$(Base)'!=''"
>
<Base>
true
</Base>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Debug' or '$(Cfg_1)'!=''"
>
<Base>
true
</Base>
<Cfg_1>
true
</Cfg_1>
<CfgParent>
Base
</CfgParent>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Config)'=='Release' or '$(Cfg_2)'!=''"
>
<Base>
true
</Base>
<Cfg_2>
true
</Cfg_2>
<CfgParent>
Base
</CfgParent>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Base)'!=''"
>
<OutputExt>
exe
</OutputExt>
<BCC_OptimizeForSpeed>
true
</BCC_OptimizeForSpeed>
<Defines>
NO_STRICT
</Defines>
<DCC_CBuilderOutput>
JPHNE
</DCC_CBuilderOutput>
<DynamicRTL>
true
</DynamicRTL>
<ILINK_ObjectSearchPath>
..\test
</ILINK_ObjectSearchPath>
<UsePackages>
true
</UsePackages>
<ProjectType>
CppConsoleApplication
</ProjectType>
<NoVCL>
true
</NoVCL>
<BCC_CPPCompileAlways>
true
</BCC_CPPCompileAlways>
<PackageImports>
rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi
</PackageImports>
<BCC_wpar>
false
</BCC_wpar>
<IncludePath>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include;..\test;..
</IncludePath>
<ILINK_LibraryPath>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;..\test
</ILINK_LibraryPath>
<Multithreaded>
true
</Multithreaded>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Cfg_1)'!=''"
>
<BCC_OptimizeForSpeed>
false
</BCC_OptimizeForSpeed>
<DCC_Optimize>
false
</DCC_Optimize>
<DCC_DebugInfoInExe>
true
</DCC_DebugInfoInExe>
<Defines>
_DEBUG;$(Defines)
</Defines>
<ILINK_FullDebugInfo>
true
</ILINK_FullDebugInfo>
<BCC_InlineFunctionExpansion>
false
</BCC_InlineFunctionExpansion>
<ILINK_DisableIncrementalLinking>
true
</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>
None
</BCC_UseRegisterVariables>
<DCC_Define>
DEBUG
</DCC_Define>
<BCC_DebugLineNumbers>
true
</BCC_DebugLineNumbers>
<IntermediateOutputDir>
Debug
</IntermediateOutputDir>
<TASM_DisplaySourceLines>
true
</TASM_DisplaySourceLines>
<BCC_StackFrames>
true
</BCC_StackFrames>
<BCC_DisableOptimizations>
true
</BCC_DisableOptimizations>
<ILINK_LibraryPath>
$(BDS)\lib\debug;$(ILINK_LibraryPath)
</ILINK_LibraryPath>
<TASM_Debugging>
Full
</TASM_Debugging>
<BCC_SourceDebuggingOn>
true
</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Cfg_2)'!=''"
>
<Defines>
NDEBUG;$(Defines)
</Defines>
<IntermediateOutputDir>
Release
</IntermediateOutputDir>
<ILINK_LibraryPath>
$(BDS)\lib\release;$(ILINK_LibraryPath)
</ILINK_LibraryPath>
<TASM_Debugging>
None
</TASM_Debugging>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>
CPlusPlusBuilder.Personality
</Borland.Personality>
<Borland.ProjectType>
CppConsoleApplication
</Borland.ProjectType>
<BorlandProject>
<BorlandProject><CPlusPlusBuilder.Personality><VersionInfo><VersionInfo
Name=
"IncludeVerInfo"
>
False
</VersionInfo><VersionInfo
Name=
"AutoIncBuild"
>
False
</VersionInfo><VersionInfo
Name=
"MajorVer"
>
1
</VersionInfo><VersionInfo
Name=
"MinorVer"
>
0
</VersionInfo><VersionInfo
Name=
"Release"
>
0
</VersionInfo><VersionInfo
Name=
"Build"
>
0
</VersionInfo><VersionInfo
Name=
"Debug"
>
False
</VersionInfo><VersionInfo
Name=
"PreRelease"
>
False
</VersionInfo><VersionInfo
Name=
"Special"
>
False
</VersionInfo><VersionInfo
Name=
"Private"
>
False
</VersionInfo><VersionInfo
Name=
"DLL"
>
False
</VersionInfo><VersionInfo
Name=
"Locale"
>
1033
</VersionInfo><VersionInfo
Name=
"CodePage"
>
1252
</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys
Name=
"CompanyName"
></VersionInfoKeys><VersionInfoKeys
Name=
"FileDescription"
></VersionInfoKeys><VersionInfoKeys
Name=
"FileVersion"
>
1.0.0.0
</VersionInfoKeys><VersionInfoKeys
Name=
"InternalName"
></VersionInfoKeys><VersionInfoKeys
Name=
"LegalCopyright"
></VersionInfoKeys><VersionInfoKeys
Name=
"LegalTrademarks"
></VersionInfoKeys><VersionInfoKeys
Name=
"OriginalFilename"
></VersionInfoKeys><VersionInfoKeys
Name=
"ProductName"
></VersionInfoKeys><VersionInfoKeys
Name=
"ProductVersion"
>
1.0.0.0
</VersionInfoKeys><VersionInfoKeys
Name=
"Comments"
></VersionInfoKeys></VersionInfoKeys><Debugging><Debugging
Name=
"DebugSourceDirs"
></Debugging></Debugging><Parameters><Parameters
Name=
"RunParams"
></Parameters><Parameters
Name=
"Launcher"
></Parameters><Parameters
Name=
"UseLauncher"
>
False
</Parameters><Parameters
Name=
"DebugCWD"
></Parameters><Parameters
Name=
"HostApplication"
></Parameters><Parameters
Name=
"RemoteHost"
></Parameters><Parameters
Name=
"RemotePath"
></Parameters><Parameters
Name=
"RemoteParams"
></Parameters><Parameters
Name=
"RemoteLauncher"
></Parameters><Parameters
Name=
"UseRemoteLauncher"
>
False
</Parameters><Parameters
Name=
"RemoteCWD"
></Parameters><Parameters
Name=
"RemoteDebug"
>
False
</Parameters><Parameters
Name=
"Debug Symbols Search Path"
></Parameters><Parameters
Name=
"LoadAllSymbols"
>
True
</Parameters><Parameters
Name=
"LoadUnspecifiedSymbols"
>
False
</Parameters></Parameters><Excluded_Packages>
<Excluded_Packages
Name=
"$(BDS)\bin\bcboffice2k100.bpl"
>
CodeGear C++Builder Office 2000 Servers Package
</Excluded_Packages>
<Excluded_Packages
Name=
"$(BDS)\bin\bcbofficexp100.bpl"
>
CodeGear C++Builder Office XP Servers Package
</Excluded_Packages>
</Excluded_Packages><Linker><Linker
Name=
"LibPrefix"
></Linker><Linker
Name=
"LibSuffix"
></Linker><Linker
Name=
"LibVersion"
></Linker></Linker><ProjectProperties><ProjectProperties
Name=
"AutoShowDeps"
>
False
</ProjectProperties><ProjectProperties
Name=
"ManagePaths"
>
True
</ProjectProperties><ProjectProperties
Name=
"VerifyPackages"
>
True
</ProjectProperties></ProjectProperties><HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Count"
>
3
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item0"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include;..\test;..
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item1"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include;..\test
</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath
Name=
"Item2"
>
$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include
</HistoryLists_hlIncludePath></HistoryLists_hlIncludePath><HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Count"
>
1
</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Item0"
>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;..\test
</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Item1"
>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;..\test
</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath
Name=
"Item2"
>
$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(OUTPUTDIR);..\test
</HistoryLists_hlILINK_LibraryPath></HistoryLists_hlILINK_LibraryPath><HistoryLists_hlDefines><HistoryLists_hlDefines
Name=
"Count"
>
2
</HistoryLists_hlDefines><HistoryLists_hlDefines
Name=
"Item0"
>
NO_STRICT
</HistoryLists_hlDefines><HistoryLists_hlDefines
Name=
"Item1"
>
STRICT
</HistoryLists_hlDefines></HistoryLists_hlDefines></CPlusPlusBuilder.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import
Project=
"$(MSBuildBinPath)\Borland.Cpp.Targets"
/>
<ItemGroup>
<CppCompile
Include=
"..\test\gtest_unittest.cc"
>
<BuildOrder>
0
</BuildOrder>
</CppCompile>
<CppCompile
Include=
"gtest_link.cc"
>
<BuildOrder>
1
</BuildOrder>
</CppCompile>
<BuildConfiguration
Include=
"Debug"
>
<Key>
Cfg_1
</Key>
</BuildConfiguration>
<BuildConfiguration
Include=
"Release"
>
<Key>
Cfg_2
</Key>
</BuildConfiguration>
</ItemGroup>
</Project>
\ No newline at end of file
googletest/configure.ac
View file @
88f04930
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
m4_include(m4/acx_pthread.m4)
...
...
googletest/msvc/2010/gtest-md.sln
0 → 100644
View file @
88f04930
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest-md", "gtest-md.vcxproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main-md", "gtest_main-md.vcxproj", "{3AF54C8A-10BF-4332-9147-F68ED9862033}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test-md", "gtest_prod_test-md.vcxproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest-md", "gtest_unittest-md.vcxproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.ActiveCfg = Debug|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.Build.0 = Debug|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.ActiveCfg = Debug|x64
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.Build.0 = Debug|x64
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.ActiveCfg = Release|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.Build.0 = Release|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.ActiveCfg = Release|x64
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.Build.0 = Release|x64
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|Win32.ActiveCfg = Debug|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|Win32.Build.0 = Debug|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|x64.ActiveCfg = Debug|x64
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|x64.Build.0 = Debug|x64
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|Win32.ActiveCfg = Release|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|Win32.Build.0 = Release|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|x64.ActiveCfg = Release|x64
{3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|x64.Build.0 = Release|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|Win32.ActiveCfg = Debug|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|Win32.Build.0 = Debug|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|x64.ActiveCfg = Debug|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|x64.Build.0 = Debug|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|Win32.ActiveCfg = Release|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|Win32.Build.0 = Release|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|x64.ActiveCfg = Release|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|x64.Build.0 = Release|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|Win32.ActiveCfg = Debug|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|Win32.Build.0 = Debug|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|x64.ActiveCfg = Debug|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|x64.Build.0 = Debug|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|Win32.ActiveCfg = Release|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|Win32.Build.0 = Release|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|x64.ActiveCfg = Release|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
googletest/msvc/2010/gtest-md.vcxproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(OutDir)$(ProjectName)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(OutDir)$(ProjectName)\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)$(ProjectName)\
</IntDir>
<TargetName>
gtestd
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)$(ProjectName)\
</IntDir>
<TargetName>
gtest
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<TargetName>
gtestd
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<TargetName>
gtest
</TargetName>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\gtest-all.cc"
>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
googletest/msvc/2010/gtest-md.vcxproj.filters
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup>
<Filter
Include=
"Source Files"
>
<UniqueIdentifier>
{4FC737F1-C7A5-4376-A066-2A32D752A2FF}
</UniqueIdentifier>
<Extensions>
cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx
</Extensions>
</Filter>
<Filter
Include=
"Header Files"
>
<UniqueIdentifier>
{93995380-89BD-4b04-88EB-625FBE52EBFB}
</UniqueIdentifier>
<Extensions>
h;hpp;hxx;hm;inl;inc;xsd
</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\gtest-all.cc"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file
googletest/msvc/2010/gtest.sln
0 → 100644
View file @
88f04930
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest.vcxproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main", "gtest_main.vcxproj", "{3AF54C8A-10BF-4332-9147-F68ED9862032}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest", "gtest_unittest.vcxproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test", "gtest_prod_test.vcxproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|Win32.ActiveCfg = Debug|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|Win32.Build.0 = Debug|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|x64.ActiveCfg = Debug|x64
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|x64.Build.0 = Debug|x64
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|Win32.ActiveCfg = Release|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|Win32.Build.0 = Release|Win32
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|x64.ActiveCfg = Release|x64
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|x64.Build.0 = Release|x64
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|Win32.ActiveCfg = Debug|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|Win32.Build.0 = Debug|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|x64.ActiveCfg = Debug|x64
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|x64.Build.0 = Debug|x64
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|Win32.ActiveCfg = Release|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|Win32.Build.0 = Release|Win32
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|x64.ActiveCfg = Release|x64
{3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|x64.Build.0 = Release|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|Win32.ActiveCfg = Debug|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|Win32.Build.0 = Debug|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|x64.ActiveCfg = Debug|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|x64.Build.0 = Debug|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|Win32.ActiveCfg = Release|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|Win32.Build.0 = Release|Win32
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|x64.ActiveCfg = Release|x64
{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|x64.Build.0 = Release|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|Win32.ActiveCfg = Debug|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|Win32.Build.0 = Debug|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|x64.ActiveCfg = Debug|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|x64.Build.0 = Debug|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|Win32.ActiveCfg = Release|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|Win32.Build.0 = Release|Win32
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|x64.ActiveCfg = Release|x64
{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
googletest/msvc/2010/gtest.vcxproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(OutDir)temp\$(ProjectName)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(OutDir)temp\$(ProjectName)\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)temp\$(ProjectName)\
</IntDir>
<TargetName>
gtestd
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)temp\$(ProjectName)\
</IntDir>
<TargetName>
gtest
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<TargetName>
gtestd
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<TargetName>
gtest
</TargetName>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\gtest-all.cc"
>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
googletest/msvc/2010/gtest.vcxproj.filters
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup>
<Filter
Include=
"Source Files"
>
<UniqueIdentifier>
{4FC737F1-C7A5-4376-A066-2A32D752A2FF}
</UniqueIdentifier>
<Extensions>
cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx
</Extensions>
</Filter>
<Filter
Include=
"Header Files"
>
<UniqueIdentifier>
{93995380-89BD-4b04-88EB-625FBE52EBFB}
</UniqueIdentifier>
<Extensions>
h;hpp;hxx;hm;inl;inc;xsd
</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\gtest-all.cc"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file
googletest/msvc/2010/gtest_main-md.vcxproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{3AF54C8A-10BF-4332-9147-F68ED9862033}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(OutDir)$(ProjectName)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(OutDir)$(ProjectName)\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)$(ProjectName)\
</IntDir>
<TargetName>
gtest_maind
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)$(ProjectName)\
</IntDir>
<TargetName>
gtest_main
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<TargetName>
gtest_maind
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<TargetName>
gtest_main
</TargetName>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib
/>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\gtest_main.cc"
>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"gtest-md.vcxproj"
>
<Project>
{c8f6c172-56f2-4e76-b5fa-c3b423b31be8}
</Project>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
googletest/msvc/2010/gtest_main-md.vcxproj.filters
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup>
<Filter
Include=
"Source Files"
>
<UniqueIdentifier>
{4FC737F1-C7A5-4376-A066-2A32D752A2FF}
</UniqueIdentifier>
<Extensions>
cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx
</Extensions>
</Filter>
<Filter
Include=
"Header Files"
>
<UniqueIdentifier>
{93995380-89BD-4b04-88EB-625FBE52EBFB}
</UniqueIdentifier>
<Extensions>
h;hpp;hxx;hm;inl;inc;xsd
</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\gtest_main.cc"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file
googletest/msvc/2010/gtest_main.vcxproj
0 → 100644
View file @
88f04930
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{3AF54C8A-10BF-4332-9147-F68ED9862032}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v100
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(OutDir)temp\$(ProjectName)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(OutDir)temp\$(ProjectName)\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)temp\$(ProjectName)\
</IntDir>
<TargetName>
gtest_maind
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(SolutionDir)$(SolutionName)\$(Platform)-$(Configuration)\
</OutDir>
<IntDir>
$(OutDir)temp\$(ProjectName)\
</IntDir>
<TargetName>
gtest_main
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<TargetName>
gtest_maind
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<TargetName>
gtest_main
</TargetName>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib>
<OutputFile>
$(OutDir)$(ProjectName)d.lib
</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib>
<OutputFile>
$(OutDir)$(ProjectName)d.lib
</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib>
<OutputFile>
$(OutDir)$(ProjectName).lib
</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ClCompile>
<PreprocessorDefinitions>
WIN32;_VARIADIC_MAX=10;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalIncludeDirectories>
..\..\include;..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Lib>
<OutputFile>
$(OutDir)$(ProjectName).lib
</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\gtest_main.cc"
>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
..;..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"gtest.vcxproj"
>
<Project>
{c8f6c172-56f2-4e76-b5fa-c3b423b31be7}
</Project>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment