diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/using_gtest.vsprops | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/using_gtest.vsprops b/testing/using_gtest.vsprops deleted file mode 100644 index d5b6911..0000000 --- a/testing/using_gtest.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?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> |