Listing of registered workfiles implemented

This commit is contained in:
2015-07-21 15:03:01 +02:00
parent 2ead87177b
commit 49a98ea405
6 changed files with 304 additions and 0 deletions

View File

@ -48,6 +48,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CheckWorkItems.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CheckWorkItems.Designer.cs">
<DependentUpon>CheckWorkItems.cs</DependentUpon>
</Compile>
<Compile Include="CobRow.cs" />
<Compile Include="codeCompleter.cs" />
<Compile Include="frmSettings.cs">
@ -83,6 +89,9 @@
<Compile Include="ShowCode.Designer.cs">
<DependentUpon>ShowCode.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="CheckWorkItems.resx">
<DependentUpon>CheckWorkItems.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSettings.resx">
<DependentUpon>frmSettings.cs</DependentUpon>
</EmbeddedResource>