Kaynağa Gözat

Converted PRSSTores to library, not shared project

Kenric Nugteren 11 ay önce
ebeveyn
işleme
ebb18249a9

+ 1 - 2
prs.desktop/PRSDesktop.csproj

@@ -817,6 +817,7 @@
       <ProjectReference Include="..\..\InABox\inabox.wpf\InABox.Wpf.csproj" />
       <ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
       <ProjectReference Include="..\PRS.Shared\PRS.Shared.csproj" />
+      <ProjectReference Include="..\prs.stores\PRSStores.csproj" />
     </ItemGroup>
 
     <ItemGroup>
@@ -1021,8 +1022,6 @@
       <Page Remove="dependencies\**" />
     </ItemGroup>
 
-    <Import Project="..\PRS.Stores\PRSStores.projitems" Label="Shared" />
-
     <Import Project="..\PRS.Scheduler\Comal.TaskScheduler.Shared.projitems" Label="Shared" />
 
     <Import Project="..\..\InABox\InABox.DeviceIdentifier\InABox.DeviceIdentifier.projitems" Label="Shared" />

+ 0 - 1
prs.licensing/PRSLicensing.csproj

@@ -35,7 +35,6 @@
     <ProjectReference Include="..\prs.services\PRSServices.csproj" />
     <ProjectReference Include="..\prs.shared\PRS.Shared.csproj" />
   </ItemGroup>
-    <Import Project="..\prs.stores\PRSStores.projitems" Label="Shared" />
 
   <ItemGroup>
     <Resource Include="Resources\splash-small.png">

+ 1 - 2
prs.server/PRSServer.csproj

@@ -112,6 +112,7 @@
         <ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
         <ProjectReference Include="..\prs.services\PRSServices.csproj" />
         <ProjectReference Include="..\PRS.Shared\PRS.Shared.csproj" />
+        <ProjectReference Include="..\prs.stores\PRSStores.csproj" />
     </ItemGroup>
 
     <ItemGroup>
@@ -183,6 +184,4 @@
 
     <Import Project="..\PRS.Scheduler\Comal.TaskScheduler.Shared.projitems" Label="Shared" />
 
-    <Import Project="..\prs.stores\PRSStores.projitems" Label="Shared" />
-
 </Project>

+ 1 - 2
prs.shared/PRS.Shared.csproj

@@ -18,6 +18,7 @@
     <ProjectReference Include="..\..\inabox\InABox.Poster.Timberline\InABox.Poster.Timberline.csproj" />
     <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />
     <ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
+    <ProjectReference Include="..\prs.stores\PRSStores.csproj" />
   </ItemGroup>
 
   <ItemGroup>
@@ -52,7 +53,5 @@
     <PackageReference Include="RestSharp" Version="111.2.0" />
     <PackageReference Include="System.Collections.Immutable" Version="9.0.0-preview.4.24266.19" />
   </ItemGroup>
-
-  <Import Project="..\prs.stores\PRSStores.projitems" Label="Shared" />
   
 </Project>

+ 0 - 157
prs.stores/Comal.Stores.csproj

@@ -1,157 +0,0 @@
-<?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>

+ 0 - 4
prs.stores/FodyWeavers.xml

@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
-  <PropertyChanged />
-</Weavers>

+ 0 - 54
prs.stores/FodyWeavers.xsd

@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-  <!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
-  <xs:element name="Weavers">
-    <xs:complexType>
-      <xs:all>
-        <xs:element name="PropertyChanged" minOccurs="0" maxOccurs="1">
-          <xs:complexType>
-            <xs:attribute name="InjectOnPropertyNameChanged" type="xs:boolean">
-              <xs:annotation>
-                <xs:documentation>Used to control if the On_PropertyName_Changed feature is enabled.</xs:documentation>
-              </xs:annotation>
-            </xs:attribute>
-            <xs:attribute name="EventInvokerNames" type="xs:string">
-              <xs:annotation>
-                <xs:documentation>Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form.</xs:documentation>
-              </xs:annotation>
-            </xs:attribute>
-            <xs:attribute name="CheckForEquality" type="xs:boolean">
-              <xs:annotation>
-                <xs:documentation>Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project.</xs:documentation>
-              </xs:annotation>
-            </xs:attribute>
-            <xs:attribute name="CheckForEqualityUsingBaseEquals" type="xs:boolean">
-              <xs:annotation>
-                <xs:documentation>Used to control if equality checks should use the Equals method resolved from the base class.</xs:documentation>
-              </xs:annotation>
-            </xs:attribute>
-            <xs:attribute name="UseStaticEqualsFromBase" type="xs:boolean">
-              <xs:annotation>
-                <xs:documentation>Used to control if equality checks should use the static Equals method resolved from the base class.</xs:documentation>
-              </xs:annotation>
-            </xs:attribute>
-          </xs:complexType>
-        </xs:element>
-      </xs:all>
-      <xs:attribute name="VerifyAssembly" type="xs:boolean">
-        <xs:annotation>
-          <xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
-        </xs:annotation>
-      </xs:attribute>
-      <xs:attribute name="VerifyIgnoreCodes" type="xs:string">
-        <xs:annotation>
-          <xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
-        </xs:annotation>
-      </xs:attribute>
-      <xs:attribute name="GenerateXsd" type="xs:boolean">
-        <xs:annotation>
-          <xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
-        </xs:annotation>
-      </xs:attribute>
-    </xs:complexType>
-  </xs:element>
-</xs:schema>

