Update of /cvsroot/springnet/Spring.Net/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13998
Modified Files:
Spring.DataQuickStart.2003.csproj
Log Message:
fixed missing CustomerDataSetDao.cs
Index: Spring.DataQuickStart.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart/Spring.DataQuickStart.2003.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Spring.DataQuickStart.2003.csproj 18 Jun 2007 20:24:00 -0000 1.3
--- Spring.DataQuickStart.2003.csproj 6 Dec 2007 21:56:11 -0000 1.4
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{4599FD80-29F6-4542-8945-F93F709DFD3F}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{4599FD80-29F6-4542-8945-F93F709DFD3F}"
***************
*** 30,34 ****
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
! DocumentationFile = "Spring.DataQuickStart.xml"
DebugSymbols = "true"
FileAlignment = "4096"
--- 30,34 ----
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
! DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
***************
*** 100,103 ****
--- 100,108 ----
/>
<File
+ RelPath = "DataQuickStart\Dao\Template\CustomerDataSetDao.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "DataQuickStart\Dao\Template\CustomerRowMapper.cs"
SubType = "Code"
|