--- trunk/VBDLL/VBDLL.vbproj 2012/07/14 00:55:41 92 +++ trunk/VBDLL/VBDLL.vbproj 2012/07/14 02:35:50 93 @@ -40,6 +40,7 @@ <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -114,6 +115,9 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> @@ -134,6 +138,7 @@ <Import Include="System.Data" /> <Import Include="System.Drawing" /> <Import Include="System.Diagnostics" /> + <Import Include="System.Linq" /> <Import Include="System.Windows.Forms" /> </ItemGroup> <ItemGroup> |