From: <Or...@us...> - 2008-08-17 20:34:46
|
Revision: 328 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=328&view=rev Author: Oracle_ Date: 2008-08-17 20:34:53 +0000 (Sun, 17 Aug 2008) Log Message: ----------- Compiled at 2008 studio. Modified Paths: -------------- ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj Modified: ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj =================================================================== --- ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj 2008-08-17 20:33:42 UTC (rev 327) +++ ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj 2008-08-17 20:34:53 UTC (rev 328) @@ -1,20 +1,25 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> + <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{BAFD4E93-B37A-416F-807D-E2515ECB6498}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Checker</RootNamespace> <AssemblyName>Checker</AssemblyName> + <FileUpgradeFlags> + </FileUpgradeFlags> + <OldToolsVersion>2.0</OldToolsVersion> + <UpgradeBackupLocation> + </UpgradeBackupLocation> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\SourceTest 2.0\bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |