
* 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
40 lines
1.9 KiB
XML
40 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ItemType>PackagingProject</ItemType>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{C6DBD1DC-B619-4DC7-BC92-15693508541E}</ProjectGuid>
|
|
<Packages>
|
|
<Packages>
|
|
<Package name="Npgsql-providers-Tarball">
|
|
<Builder TargetDirectory="..\build\" DefaultConfiguration="Debug" ctype="TarballDeployTarget">
|
|
<ChildEntries>
|
|
<SolutionItemReference path="..\NpgsqlMRPProviders\NpgsqlMRPProviders.csproj" />
|
|
<SolutionItemReference path="..\NpgsqlBlogProvider\NpgsqlBlogProvider.csproj" />
|
|
<SolutionItemReference path="..\NpgsqlContentProvider\NpgsqlContentProvider.csproj" />
|
|
<SolutionItemReference path="..\ITContentProvider\ITContentProvider.csproj" />
|
|
</ChildEntries>
|
|
<RootEntry path="..\Yavsc.sln" id=":root:" />
|
|
</Builder>
|
|
</Package>
|
|
<Package name="Web-Tarball">
|
|
<Builder TargetDirectory="..\build" DefaultConfiguration="Debug" ctype="TarballDeployTarget">
|
|
<ChildEntries>
|
|
<SolutionItemReference path="..\web\Web.csproj" />
|
|
</ChildEntries>
|
|
<ExcludedFiles>
|
|
<File>Web,ProgramFiles,MarkdownDeep.dll</File>
|
|
<File>Web,ProgramFiles,Mono.Security.dll</File>
|
|
<File>Web,ProgramFiles,Npgsql.dll</File>
|
|
<File>Web,ProgramFiles,Yavsc.dll.mdb</File>
|
|
<File>Web,ProgramFiles,xunit.abstractions.dll</File>
|
|
<File>Web,ProgramFiles,xunit.dll</File>
|
|
</ExcludedFiles>
|
|
<RootEntry path="..\Yavsc.sln" id=":root:" />
|
|
</Builder>
|
|
</Package>
|
|
</Packages>
|
|
</Packages>
|
|
</PropertyGroup>
|
|
</Project> |