Comal.Stores.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{20FB83D0-793E-4D2F-B8E3-825499A7E8CE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Comal.Stores</RootNamespace>
  11. <AssemblyName>Comal.Stores</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;NEWMFG</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="netstandard" />
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Net.Http" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="ActivityStore.cs" />
  46. <Compile Include="AssignmentStore.cs" />
  47. <Compile Include="BaseProductStore.cs" />
  48. <Compile Include="BaseStore.cs" />
  49. <Compile Include="BillLineStore.cs" />
  50. <Compile Include="BillPaymentStore.cs" />
  51. <Compile Include="BillStore.cs" />
  52. <Compile Include="CalendarStore.cs" />
  53. <Compile Include="CustomerStore.cs" />
  54. <Compile Include="DeliveryItemStore.cs" />
  55. <Compile Include="DeliveryNotificationStore.cs" />
  56. <Compile Include="DeliveryStore.cs" />
  57. <Compile Include="EmailStore.cs" />
  58. <Compile Include="EmployeeFormSubscriptionStore.cs" />
  59. <Compile Include="EmployeeProductStore.cs" />
  60. <Compile Include="EmployeeQualificationStore.cs" />
  61. <Compile Include="EmployeeRoleStore.cs" />
  62. <Compile Include="EmployeeStore.cs" />
  63. <Compile Include="EntityFormStore.cs" />
  64. <Compile Include="EquipmentStore.cs" />
  65. <Compile Include="GPSTrackerLocationStore.cs" />
  66. <Compile Include="GPSTrackerStore.cs" />
  67. <Compile Include="InvoiceLineStore.cs" />
  68. <Compile Include="InvoiceReceiptStore.cs" />
  69. <Compile Include="InvoiceStore.cs" />
  70. <Compile Include="JobBillOfMaterialsItemStore.cs" />
  71. <Compile Include="JobMaterialRequisitionItemStore.cs" />
  72. <Compile Include="JobMaterialRequsitionStore.cs" />
  73. <Compile Include="JobStageStore.cs" />
  74. <Compile Include="JobStore.cs" />
  75. <Compile Include="JobTrackerStore.cs" />
  76. <Compile Include="KanbanStore.cs" />
  77. <Compile Include="LeaveRequestStore.cs" />
  78. <Compile Include="ManufacturingHistoryStore.cs" />
  79. <Compile Include="ManufacturingPacketStore.cs" />
  80. <Compile Include="ModuleTrackingStore.cs" />
  81. <Compile Include="ProductStore.cs" />
  82. <Compile Include="RoleActivityStore.cs" />
  83. <Compile Include="RoleStore.cs" />
  84. <Compile Include="SetoutStore.cs" />
  85. <Compile Include="StandardLeaveStore.cs" />
  86. <Compile Include="StockAreaStore.cs" />
  87. <Compile Include="StockLocationStore.cs" />
  88. <Compile Include="StockMovementStore.cs" />
  89. <Compile Include="PurchaseOrderItemStore.cs" />
  90. <Compile Include="PurchaseOrderStore.cs" />
  91. <Compile Include="RequisitionItemStore.cs" />
  92. <Compile Include="RequisitionStore.cs" />
  93. <Compile Include="ScheduleActionStore.cs" />
  94. <Compile Include="SchedulableStore.cs" />
  95. <Compile Include="ScheduleStore.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="ShipmentStore.cs" />
  98. <Compile Include="StockWarehouseStore.cs" />
  99. <Compile Include="StoreUtils.cs" />
  100. <Compile Include="SupplierProductStore.cs" />
  101. <Compile Include="TimesheetStore.cs" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\..\InABox\InABox.Configuration\InABox.Configuration.csproj">
  105. <Project>{D9976742-B904-4668-8E74-D806B1DBAAB9}</Project>
  106. <Name>InABox.Configuration</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj">
  109. <Project>{95839ed7-b096-4023-a71f-8b2d8ea53d2a}</Project>
  110. <Name>InABox.Core</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Logging.Shared\InABox.Logging.Shared.csproj">
  113. <Project>{82cc2bfe-c7eb-4a21-88b7-5dc010acdc6d}</Project>
  114. <Name>InABox.Logging.Shared</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj">
  117. <Project>{e16ecf68-be9b-4abd-bc37-80271ea53cb4}</Project>
  118. <Name>InABox.Database</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\..\InABox\InABox.Mailer.Exchange\InABox.Mailer.Exchange.csproj">
  121. <Project>{26779c27-d3b9-4cb7-aa42-e26f4a408eca}</Project>
  122. <Name>InABox.Mailer.Exchange</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\Comal.Classes\Comal.Classes.csproj">
  125. <Project>{14d79c4d-be4b-4fc2-8a9f-3adefd9aaa30}</Project>
  126. <Name>Comal.Classes</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="app.config" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <PackageReference Include="Fody">
  134. <Version>4.2.1</Version>
  135. <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
  136. <PrivateAssets>all</PrivateAssets>
  137. </PackageReference>
  138. <PackageReference Include="Geocoding.Core">
  139. <Version>4.0.1</Version>
  140. </PackageReference>
  141. <PackageReference Include="Geocoding.Google">
  142. <Version>4.0.1</Version>
  143. </PackageReference>
  144. <PackageReference Include="Mono.Cecil">
  145. <Version>0.10.4</Version>
  146. </PackageReference>
  147. <PackageReference Include="PropertyChanged.Fody">
  148. <Version>2.6.1</Version>
  149. </PackageReference>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Content Include="FodyWeavers.xml">
  153. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  154. </Content>
  155. </ItemGroup>
  156. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  157. </Project>