BIND 10 trac829, updated. 9e3c37be3327325ac6b3fe56bdabcc82624a8474 [trac829] Add Visual Studio 2008 files (needs on option to disable spurious checks)

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Apr 7 13:06:38 UTC 2011


The branch, trac829 has been updated
       via  9e3c37be3327325ac6b3fe56bdabcc82624a8474 (commit)
      from  d4d2d6fe6d48c367653fd769efcfa254de07174b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e3c37be3327325ac6b3fe56bdabcc82624a8474
Author: Francis Dupont <fdupont at isc.org>
Date:   Thu Apr 7 15:05:27 2011 +0200

    [trac829] Add Visual Studio 2008 files (needs on option to disable
    spurious checks)

-----------------------------------------------------------------------

Summary of changes:
 win32build/VS2008/BINDInstall/BINDInstall.vcproj   |  205 +++++++++++
 win32build/VS2008/bind10.sln                       |   68 ++++
 win32build/VS2008/iscdns/iscdns.vcproj             |  375 ++++++++++++++++++++
 .../VS2008/iscdns_python/iscdns_python.vcproj      |  209 +++++++++++
 win32build/VS2008/iscdns_tests/iscdns_tests.vcproj |  375 ++++++++++++++++++++
 win32build/VS2008/iscexc/iscexc.vcproj             |  177 +++++++++
 win32build/VS2008/iscexc_tests/iscexc_tests.vcproj |  205 +++++++++++
 7 files changed, 1614 insertions(+), 0 deletions(-)
 create mode 100755 win32build/VS2008/BINDInstall/BINDInstall.vcproj
 create mode 100755 win32build/VS2008/bind10.sln
 create mode 100755 win32build/VS2008/iscdns/iscdns.vcproj
 create mode 100755 win32build/VS2008/iscdns_python/iscdns_python.vcproj
 create mode 100755 win32build/VS2008/iscdns_tests/iscdns_tests.vcproj
 create mode 100755 win32build/VS2008/iscexc/iscexc.vcproj
 create mode 100755 win32build/VS2008/iscexc_tests/iscexc_tests.vcproj