+ 22 - 0
prs.stores/PRSStores.csproj

@@ -0,0 +1,22 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <TargetFramework>net8.0-windows</TargetFramework>
+    <ImplicitUsings>enable</ImplicitUsings>
+    <Nullable>enable</Nullable>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Geocoding.Google" Version="4.0.1" />
+    <PackageReference Include="Syncfusion.Pdf.Wpf" Version="25.2.6" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <ProjectReference Include="..\..\inabox\InABox.Core\InABox.Core.csproj" />
+    <ProjectReference Include="..\..\inabox\InABox.Database\InABox.Database.csproj" />
+    <ProjectReference Include="..\..\inabox\inabox.mailer.exchange\InABox.Mailer.Exchange.csproj" />
+    <ProjectReference Include="..\..\inabox\inabox.wpf\InABox.Wpf.csproj" />
+    <ProjectReference Include="..\prs.classes\PRSClasses.csproj" />
+  </ItemGroup>
+
+</Project>

+ 0 - 90
prs.stores/PRSStores.projitems

@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' &lt; '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
-    <HasSharedItems>true</HasSharedItems>
-    <SharedGUID>28b599b5-e61d-4807-8a60-d0c7322fb897</SharedGUID>
-  </PropertyGroup>
-  <PropertyGroup Label="Configuration">
-    <Import_RootNamespace>PRSStores</Import_RootNamespace>
-  </PropertyGroup>
-  <ItemGroup>
-    <Compile Include="$(MSBuildThisFileDirectory)ActivityStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)AssignmentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)BaseProductStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)BaseStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)BillLineStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)BillPaymentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)BillStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)CalendarStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StockMovementBatchStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)ConsignmentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)CustomerStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)DeliveryItemStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)DeliveryNotificationStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)DeliveryStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EmailStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EmployeeFormSubscriptionStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EmployeeProductStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EmployeeQualificationStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EmployeeStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\JobRequisitionDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\KanbanDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\BillDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\DigitalFormDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\EntityDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\JobDocumentSetSetMileStoneFileStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\JobScopeDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\MeetingItemDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\PurchaseOrderDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityDocuments\SetoutDocumentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\AssignmentFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\EmployeeFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\EntityFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\JobFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\JobITPFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\KanbanFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\LeaveRequestFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EntityForms\TimeSheetFormStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)EquipmentStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)GPSTrackerLocationStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)GPSTrackerStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)InvoiceReceiptStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)InvoiceStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobBillOfMaterialsItemStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobMaterialRequsitionStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobRequisitionItemPurchaseOrderItemStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobRequisitionItemStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobRequisitionStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobStageStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobStatusStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)JobTrackerStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)KanbanStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)LeaveRequestStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)ManufacturingHistoryStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)ManufacturingPacketStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)MeetingStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)ModuleTrackingStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)NotificationStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)ProductStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)PurchaseOrderItemStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)PurchaseOrderStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)RequisitionItemStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)RequisitionStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)RoleStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)SchedulableStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)ScheduleActionStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)ScheduleStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)SetoutGroupStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)SetoutStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StagingSetoutStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StockAreaStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StockHoldingStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StockLocationStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StockMovementStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StockWarehouseStore.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)StoreUtils.cs" />
-    <Compile Include="$(MSBuildThisFileDirectory)SupplierProductStore.cs" />
-  </ItemGroup>
-</Project>

+ 0 - 16
prs.stores/PRSStores.shproj

@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-    <PropertyGroup Label="Globals">
-        <ProjectGuid>28b599b5-e61d-4807-8a60-d0c7322fb897</ProjectGuid>
-        <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
-    </PropertyGroup>
-    <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-    <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
-    <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
-    <PropertyGroup />
-    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-      <OutputPath>bin\Debug\</OutputPath>
-    </PropertyGroup>
-    <Import Project="PRSStores.projitems" Label="Shared" />
-    <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
-</Project>

+ 0 - 36
prs.stores/Properties/AssemblyInfo.cs

@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Comal.Stores")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Comal.Stores")]
-[assembly: AssemblyCopyright("Copyright ©  2017")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components.  If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("20fb83d0-793e-4d2f-b8e3-825499a7e8ce")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]