This commit is contained in:
Stephan
2019-01-03 10:36:00 +01:00
parent 7a37c8743b
commit 9fe8b5f654
7 changed files with 81 additions and 54 deletions

View File

@@ -162,12 +162,15 @@
<Compile Include="Components\IRuntimeComponent.cs" />
<Compile Include="Components\IUmbracoComponent.cs" />
<Compile Include="Components\IUmbracoCoreComponent.cs" />
<Compile Include="Components\IUmbracoInitializer.cs" />
<Compile Include="Components\IUmbracoUserComponent.cs" />
<Compile Include="Components\RequireComponentAttribute.cs" />
<Compile Include="Components\RequiredByComponentAttribute.cs" />
<Compile Include="Components\RuntimeLevelAttribute.cs" />
<Compile Include="Components\UmbracoComponentBase.cs" />
<Compile Include="Components\UmbracoCoreComponentBase.cs" />
<Compile Include="Components\UmbracoInitializerCollection.cs" />
<Compile Include="Components\UmbracoInitializerCollectionBuilder.cs" />
<Compile Include="Components\UmbracoUserComponentBase.cs" />
<Compile Include="Composing\BuilderCollectionBase.cs" />
<Compile Include="Composing\CollectionBuilderBase.cs" />