diff options
Diffstat (limited to 'third_party/zlib')
-rw-r--r-- | third_party/zlib/using_zlib.vsprops | 11 | ||||
-rw-r--r-- | third_party/zlib/zlib.vsprops | 12 |
2 files changed, 0 insertions, 23 deletions
diff --git a/third_party/zlib/using_zlib.vsprops b/third_party/zlib/using_zlib.vsprops deleted file mode 100644 index 5a1ee56..0000000 --- a/third_party/zlib/using_zlib.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="using_zlib" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(SolutionDir)..\third_party\zlib"" - /> -</VisualStudioPropertySheet> diff --git a/third_party/zlib/zlib.vsprops b/third_party/zlib/zlib.vsprops deleted file mode 100644 index aa94800..0000000 --- a/third_party/zlib/zlib.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="sqlite" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(ProjectDir)" - PreprocessorDefinitions="" - /> -</VisualStudioPropertySheet> |