ZooFlow: Add Base Form
This commit is contained in:
@@ -114,13 +114,16 @@
|
||||
<Import Include="System" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Administration\frmAdmin_Base.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Administration\frmAdmin_IDBAttribute.Designer.vb">
|
||||
<DependentUpon>frmAdmin_IDBAttribute.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Administration\frmAdmin_IDBAttribute.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Administration\interfaceAdmin_Form.vb" />
|
||||
<Compile Include="Administration\frmAdmin_Interface.vb" />
|
||||
<Compile Include="ApplicationEvents.vb" />
|
||||
<Compile Include="Base\BaseClass.vb" />
|
||||
<Compile Include="ClipboardWatcher\ClassProfileLoader.vb" />
|
||||
@@ -501,6 +504,9 @@
|
||||
<ItemGroup>
|
||||
<None Include="Resources\actions_edit.svg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\actions_addcircled1.svg" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Reference in New Issue
Block a user