[Quantproject-developers] QuantProject/b2_DataAccess DataAccess_SD.csproj, 1.5, 1.6
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-12-30 00:29:16
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20069/b2_DataAccess Modified Files: DataAccess_SD.csproj Log Message: - ConfigurationManagement\DbTypeChooser.resx has been removed - ConfigurationManagement\MySqlConnectionForm.resx has been removed Index: DataAccess_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/DataAccess_SD.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DataAccess_SD.csproj 30 Dec 2008 00:06:27 -0000 1.5 --- DataAccess_SD.csproj 30 Dec 2008 00:29:04 -0000 1.6 *************** *** 80,89 **** <Compile Include="Tables\EventType.cs" /> <Compile Include="MissingQuoteException.cs" /> - <EmbeddedResource Include="ConfigurationManagement\DbTypeChooser.resx"> - <DependentUpon>DbTypeChooser.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="ConfigurationManagement\MySqlConnectionForm.resx"> - <DependentUpon>MySqlConnectionForm.cs</DependentUpon> - </EmbeddedResource> </ItemGroup> <ItemGroup> --- 80,83 ---- |