-----------------------------------------------------------------------
diff --git a/win32build/VS2008/BINDInstall/BINDInstall.vcproj b/win32build/VS2008/BINDInstall/BINDInstall.vcproj
new file mode 100755
index 0000000..5fc86d0
--- /dev/null
+++ b/win32build/VS2008/BINDInstall/BINDInstall.vcproj
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="BINDInstall"
+	ProjectGUID="{B83AE10D-A9B9-4031-B1FA-3C33832D2DD5}"
+	RootNamespace="BINDInstall"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="196613"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="4"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkIncremental="2"
+				GenerateDebugInformation="true"
+				SubSystem="1"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				EnableIntrinsicFunctions="true"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkIncremental="1"
+				GenerateDebugInformation="true"
+				SubSystem="1"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\BINDInstall\BINDInstall.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\BINDInstall\stdafx.cpp"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\BINDInstall\stdafx.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\BINDInstall\targetver.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/win32build/VS2008/bind10.sln b/win32build/VS2008/bind10.sln
new file mode 100755
index 0000000..d30ec82
--- /dev/null
+++ b/win32build/VS2008/bind10.sln
@@ -0,0 +1,68 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BINDInstall", "BINDInstall\BINDInstall.vcproj", "{B83AE10D-A9B9-4031-B1FA-3C33832D2DD5}"
+	ProjectSection(ProjectDependencies) = postProject
+		{8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2} = {8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2}
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F} = {9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}
+		{731F8285-CC8A-40A6-95FB-35BD1C8A1831} = {731F8285-CC8A-40A6-95FB-35BD1C8A1831}
+		{77C6C086-7738-4DDB-8D19-1A87AB6FC0E8} = {77C6C086-7738-4DDB-8D19-1A87AB6FC0E8}
+		{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566} = {0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscexc", "iscexc\iscexc.vcproj", "{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscexc_tests", "iscexc_tests\iscexc_tests.vcproj", "{731F8285-CC8A-40A6-95FB-35BD1C8A1831}"
+	ProjectSection(ProjectDependencies) = postProject
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F} = {9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscdns", "iscdns\iscdns.vcproj", "{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscdns_tests", "iscdns_tests\iscdns_tests.vcproj", "{77C6C086-7738-4DDB-8D19-1A87AB6FC0E8}"
+	ProjectSection(ProjectDependencies) = postProject
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F} = {9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}
+		{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566} = {0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iscdns_python", "iscdns_python\iscdns_python.vcproj", "{8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2}"
+	ProjectSection(ProjectDependencies) = postProject
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F} = {9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}
+		{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566} = {0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}
+	EndProjectSection
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Win32 = Debug|Win32
+		Release|Win32 = Release|Win32
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{B83AE10D-A9B9-4031-B1FA-3C33832D2DD5}.Debug|Win32.ActiveCfg = Debug|Win32
+		{B83AE10D-A9B9-4031-B1FA-3C33832D2DD5}.Debug|Win32.Build.0 = Debug|Win32
+		{B83AE10D-A9B9-4031-B1FA-3C33832D2DD5}.Release|Win32.ActiveCfg = Release|Win32
+		{B83AE10D-A9B9-4031-B1FA-3C33832D2DD5}.Release|Win32.Build.0 = Release|Win32
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}.Debug|Win32.ActiveCfg = Debug|Win32
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}.Debug|Win32.Build.0 = Debug|Win32
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}.Release|Win32.ActiveCfg = Release|Win32
+		{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}.Release|Win32.Build.0 = Release|Win32
+		{731F8285-CC8A-40A6-95FB-35BD1C8A1831}.Debug|Win32.ActiveCfg = Debug|Win32
+		{731F8285-CC8A-40A6-95FB-35BD1C8A1831}.Debug|Win32.Build.0 = Debug|Win32
+		{731F8285-CC8A-40A6-95FB-35BD1C8A1831}.Release|Win32.ActiveCfg = Release|Win32
+		{731F8285-CC8A-40A6-95FB-35BD1C8A1831}.Release|Win32.Build.0 = Release|Win32
+		{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}.Debug|Win32.ActiveCfg = Debug|Win32
+		{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}.Debug|Win32.Build.0 = Debug|Win32
+		{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}.Release|Win32.ActiveCfg = Release|Win32
+		{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}.Release|Win32.Build.0 = Release|Win32
+		{77C6C086-7738-4DDB-8D19-1A87AB6FC0E8}.Debug|Win32.ActiveCfg = Debug|Win32
+		{77C6C086-7738-4DDB-8D19-1A87AB6FC0E8}.Debug|Win32.Build.0 = Debug|Win32
+		{77C6C086-7738-4DDB-8D19-1A87AB6FC0E8}.Release|Win32.ActiveCfg = Release|Win32
+		{77C6C086-7738-4DDB-8D19-1A87AB6FC0E8}.Release|Win32.Build.0 = Release|Win32
+		{8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2}.Debug|Win32.ActiveCfg = Debug|Win32
+		{8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2}.Debug|Win32.Build.0 = Debug|Win32
+		{8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2}.Release|Win32.ActiveCfg = Release|Win32
+		{8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2}.Release|Win32.Build.0 = Release|Win32
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal
diff --git a/win32build/VS2008/iscdns/iscdns.vcproj b/win32build/VS2008/iscdns/iscdns.vcproj
new file mode 100755
index 0000000..cb1de56
--- /dev/null
+++ b/win32build/VS2008/iscdns/iscdns.vcproj
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="iscdns"
+	ProjectGUID="{0DADD4CD-6E99-4FB1-9E1C-0C7413DE0566}"
+	RootNamespace="iscdns"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="196613"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+				CommandLine="cd ..\..\..\src\lib\dns&#x0D;&#x0A;copy gen-rdatacode.py.win32 gen-rdatacode.py&#x0D;&#x0A;python gen-rdatacode.py&#x0D;&#x0A;"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..;..\..;..\..\..\src\lib;"C:\Program Files\boost\boost_1_44""
+				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="4"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+				CommandLine="cd ..\..\..\src\lib\dns&#x0D;&#x0A;copy gen-rdatacode.py.win32 gen-rdatacode.py&#x0D;&#x0A;python gen-rdatacode.py&#x0D;&#x0A;"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				EnableIntrinsicFunctions="true"
+				AdditionalIncludeDirectories="..;..\..;..\..\..\src\lib;"C:\Program Files\boost\boost_1_44""
+				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\base_n.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\dnssectime.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\edns.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\exceptions.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\masterload.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\message.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\messagerenderer.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\name.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rdata\generic\detail\nsec_bitmap.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\opcode.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\question.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rcode.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rdata.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rdataclass.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrclass.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrparamregistry.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrset.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrsetlist.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrttl.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrtype.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\sha1.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tsigkey.cc"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\base16_from_binary.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\base32hex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\base32hex_from_binary.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\base64.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\binary_from_base16.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\binary_from_base32hex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\buffer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\dnssectime.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\edns.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\exceptions.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\hex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\masterload.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\message.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\messagerenderer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\name.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rdata\generic\detail\nsec_bitmap.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\opcode.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\question.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rcode.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rdata.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rdataclass.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrclass.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrparamregistry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrset.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrsetlist.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrttl.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\rrtype.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\util\sha1.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tsigkey.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/win32build/VS2008/iscdns_python/iscdns_python.vcproj b/win32build/VS2008/iscdns_python/iscdns_python.vcproj
new file mode 100755
index 0000000..2a5a6e5
--- /dev/null
+++ b/win32build/VS2008/iscdns_python/iscdns_python.vcproj
@@ -0,0 +1,209 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="iscdns_python"
+	ProjectGUID="{8E73D13A-22F5-4B94-B9C6-3D95F7FCAEC2}"
+	RootNamespace="iscdns_python"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="196613"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..;..\..;..\..\..\src\lib;..\..\..\src\lib\dns\python;"C:\Program Files\boost\boost_1_44";C:\Python32\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ISCDNS_PYTHON_EXPORTS"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="4"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="iscexc.lib iscdns.lib python3.lib ws2_32.lib"
+				OutputFile="$(OutDir)\pydnspp.pyd"
+				LinkIncremental="2"
+				AdditionalLibraryDirectories="..\iscexc\Debug;..\iscdns\Debug;C:\Python32\libs"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				EnableIntrinsicFunctions="true"
+				AdditionalIncludeDirectories="..;..\..;..\..\..\src\lib;..\..\..\src\lib\dns\python;"C:\Program Files\boost\boost_1_44";C:\Python32\include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ISCDNS_PYTHON_EXPORTS"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="iscexc.lib iscdns.lib python3.lib ws2_32.lib"
+				OutputFile="$(OutDir)\pydnspp.pyd"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories="..\iscexc\Release;..\iscdns\Release;C:\Python32\libs"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\dns\python\pydnspp.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\python\pydnspp_common.cc"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\dns\python\pydnspp_common.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/win32build/VS2008/iscdns_tests/iscdns_tests.vcproj b/win32build/VS2008/iscdns_tests/iscdns_tests.vcproj
new file mode 100755
index 0000000..2dac9e5
--- /dev/null
+++ b/win32build/VS2008/iscdns_tests/iscdns_tests.vcproj
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="iscdns_tests"
+	ProjectGUID="{77C6C086-7738-4DDB-8D19-1A87AB6FC0E8}"
+	RootNamespace="iscdns_tests"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="196613"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..;..\..;..\..\..\src\lib;"C:\Program Files\boost\boost_1_44";C:\cygwin\home\fdupont\gtest\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_DATA_SRCDIR=\"c:/cygwin/home/fdupont/bind10.trac826/src/lib/dns/tests/testdata\";TEST_DATA_BUILDDIR=\"c:/cygwin/home/fdupont/bind10.trac826/src/lib/dns/tests/testdata\""
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="4"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="iscexc.lib iscdns.lib gtestd.lib ws2_32.lib"
+				OutputFile="$(OutDir)\run_unittests.exe"
+				LinkIncremental="2"
+				AdditionalLibraryDirectories="..\iscexc\Debug;..\iscdns\Debug;C:\cygwin\home\fdupont\gtest\md9\Debug"
+				GenerateDebugInformation="true"
+				SubSystem="1"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				CommandLine="cd ..\..\..\src\lib\dns\tests\testdata&#x0D;&#x0A;copy gen-wiredata.py.win32 gen-wiredata.py&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire1.wire edns_toWire1.spec&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire2.wire edns_toWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire3.wire edns_toWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire4.wire edns_toWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o message_fromWire10.wire message_fromWire10.spec&#x0D;&#x0A;python gen-wiredata.py -o message_fromWire11.wire message_fromWire11.spec&#x0D;&#x0A;python gen-wiredata.py -o name_toWire5.wire name_toWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o name_toWire6.wire name_toWire6.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire4.wire rdata_nsec_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire5.wire rdata_nsec_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire6.wire rdata_nsec_fromWire6.spec&#x0D
 ;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire7.wire rdata_nsec_fromWire7.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire8.wire rdata_nsec_fromWire8.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire9.wire rdata_nsec_fromWire9.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire10.wire rdata_nsec_fromWire10.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire2.wire rdata_nsec3_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire4.wire rdata_nsec3_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire5.wire rdata_nsec3_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire6.wire rdata_nsec3_fromWire6.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire7.wire rdata_nsec3_fromWire7.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire8.wire rdata_nsec3_fromWire8.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire9.wire rdata_nsec3_fromWire9.spe
 c&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire10.wire rdata_nsec3_fromWire10.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire11.wire rdata_nsec3_fromWire11.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire12.wire rdata_nsec3_fromWire12.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire13.wire rdata_nsec3_fromWire13.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire14.wire rdata_nsec3_fromWire14.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire15.wire rdata_nsec3_fromWire15.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_rrsig_fromWire2.wire rdata_rrsig_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_soa_toWireUncompressed.wire rdata_soa_toWireUncompressed.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire2.wire rdata_txt_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire3.wire rdata_txt_fromWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire4.wi
 re rdata_txt_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire5.wire rdata_txt_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire1.wire rdata_tsig_fromWire1.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire2.wire rdata_tsig_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire3.wire rdata_tsig_fromWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire4.wire rdata_tsig_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire5.wire rdata_tsig_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire6.wire rdata_tsig_fromWire6.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire7.wire rdata_tsig_fromWire7.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire8.wire rdata_tsig_fromWire8.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire9.wire rdata_tsig_fromWire9.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire1.wire rdata_tsig_t
 oWire1.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire2.wire rdata_tsig_toWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire3.wire rdata_tsig_toWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire4.wire rdata_tsig_toWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire5.wire rdata_tsig_toWire5.spec&#x0D;&#x0A;"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				EnableIntrinsicFunctions="true"
