diff options
Diffstat (limited to 'win32/vs9/soup-gen-srcs.vsprops')
-rw-r--r-- | win32/vs9/soup-gen-srcs.vsprops | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/win32/vs9/soup-gen-srcs.vsprops b/win32/vs9/soup-gen-srcs.vsprops deleted file mode 100644 index d897efa8..00000000 --- a/win32/vs9/soup-gen-srcs.vsprops +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="soupgensrcsprops" - InheritedPropertySheets=".\soup-build-defines.vsprops" - > - <UserMacro - Name="CopyConfigH" - Value="copy ..\..\config.h.win32 ..\..\config.h" - /> - <UserMacro - Name="GenSoupVersionH" - Value="$(PythonPath)\python.exe ..\soup_version_h.py --version=$(SoupMajorVersion).$(SoupMinorVersion).$(SoupMicroVersion)" - /> - <UserMacro - Name="GenTldDataInc" - Value="$(PythonPath)\python.exe ..\..\libsoup\tld-parser.py ..\..\data\effective_tld_names.dat ..\..\libsoup\tld_data.inc" - /> -</VisualStudioPropertySheet> |