--- trunk/TSAdminTool/Admin.csproj 2012/07/14 00:55:41 92 +++ trunk/TSAdminTool/Admin.csproj 2012/07/14 02:35:50 93 @@ -45,6 +45,7 @@ <ApplicationRevision>0</ApplicationRevision> <UpgradeBackupLocation> </UpgradeBackupLocation> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -113,7 +114,13 @@ <Reference Include="Microsoft.VisualBasic" /> <Reference Include="System" /> <Reference Include="System.configuration" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Data" /> + <Reference Include="System.Data.Linq"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> <Reference Include="System.Management" /> |