From: <Or...@us...> - 2008-05-28 10:29:11
|
Revision: 177 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=177&view=rev Author: Oracle_ Date: 2008-05-28 03:29:19 -0700 (Wed, 28 May 2008) Log Message: ----------- Modified Paths: -------------- ACMServer/branches/sharp tester/SourceTest/SourceTest.vcproj ACMServer/branches/sharp tester/tester/Program.cs ACMServer/branches/sharp tester/tester/tester.csproj Modified: ACMServer/branches/sharp tester/SourceTest/SourceTest.vcproj =================================================================== --- ACMServer/branches/sharp tester/SourceTest/SourceTest.vcproj 2008-05-28 09:14:28 UTC (rev 176) +++ ACMServer/branches/sharp tester/SourceTest/SourceTest.vcproj 2008-05-28 10:29:19 UTC (rev 177) @@ -6,7 +6,7 @@ ProjectGUID="{FD28B5FF-FCE2-417C-998C-DA3B1B9D9315}" RootNamespace="SourceTest" Keyword="ManagedCProj" - TargetFrameworkVersion="196613" + TargetFrameworkVersion="131072" > <Platforms> <Platform Modified: ACMServer/branches/sharp tester/tester/Program.cs =================================================================== --- ACMServer/branches/sharp tester/tester/Program.cs 2008-05-28 09:14:28 UTC (rev 176) +++ ACMServer/branches/sharp tester/tester/Program.cs 2008-05-28 10:29:19 UTC (rev 177) @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Text; using System.IO; using SourceTest; Modified: ACMServer/branches/sharp tester/tester/tester.csproj =================================================================== --- ACMServer/branches/sharp tester/tester/tester.csproj 2008-05-28 09:14:28 UTC (rev 176) +++ ACMServer/branches/sharp tester/tester/tester.csproj 2008-05-28 10:29:19 UTC (rev 177) @@ -10,7 +10,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>tester</RootNamespace> <AssemblyName>tester</AssemblyName> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> @@ -32,15 +32,6 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> - <Reference Include="System.Core"> - <RequiredTargetFramework>3.5</RequiredTargetFramework> - </Reference> - <Reference Include="System.Xml.Linq"> - <RequiredTargetFramework>3.5</RequiredTargetFramework> - </Reference> - <Reference Include="System.Data.DataSetExtensions"> - <RequiredTargetFramework>3.5</RequiredTargetFramework> - </Reference> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |