* 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:
parent
228ff0ae4d
commit
282b750d53
23 changed files with 297 additions and 36 deletions
5
yavscclient/ChangeLog
Normal file
5
yavscclient/ChangeLog
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
2015-06-09 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* YavscClient.csproj: Helps to fix packaging, and cleans
|
||||
dependencies
|
||||
|
||||
|
|
@ -36,10 +36,7 @@
|
|||
<Reference Include="System" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.ServiceModel.Activation" />
|
||||
<Reference Include="System.Net.Http.Formatting">
|
||||
<HintPath>..\..\..\..\..\usr\lib\mono\4.5\System.Net.Http.Formatting.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Mono.Posix" />
|
||||
<Reference Include="System.Net.Http.Formatting" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MyClass.cs" />
|
||||
|
|
@ -56,4 +53,4 @@
|
|||
<Name>YavscModel</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue