imports and exports
This commit is contained in:
14
src/NOCQ/Imports/DataImports.cs
Normal file
14
src/NOCQ/Imports/DataImports.cs
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel.Composition;
|
||||||
|
|
||||||
|
namespace NOCQ
|
||||||
|
{
|
||||||
|
[Export]
|
||||||
|
public class DataImports
|
||||||
|
{
|
||||||
|
[ImportMany]
|
||||||
|
IEnumerable<IDataImportHook> DataHooks {get; set;}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@@ -53,6 +53,7 @@
|
|||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Extensability\Catalog.cs" />
|
<Compile Include="Extensability\Catalog.cs" />
|
||||||
<Compile Include="Imports\IDataImportHook.cs" />
|
<Compile Include="Imports\IDataImportHook.cs" />
|
||||||
|
<Compile Include="Imports\DataImports.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user