diff options
Diffstat (limited to 'PC/VS8.0/sqlite3.vsprops')
-rw-r--r-- | PC/VS8.0/sqlite3.vsprops | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/PC/VS8.0/sqlite3.vsprops b/PC/VS8.0/sqlite3.vsprops index 4a59c60..8c028dc 100644 --- a/PC/VS8.0/sqlite3.vsprops +++ b/PC/VS8.0/sqlite3.vsprops @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="sqlite3" - InheritedPropertySheets=".\pyproject.vsprops" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9" - PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)" - WarningLevel="1" - /> -</VisualStudioPropertySheet> +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="sqlite3"
+ InheritedPropertySheets=".\pyproject.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-3.5.9"
+ PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
+ WarningLevel="1"
+ />
+</VisualStudioPropertySheet>
|