[Quantproject-developers] QuantDownloader/Downloader QuantDownloader_SD.csproj, 1.5, 1.6
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-12-30 00:17:54
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17708/Downloader Modified Files: QuantDownloader_SD.csproj Log Message: Minor change to the OTFeed_NET.dll reference in the project Index: QuantDownloader_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuantDownloader_SD.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** QuantDownloader_SD.csproj 20 Jul 2008 20:27:52 -0000 1.5 --- QuantDownloader_SD.csproj 30 Dec 2008 00:17:45 -0000 1.6 *************** *** 32,36 **** <ItemGroup> <Reference Include="OTFeed_NET"> ! <HintPath>..\..\OTFeed_NET\OTFeed_NET.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> --- 32,36 ---- <ItemGroup> <Reference Include="OTFeed_NET"> ! <HintPath>..\..\OTFeed_NET.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> *************** *** 108,111 **** --- 108,114 ---- <DependentUpon>OTWebDownloader.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="WebDownloader.resx"> + <DependentUpon>WebDownloader.cs</DependentUpon> + </EmbeddedResource> </ItemGroup> <ItemGroup> |