diff options
Diffstat (limited to 'build/internal/debug_infofastbuild.vsprops')
-rw-r--r-- | build/internal/debug_infofastbuild.vsprops | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/internal/debug_infofastbuild.vsprops b/build/internal/debug_infofastbuild.vsprops new file mode 100644 index 0000000..f77b44b --- /dev/null +++ b/build/internal/debug_infofastbuild.vsprops @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="debug_infofastbuild" + > + <Tool + Name="VCCLCompilerTool" + DebugInformationFormat="0" + /> + <Tool + Name="VCLinkerTool" + GenerateDebugInformation="false" + /> +</VisualStudioPropertySheet> |