| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 | 
							- <?xml version="1.0" encoding="utf-8"?>
 
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
-   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 
-   <PropertyGroup>
 
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
-     <ProjectGuid>{20FB83D0-793E-4D2F-B8E3-825499A7E8CE}</ProjectGuid>
 
-     <OutputType>Library</OutputType>
 
-     <AppDesignerFolder>Properties</AppDesignerFolder>
 
-     <RootNamespace>Comal.Stores</RootNamespace>
 
-     <AssemblyName>Comal.Stores</AssemblyName>
 
-     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 
-     <FileAlignment>512</FileAlignment>
 
-     <TargetFrameworkProfile />
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
-     <DebugSymbols>true</DebugSymbols>
 
-     <DebugType>full</DebugType>
 
-     <Optimize>false</Optimize>
 
-     <OutputPath>bin\Debug\</OutputPath>
 
-     <DefineConstants>TRACE;DEBUG;NEWMFG</DefineConstants>
 
-     <ErrorReport>prompt</ErrorReport>
 
-     <WarningLevel>4</WarningLevel>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
-     <DebugType>pdbonly</DebugType>
 
-     <Optimize>true</Optimize>
 
-     <OutputPath>bin\Release\</OutputPath>
 
-     <DefineConstants>TRACE</DefineConstants>
 
-     <ErrorReport>prompt</ErrorReport>
 
-     <WarningLevel>4</WarningLevel>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <Reference Include="netstandard" />
 
-     <Reference Include="System" />
 
-     <Reference Include="System.Core" />
 
-     <Reference Include="System.Xml.Linq" />
 
-     <Reference Include="System.Data.DataSetExtensions" />
 
-     <Reference Include="Microsoft.CSharp" />
 
-     <Reference Include="System.Data" />
 
-     <Reference Include="System.Net.Http" />
 
-     <Reference Include="System.Xml" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Compile Include="ActivityStore.cs" />
 
-     <Compile Include="AssignmentStore.cs" />
 
-     <Compile Include="BaseProductStore.cs" />
 
-     <Compile Include="BaseStore.cs" />
 
-     <Compile Include="BillLineStore.cs" />
 
-     <Compile Include="BillPaymentStore.cs" />
 
-     <Compile Include="BillStore.cs" />
 
-     <Compile Include="CalendarStore.cs" />
 
-     <Compile Include="CustomerStore.cs" />
 
-     <Compile Include="DeliveryItemStore.cs" />
 
-     <Compile Include="DeliveryNotificationStore.cs" />
 
-     <Compile Include="DeliveryStore.cs" />
 
-     <Compile Include="EmailStore.cs" />
 
-     <Compile Include="EmployeeFormSubscriptionStore.cs" />
 
-     <Compile Include="EmployeeProductStore.cs" />
 
-     <Compile Include="EmployeeQualificationStore.cs" />
 
-     <Compile Include="EmployeeRoleStore.cs" />
 
-     <Compile Include="EmployeeStore.cs" />
 
-     <Compile Include="EntityFormStore.cs" />
 
-     <Compile Include="EquipmentStore.cs" />
 
-     <Compile Include="GPSTrackerLocationStore.cs" />
 
-     <Compile Include="GPSTrackerStore.cs" />
 
-     <Compile Include="InvoiceLineStore.cs" />
 
-     <Compile Include="InvoiceReceiptStore.cs" />
 
-     <Compile Include="InvoiceStore.cs" />
 
-     <Compile Include="JobBillOfMaterialsItemStore.cs" />
 
-     <Compile Include="JobMaterialRequisitionItemStore.cs" />
 
-     <Compile Include="JobMaterialRequsitionStore.cs" />
 
-     <Compile Include="JobStageStore.cs" />
 
-     <Compile Include="JobStore.cs" />
 
-     <Compile Include="JobTrackerStore.cs" />
 
-     <Compile Include="KanbanStore.cs" />
 
-     <Compile Include="LeaveRequestStore.cs" />
 
-     <Compile Include="ManufacturingHistoryStore.cs" />
 
