Skip to content

Commit

Permalink
Added missing files to Makefile and Divan.csproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Oct 23, 2009
1 parent c258f07 commit 453e5f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Divan.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -39,13 +39,11 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CouchBulkDeleteDocuments.cs" />
Expand All @@ -54,7 +52,6 @@
<Compile Include="CouchConflictException.cs" />
<Compile Include="CouchDatabase.cs" />
<Compile Include="CouchDocument.cs" />
<Compile Include="CouchDocumentWrapper.cs" />
<Compile Include="CouchException.cs" />
<Compile Include="CouchGenericViewResult.cs" />
<Compile Include="CouchJsonDocument.cs" />
Expand All @@ -70,7 +67,6 @@
<Compile Include="CouchDesignDocument.cs" />
<Compile Include="ICanJson.cs" />
<Compile Include="ICouchDocument.cs" />
<Compile Include="ISelfContained.cs" />
<Compile Include="Lucene\CouchLuceneHit.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Linq\CouchLinqQuery.cs" />
Expand All @@ -80,6 +76,8 @@
<Compile Include="Lucene\CouchLuceneQuery.cs" />
<Compile Include="Lucene\CouchLuceneViewDefinition.cs" />
<Compile Include="Lucene\CouchLuceneViewResult.cs" />
<Compile Include="CouchDocumentWrapper.cs" />
<Compile Include="ISelfContained.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ FILES = \
CouchDatabase.cs \
CouchDesignDocument.cs \
CouchDocument.cs \
CouchDocumentWrapper.cs \
CouchException.cs \
CouchGenericViewResult.cs \
CouchJsonDocument.cs \
Expand All @@ -79,6 +80,7 @@ FILES = \
CouchViewResult.cs \
ICanJson.cs \
ICouchDocument.cs \
ISelfContained.cs \
Linq/CouchLinqQuery.cs \
Linq/CouchQueryProvider.cs \
Linq/ExpressionVisitor.cs \
Expand Down

0 comments on commit 453e5f6

Please sign in to comment.