|
From: <br...@us...> - 2008-08-09 14:47:15
|
Revision: 310
http://acmcontester.svn.sourceforge.net/acmcontester/?rev=310&view=rev
Author: brus07
Date: 2008-08-09 14:47:24 +0000 (Sat, 09 Aug 2008)
Log Message:
-----------
Delete "bin" and "obj" folders from SVN database. Move important *.dll to "Resource" folder and add to project.
Modified Paths:
--------------
ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj
Added Paths:
-----------
ACMServer/trunk/sharp tester/Checker/Checker/Resource/
ACMServer/trunk/sharp tester/Checker/Checker/Resource/MutanticFramework.dll
ACMServer/trunk/sharp tester/Checker/Checker/Resource/ScriptDotNet.dll
Removed Paths:
-------------
ACMServer/trunk/sharp tester/Checker/Checker/bin/
ACMServer/trunk/sharp tester/Checker/Checker/obj/
Property Changed:
----------------
ACMServer/trunk/sharp tester/Checker/
Property changes on: ACMServer/trunk/sharp tester/Checker
___________________________________________________________________
Added: svn:ignore
+ *.NoLoad
*.suo
Modified: ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj
===================================================================
--- ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj 2008-08-09 13:25:09 UTC (rev 309)
+++ ACMServer/trunk/sharp tester/Checker/Checker/Checker.csproj 2008-08-09 14:47:24 UTC (rev 310)
@@ -28,7 +28,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="ScriptDotNet, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL" />
+ <Reference Include="MutanticFramework, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Resource\MutanticFramework.dll</HintPath>
+ </Reference>
+ <Reference Include="ScriptDotNet, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>Resource\ScriptDotNet.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
Property changes on: ACMServer/trunk/sharp tester/Checker/Checker/Resource
___________________________________________________________________
Added: tsvn:logminsize
+ 5
Property changes on: ACMServer/trunk/sharp tester/Checker/Checker/Resource/MutanticFramework.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: svn:mergeinfo
+
Property changes on: ACMServer/trunk/sharp tester/Checker/Checker/Resource/ScriptDotNet.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: svn:mergeinfo
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|