summaryrefslogtreecommitdiff
path: root/nejdb/nejdb.csproj
diff options
context:
space:
mode:
authoradam <adamansky@gmail.com>2013-06-05 21:06:33 +0700
committeradam <adamansky@gmail.com>2013-06-05 21:06:33 +0700
commite6e3ee2f8d9c346761c0e1b55886ca26a5f69534 (patch)
tree106c277881588af71ac85c9e16ee1118a630aba5 /nejdb/nejdb.csproj
parent88439f06abf443a142257837ef2128d661ce639d (diff)
downloadejdb-e6e3ee2f8d9c346761c0e1b55886ca26a5f69534.tar.gz
ejdb-e6e3ee2f8d9c346761c0e1b55886ca26a5f69534.tar.bz2
ejdb-e6e3ee2f8d9c346761c0e1b55886ca26a5f69534.zip
#24
Diffstat (limited to 'nejdb/nejdb.csproj')
-rw-r--r--nejdb/nejdb.csproj63
1 files changed, 63 insertions, 0 deletions
diff --git a/nejdb/nejdb.csproj b/nejdb/nejdb.csproj
new file mode 100644
index 0000000..ea04393
--- /dev/null
+++ b/nejdb/nejdb.csproj
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>10.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{A24C964C-771F-4359-8C93-4BFCBE451D8B}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <RootNamespace>Ejdb</RootNamespace>
+ <AssemblyName>nejdb</AssemblyName>
+ <Description>EJDB .Net binding (http://ejdb.org)</Description>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <DefineConstants>DEBUG;</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <ConsolePause>false</ConsolePause>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <ConsolePause>false</ConsolePause>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="nunit.framework, Version=2.6.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
+ <Private>False</Private>
+ <Package>mono-nunit</Package>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="AssemblyInfo.cs" />
+ <Compile Include="Ejdb.DB\EJDB.cs" />
+ <Compile Include="Ejdb.Tests\TestOne.cs" />
+ <Compile Include="Ejdb.SON\BSONMarshaller.cs" />
+ <Compile Include="Ejdb.SON\BSONIterator.cs" />
+ <Compile Include="Ejdb.SON\BSONType.cs" />
+ <Compile Include="Ejdb.SON\InvalidBSONDataException.cs" />
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="Ejdb.DB\" />
+ <Folder Include="Ejdb.Tests\" />
+ <Folder Include="Ejdb.SON\" />
+ </ItemGroup>
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Policies>
+ <DotNetNamingPolicy DirectoryNamespaceAssociation="Flat" ResourceNamePolicy="FileFormatDefault" />
+ </Policies>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
+</Project> \ No newline at end of file