Skip to content

Commit

Permalink
Moved extracted implementation logic to AppCode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Feb 10, 2019
1 parent 1ba65ba commit 0a07030
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions BulkDataUpdater/BulkDataUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,19 @@
<Compile Include="AppCode\OptionsetItem.cs" />
<Compile Include="AppCode\ViewItem.cs" />
<Compile Include="AppCode\BulkActionItem.cs" />
<Compile Include="BDUDelete.cs">
<Compile Include="AppCode\BDUDelete.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="BDUGeneral.cs">
<Compile Include="AppCode\BDUGeneral.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="BDUInterfaces.cs">
<Compile Include="AppCode\BDUInterfaces.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="BDUSetState.cs">
<Compile Include="AppCode\BDUSetState.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="BDUUpdate.cs">
<Compile Include="AppCode\BDUUpdate.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Forms\About.cs">
Expand Down

0 comments on commit 0a07030

Please sign in to comment.