Parent Directory
|
Revision Log
|
Patch
--- trunk/VBDLL/VBDLL.vbproj 2012/07/12 14:51:57 50 +++ trunk/VBDLL/VBDLL.vbproj 2012/07/14 04:50:27 99 @@ -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> @@ -52,14 +53,15 @@ <DefineConstants>PRO=True</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> - <DefineDebug>true</DefineDebug> + <DebugType>Full</DebugType> + <DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DocumentationFile>BSupport.xml</DocumentationFile> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> <DefineConstants>PRO=True</DefineConstants> + <DebugSymbols>true</DebugSymbols> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -113,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" /> @@ -133,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> @@ -183,6 +189,10 @@ </None> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj"> + <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project> + <Name>AnywhereTS.DBSupport</Name> + </ProjectReference> <ProjectReference Include="..\CSDLL\CSDLL.csproj"> <Project>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</Project> <Name>CSDLL</Name>
ViewVC Help | |
Powered by ViewVC 1.1.22 |