aboutsummaryrefslogtreecommitdiffstats
path: root/msvc/gtest_unittest.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Adjusts VC projects' output directories such that the output files don't ↵zhanyong.wan2009-09-111-4/+4
| | | | step on each other.
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC ↵zhanyong.wan2009-09-111-2/+2
| | | | projects.
* Removes svn:executable and sets svn:eol-style to CRLF for VS project files.zhanyong.wan2009-02-131-147/+147
|
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-091-2/+2
|
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-091-0/+147
Microsoft Visual Studio.