summaryrefslogtreecommitdiffstats
path: root/testing/using_gtest.vsprops
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 21:59:13 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 21:59:13 +0000
commite6c9e14e0dfec2bb156a1f7a107cda3ebee8d392 (patch)
tree4f4c3e6bc5a5b43c3b364b82670ef528a063ad05 /testing/using_gtest.vsprops
parente6f0f12b2d4940b77defa3deb48d5384873c4dba (diff)
downloadchromium_src-e6c9e14e0dfec2bb156a1f7a107cda3ebee8d392.zip
chromium_src-e6c9e14e0dfec2bb156a1f7a107cda3ebee8d392.tar.gz
chromium_src-e6c9e14e0dfec2bb156a1f7a107cda3ebee8d392.tar.bz2
Add testing to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/using_gtest.vsprops')
-rw-r--r--testing/using_gtest.vsprops11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/using_gtest.vsprops b/testing/using_gtest.vsprops
new file mode 100644
index 0000000..d5b6911
--- /dev/null
+++ b/testing/using_gtest.vsprops
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="using_gtest"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(SolutionDir)..\testing\gtest\include;$(SolutionDir)..\testing\gtest"
+ />
+</VisualStudioPropertySheet>