-     <Compile Include="ManufacturingPacketStore.cs" />
 
-     <Compile Include="ModuleTrackingStore.cs" />
 
-     <Compile Include="ProductStore.cs" />
 
-     <Compile Include="RoleActivityStore.cs" />
 
-     <Compile Include="RoleStore.cs" />
 
-     <Compile Include="SetoutStore.cs" />
 
-     <Compile Include="StandardLeaveStore.cs" />
 
-     <Compile Include="StockAreaStore.cs" />
 
-     <Compile Include="StockLocationStore.cs" />
 
-     <Compile Include="StockMovementStore.cs" />
 
-     <Compile Include="PurchaseOrderItemStore.cs" />
 
-     <Compile Include="PurchaseOrderStore.cs" />
 
-     <Compile Include="RequisitionItemStore.cs" />
 
-     <Compile Include="RequisitionStore.cs" />
 
-     <Compile Include="ScheduleActionStore.cs" />
 
-     <Compile Include="SchedulableStore.cs" />
 
-     <Compile Include="ScheduleStore.cs" />
 
-     <Compile Include="Properties\AssemblyInfo.cs" />
 
-     <Compile Include="ShipmentStore.cs" />
 
-     <Compile Include="StockWarehouseStore.cs" />
 
-     <Compile Include="StoreUtils.cs" />
 
-     <Compile Include="SupplierProductStore.cs" />
 
-     <Compile Include="TimesheetStore.cs" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ProjectReference Include="..\..\InABox\InABox.Configuration\InABox.Configuration.csproj">
 
-       <Project>{D9976742-B904-4668-8E74-D806B1DBAAB9}</Project>
 
-       <Name>InABox.Configuration</Name>
 
-     </ProjectReference>
 
-     <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj">
 
-       <Project>{95839ed7-b096-4023-a71f-8b2d8ea53d2a}</Project>
 
-       <Name>InABox.Core</Name>
 
-     </ProjectReference>
 
-     <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Logging.Shared\InABox.Logging.Shared.csproj">
 
-       <Project>{82cc2bfe-c7eb-4a21-88b7-5dc010acdc6d}</Project>
 
-       <Name>InABox.Logging.Shared</Name>
 
-     </ProjectReference>
 
-     <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj">
 
-       <Project>{e16ecf68-be9b-4abd-bc37-80271ea53cb4}</Project>
 
-       <Name>InABox.Database</Name>
 
-     </ProjectReference>
 
-     <ProjectReference Include="..\..\InABox\InABox.Mailer.Exchange\InABox.Mailer.Exchange.csproj">
 
-       <Project>{26779c27-d3b9-4cb7-aa42-e26f4a408eca}</Project>
 
-       <Name>InABox.Mailer.Exchange</Name>
 
-     </ProjectReference>
 
-     <ProjectReference Include="..\Comal.Classes\Comal.Classes.csproj">
 
-       <Project>{14d79c4d-be4b-4fc2-8a9f-3adefd9aaa30}</Project>
 
-       <Name>Comal.Classes</Name>
 
-     </ProjectReference>
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <None Include="app.config" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <PackageReference Include="Fody">
 
-       <Version>4.2.1</Version>
 
-       <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
 
-       <PrivateAssets>all</PrivateAssets>
 
-     </PackageReference>
 
-     <PackageReference Include="Geocoding.Core">
 
-       <Version>4.0.1</Version>
 
-     </PackageReference>
 
-     <PackageReference Include="Geocoding.Google">
 
-       <Version>4.0.1</Version>
 
-     </PackageReference>
 
-     <PackageReference Include="Mono.Cecil">
 
-       <Version>0.10.4</Version>
 
-     </PackageReference>
 
-     <PackageReference Include="PropertyChanged.Fody">
 
-       <Version>2.6.1</Version>
 
-     </PackageReference>
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Content Include="FodyWeavers.xml">
 
-       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
-     </Content>
 
-   </ItemGroup>
 
-   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
- </Project>
 
 
  |