Parent Directory
|
Revision Log
|
Patch
--- trunk/TSControlPanel/Cpanel.csproj 2012/07/14 02:52:23 94 +++ trunk/TSControlPanel/Cpanel.csproj 2012/07/14 02:52:52 95 @@ -38,6 +38,7 @@ <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -154,6 +155,9 @@ </Reference> <Reference Include="System" /> <Reference Include="System.configuration" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" />
ViewVC Help | |
Powered by ViewVC 1.1.22 |