Merge branch 'master' of github.com:tparnell8/NOCQ
This commit is contained in:
12
src/NOCQ/DB/RedisDataase.cs
Normal file
12
src/NOCQ/DB/RedisDataase.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using ctstone.Redis;
|
||||||
|
|
||||||
|
namespace NOCQ
|
||||||
|
{
|
||||||
|
public class RedisDataase
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@@ -58,11 +58,11 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Extensability\Catalog.cs" />
|
<Compile Include="Extensability\Catalog.cs" />
|
||||||
<Compile Include="Imports\IDataImport.cs" />
|
|
||||||
<Compile Include="Plugins\Email\ImapInput.cs" />
|
<Compile Include="Plugins\Email\ImapInput.cs" />
|
||||||
<Compile Include="Plugins\Email\EmailSettings.cs" />
|
<Compile Include="Plugins\Email\EmailSettings.cs" />
|
||||||
<Compile Include="Imports\IDataImportHook.cs" />
|
<Compile Include="Imports\IDataImportHook.cs" />
|
||||||
<Compile Include="Imports\DataImports.cs" />
|
<Compile Include="Imports\DataImports.cs" />
|
||||||
|
<Compile Include="DB\RedisDataase.cs" />
|
||||||
<Compile Include="Plugins\Email\ParseRule.cs" />
|
<Compile Include="Plugins\Email\ParseRule.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
@@ -72,6 +72,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Extensability\" />
|
<Folder Include="Extensability\" />
|
||||||
<Folder Include="Imports\" />
|
<Folder Include="Imports\" />
|
||||||
|
<Folder Include="DB\" />
|
||||||
<Folder Include="Plugins\" />
|
<Folder Include="Plugins\" />
|
||||||
<Folder Include="Plugins\Email\" />
|
<Folder Include="Plugins\Email\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user