[pgsqlclient-checkins] SF.net SVN: pgsqlclient: [177] trunk/PostgreSqlClient/source/PostgreSql/Data
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2006-06-26 16:02:19
|
Revision: 177 Author: carlosga_fb Date: 2006-06-26 09:02:14 -0700 (Mon, 26 Jun 2006) ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=177&view=rev Log Message: ----------- Modified Paths: -------------- trunk/PostgreSqlClient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj Modified: trunk/PostgreSqlClient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj =================================================================== --- trunk/PostgreSqlClient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj 2006-06-26 16:01:45 UTC (rev 176) +++ trunk/PostgreSqlClient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj 2006-06-26 16:02:14 UTC (rev 177) @@ -19,7 +19,7 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\..\..\..\..\..\..\bin\debug\</OutputPath> <DefineConstants>TRACE;DEBUG</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -36,6 +36,10 @@ <ItemGroup> <Compile Include="Design\ParameterCollection\PgParameterCollectionEditor.cs" /> <Compile Include="Design\ParameterCollection\PgParameterConverter.cs" /> + <Compile Include="PgTypes\PgBox2D.cs" /> + <Compile Include="PgTypes\PgBox3D.cs" /> + <Compile Include="PgTypes\PgPoint2D.cs" /> + <Compile Include="PgTypes\PgPoint3D.cs" /> <Compile Include="PostgreSqlClient\EmptyPoolEventHandler.cs" /> <Compile Include="PostgreSqlClient\PgCommand.cs"> <SubType>Component</SubType> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |