* NpgsqlCircleProvider.cs: Refactoring: Npgsql prefix
* Yavsc.sln: * pkg.mdproj: creates a packaging project * CircleController.cs: adds a Circle controller * NUnitTestClass.cs: xml doc * Web.config: * Web.csproj: * TestExec.cs: * packages.config: * TestByteA.cs: trying to use xUnit * YavscClient.csproj: * ITContentProvider.csproj: * NpgsqlBlogProvider.csproj: * NpgsqlMRPProviders.csproj: * NpgsqlContentProvider.csproj: Helps to fix packaging, and cleans dependencies
This commit is contained in:
@ -43,9 +43,6 @@
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
<Reference Include="Mono.Security">
|
||||
<HintPath>..\packages\Npgsql.2.2.5\lib\net45\Mono.Security.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Npgsql">
|
||||
<HintPath>..\packages\Npgsql.2.2.5\lib\net45\Npgsql.dll</HintPath>
|
||||
</Reference>
|
||||
|
Reference in New Issue
Block a user