diff options
Diffstat (limited to 'base/build/base.vsprops')
-rw-r--r-- | base/build/base.vsprops | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/build/base.vsprops b/base/build/base.vsprops new file mode 100644 index 0000000..63e2723 --- /dev/null +++ b/base/build/base.vsprops @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="base" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > +</VisualStudioPropertySheet> |