+				AdditionalIncludeDirectories="..;..\..;..\..\..\src\lib;"C:\Program Files\boost\boost_1_44";C:\cygwin\home\fdupont\gtest\include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;TEST_DATA_SRCDIR=\"c:/cygwin/home/fdupont/bind10.trac826/src/lib/dns/tests/testdata\";TEST_DATA_BUILDDIR=\"c:/cygwin/home/fdupont/bind10.trac826/src/lib/dns/tests/testdata\""
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="iscexc.lib iscdns.lib gtest.lib ws2_32.lib"
+				OutputFile="$(OutDir)\run_unittests.exe"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories="..\iscexc\Release;..\iscdns\Release;C:\cygwin\home\fdupont\gtest\md9\Release"
+				GenerateDebugInformation="true"
+				SubSystem="1"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				CommandLine="cd ..\..\..\src\lib\dns\tests\testdata&#x0D;&#x0A;copy gen-wiredata.py.win32 gen-wiredata.py&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire1.wire edns_toWire1.spec&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire2.wire edns_toWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire3.wire edns_toWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o edns_toWire4.wire edns_toWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o message_fromWire10.wire message_fromWire10.spec&#x0D;&#x0A;python gen-wiredata.py -o message_fromWire11.wire message_fromWire11.spec&#x0D;&#x0A;python gen-wiredata.py -o name_toWire5.wire name_toWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o name_toWire6.wire name_toWire6.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire4.wire rdata_nsec_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire5.wire rdata_nsec_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire6.wire rdata_nsec_fromWire6.spec&#x0D
 ;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire7.wire rdata_nsec_fromWire7.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire8.wire rdata_nsec_fromWire8.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire9.wire rdata_nsec_fromWire9.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec_fromWire10.wire rdata_nsec_fromWire10.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire2.wire rdata_nsec3_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire4.wire rdata_nsec3_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire5.wire rdata_nsec3_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire6.wire rdata_nsec3_fromWire6.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire7.wire rdata_nsec3_fromWire7.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire8.wire rdata_nsec3_fromWire8.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire9.wire rdata_nsec3_fromWire9.spe
 c&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire10.wire rdata_nsec3_fromWire10.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire11.wire rdata_nsec3_fromWire11.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire12.wire rdata_nsec3_fromWire12.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire13.wire rdata_nsec3_fromWire13.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire14.wire rdata_nsec3_fromWire14.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_nsec3_fromWire15.wire rdata_nsec3_fromWire15.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_rrsig_fromWire2.wire rdata_rrsig_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_soa_toWireUncompressed.wire rdata_soa_toWireUncompressed.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire2.wire rdata_txt_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire3.wire rdata_txt_fromWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire4.wi
 re rdata_txt_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_txt_fromWire5.wire rdata_txt_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire1.wire rdata_tsig_fromWire1.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire2.wire rdata_tsig_fromWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire3.wire rdata_tsig_fromWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire4.wire rdata_tsig_fromWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire5.wire rdata_tsig_fromWire5.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire6.wire rdata_tsig_fromWire6.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire7.wire rdata_tsig_fromWire7.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire8.wire rdata_tsig_fromWire8.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_fromWire9.wire rdata_tsig_fromWire9.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire1.wire rdata_tsig_t
 oWire1.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire2.wire rdata_tsig_toWire2.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire3.wire rdata_tsig_toWire3.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire4.wire rdata_tsig_toWire4.spec&#x0D;&#x0A;python gen-wiredata.py -o rdata_tsig_toWire5.wire rdata_tsig_toWire5.spec&#x0D;&#x0A;"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\base32hex_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\base64_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\buffer_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\dnssectime_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\edns_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\hex_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\masterload_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\message_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\messagerenderer_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\name_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\opcode_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\question_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rcode_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_cname_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_dname_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_dnskey_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_ds_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_in_a_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_in_aaaa_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_mx_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_ns_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_nsec3_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_nsec3param_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_nsec_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_nsecbitmap_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_opt_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_ptr_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_rrsig_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_soa_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_tsig_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_txt_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rrclass_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rrparamregistry_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rrset_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rrsetlist_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rrttl_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rrtype_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\run_unittests.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\sha1_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\tsigkey_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\unittest_util.cc"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\rdata_unittest.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\dns\tests\unittest_util.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/win32build/VS2008/iscexc/iscexc.vcproj b/win32build/VS2008/iscexc/iscexc.vcproj
