diff --git a/NTwain.Net35/NTwain.Net35.csproj b/NTwain.Net35/NTwain.Net35.csproj
index 4d6bd4b..f54b7a1 100644
--- a/NTwain.Net35/NTwain.Net35.csproj
+++ b/NTwain.Net35/NTwain.Net35.csproj
@@ -153,6 +153,9 @@
Properties\VersionInfo.cs
+
+ ProtocolVersions.cs
+
SourceEnableMode.cs
diff --git a/NTwain/CapWrapper.cs b/NTwain/CapWrapper.cs
index c706bfe..98f5907 100644
--- a/NTwain/CapWrapper.cs
+++ b/NTwain/CapWrapper.cs
@@ -15,10 +15,11 @@ namespace NTwain
/// The TWAIN type of the value.
public class CapWrapper : NTwain.ICapWrapper
{
- ICapControl _source;
+ IDataSource _source;
Func