Chore: Cruft Cleanup
This commit is contained in:
@ -63,30 +63,30 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="BusinessLayer\CheckoutBI.cs" />
|
||||
<Compile Include="BusinessLayer\GroupBI.cs" />
|
||||
<Compile Include="BusinessLayer\CustomerBI.cs" />
|
||||
<Compile Include="BusinessLayer\FoodTableBI.cs" />
|
||||
<Compile Include="BusinessLayer\IUnitOfWork.cs">
|
||||
<Compile Include="CheckoutBI.cs" />
|
||||
<Compile Include="GroupBI.cs" />
|
||||
<Compile Include="CustomerBI.cs" />
|
||||
<Compile Include="FoodTableBI.cs" />
|
||||
<Compile Include="IUnitOfWork.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BusinessLayer\ManagementBI.cs" />
|
||||
<Compile Include="BusinessLayer\ModifierBI.cs" />
|
||||
<Compile Include="BusinessLayer\PrintLocationBI.cs" />
|
||||
<Compile Include="BusinessLayer\ProductBI.cs" />
|
||||
<Compile Include="BusinessLayer\ProductGroupBI.cs" />
|
||||
<Compile Include="BusinessLayer\ProductGroupModifierBI.cs" />
|
||||
<Compile Include="BusinessLayer\ReprintBI.cs" />
|
||||
<Compile Include="BusinessLayer\RoleBI.cs" />
|
||||
<Compile Include="BusinessLayer\SalesAnalysisBI.cs" />
|
||||
<Compile Include="BusinessLayer\TaxBI.cs" />
|
||||
<Compile Include="BusinessLayer\UnitOfWork.cs">
|
||||
<Compile Include="ManagementBI.cs" />
|
||||
<Compile Include="ModifierBI.cs" />
|
||||
<Compile Include="PrintLocationBI.cs" />
|
||||
<Compile Include="ProductBI.cs" />
|
||||
<Compile Include="ProductGroupBI.cs" />
|
||||
<Compile Include="ProductGroupModifierBI.cs" />
|
||||
<Compile Include="ReprintBI.cs" />
|
||||
<Compile Include="RoleBI.cs" />
|
||||
<Compile Include="SalesAnalysisBI.cs" />
|
||||
<Compile Include="TaxBI.cs" />
|
||||
<Compile Include="UnitOfWork.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BusinessLayer\UserBI.cs" />
|
||||
<Compile Include="BusinessLayer\VoucherBI.cs" />
|
||||
<Compile Include="BusinessLayer\VoucherSettlementBI.cs" />
|
||||
<Compile Include="BusinessLayer\WaiterBI.cs" />
|
||||
<Compile Include="UserBI.cs" />
|
||||
<Compile Include="VoucherBI.cs" />
|
||||
<Compile Include="VoucherSettlementBI.cs" />
|
||||
<Compile Include="WaiterBI.cs" />
|
||||
<Compile Include="Session.cs" />
|
||||
<Compile Include="DbValues.cs" />
|
||||
<Compile Include="SetupStore.cs" />
|
||||
|
||||
Reference in New Issue
Block a user