diff options
author | adam <adamansky@gmail.com> | 2013-06-18 18:09:18 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-06-18 18:09:18 +0700 |
commit | 21e36ade59ccc66e07fef689d62b70db23b203a8 (patch) | |
tree | be480fb8f43fdb798e70b15dd996675c255f8459 /nejdb/nejdb.csproj | |
parent | 2a40dfcb1e9a1cff29c72bea186af630658c146c (diff) | |
download | ejdb-21e36ade59ccc66e07fef689d62b70db23b203a8.tar.gz ejdb-21e36ade59ccc66e07fef689d62b70db23b203a8.tar.bz2 ejdb-21e36ade59ccc66e07fef689d62b70db23b203a8.zip |
#24
Diffstat (limited to 'nejdb/nejdb.csproj')
-rw-r--r-- | nejdb/nejdb.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nejdb/nejdb.csproj b/nejdb/nejdb.csproj index eb07c23..aceb9c7 100644 --- a/nejdb/nejdb.csproj +++ b/nejdb/nejdb.csproj @@ -64,6 +64,7 @@ <Compile Include="Ejdb.JSON\JSONElement.cs" /> <Compile Include="Ejdb.DB\EJDBException.cs" /> <Compile Include="Ejdb.Tests\TestEJDB.cs" /> + <Compile Include="Ejdb.DB\EJDBQuery.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup> |