new file mode 100755
index 0000000..23dd61f
--- /dev/null
+++ b/win32build/VS2008/iscexc/iscexc.vcproj
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="iscexc"
+	ProjectGUID="{9E1F3244-352B-45A1-B0DB-F93CC4B7E45F}"
+	RootNamespace="iscexc"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="196613"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\..\src\lib"
+				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="4"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				EnableIntrinsicFunctions="true"
+				AdditionalIncludeDirectories="..\..\..\src\lib"
+				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\exceptions\exceptions.cc"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\exceptions\exceptions.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/win32build/VS2008/iscexc_tests/iscexc_tests.vcproj b/win32build/VS2008/iscexc_tests/iscexc_tests.vcproj
new file mode 100755
index 0000000..f3d15b0
--- /dev/null
+++ b/win32build/VS2008/iscexc_tests/iscexc_tests.vcproj
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="9.00"
+	Name="iscexc_tests"
+	ProjectGUID="{731F8285-CC8A-40A6-95FB-35BD1C8A1831}"
+	RootNamespace="iscexc_tests"
+	Keyword="Win32Proj"
+	TargetFrameworkVersion="196613"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\..\src\lib;C:\cygwin\home\fdupont\gtest\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="4"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="iscexc.lib gtestd.lib"
+				OutputFile="$(OutDir)\run_unittests.exe"
+				LinkIncremental="2"
+				AdditionalLibraryDirectories="..\iscexc\Debug;C:\cygwin\home\fdupont\gtest\md9\Debug"
+				GenerateDebugInformation="true"
+				SubSystem="1"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				EnableIntrinsicFunctions="true"
+				AdditionalIncludeDirectories="..\..\..\src\lib;C:\cygwin\home\fdupont\gtest\include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="iscexc.lib gtest.lib"
+				OutputFile="$(OutDir)\run_unittests.exe"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories="..\iscexc\Release;C:\cygwin\home\fdupont\gtest\md9\Release"
+				GenerateDebugInformation="true"
+				SubSystem="1"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\src\lib\exceptions\tests\exceptions_unittest.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\lib\exceptions\tests\run_unittests.cc"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>




More information about the bind10-changes mailing list