From: <br...@us...> - 2008-09-25 07:47:19
|
Revision: 373 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=373&view=rev Author: brus07 Date: 2008-09-25 07:47:17 +0000 (Thu, 25 Sep 2008) Log Message: ----------- Moved LogDataGridView.dll to Resource folder Modified Paths: -------------- ACMServer/trunk/ACMServer/Tester/Tester.csproj Added Paths: ----------- ACMServer/trunk/ACMServer/Resource/LogDataGridView.dll Removed Paths: ------------- ACMServer/trunk/ACMServer/Tester/LogDataGridView.dll Property changes on: ACMServer/trunk/ACMServer/Resource/LogDataGridView.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: svn:mergeinfo + Modified: ACMServer/trunk/ACMServer/Tester/Tester.csproj =================================================================== --- ACMServer/trunk/ACMServer/Tester/Tester.csproj 2008-09-24 19:51:37 UTC (rev 372) +++ ACMServer/trunk/ACMServer/Tester/Tester.csproj 2008-09-25 07:47:17 UTC (rev 373) @@ -28,7 +28,10 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="LogDataGridView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> + <Reference Include="LogDataGridView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\Resource\LogDataGridView.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> @@ -87,11 +90,6 @@ <Name>LibraryExtention</Name> </ProjectReference> </ItemGroup> - <ItemGroup> - <Content Include="LogDataGridView.dll"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> - </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |