From c0b59199f09a247c8666b9a28f97f0ed395ba0e4 Mon Sep 17 00:00:00 2001 From: Tom Raterman Date: Sun, 12 Apr 2020 21:41:00 -0400 Subject: [PATCH] Add Ratermania.Shopify package and removed stale references --- PartSource.Api/Controllers/InventoryController.cs | 1 - PartSource.Api/Controllers/NexpartVehiclesController.cs | 1 - PartSource.Api/Controllers/PartsController.cs | 1 - PartSource.Automation/PartSource.Automation.csproj | 2 +- PartSource.Data/PartSource.Data.csproj | 4 +--- PartSource.Services/PartSource.Services.csproj | 2 +- PartSource.sln | 8 -------- 7 files changed, 3 insertions(+), 16 deletions(-) diff --git a/PartSource.Api/Controllers/InventoryController.cs b/PartSource.Api/Controllers/InventoryController.cs index d46ad70..dd2847a 100644 --- a/PartSource.Api/Controllers/InventoryController.cs +++ b/PartSource.Api/Controllers/InventoryController.cs @@ -3,7 +3,6 @@ using PartSource.Data.Models; using PartSource.Services; using System.Net; using System.Threading.Tasks; -using System.Web.Http; namespace PartSource.Api.Controllers { diff --git a/PartSource.Api/Controllers/NexpartVehiclesController.cs b/PartSource.Api/Controllers/NexpartVehiclesController.cs index c266ecd..8e715d5 100644 --- a/PartSource.Api/Controllers/NexpartVehiclesController.cs +++ b/PartSource.Api/Controllers/NexpartVehiclesController.cs @@ -2,7 +2,6 @@ using PartSource.Data.Nexpart; using PartSource.Services; using System.Threading.Tasks; -using System.Web.Http; namespace PartSource.Api.Controllers { diff --git a/PartSource.Api/Controllers/PartsController.cs b/PartSource.Api/Controllers/PartsController.cs index fe06685..d91a998 100644 --- a/PartSource.Api/Controllers/PartsController.cs +++ b/PartSource.Api/Controllers/PartsController.cs @@ -5,7 +5,6 @@ using PartSource.Data.Nexpart; using PartSource.Services; using System.Collections.Generic; using System.Threading.Tasks; -using System.Web.Http; namespace PartSource.Api.Controllers { diff --git a/PartSource.Automation/PartSource.Automation.csproj b/PartSource.Automation/PartSource.Automation.csproj index 39e989a..feb7b50 100644 --- a/PartSource.Automation/PartSource.Automation.csproj +++ b/PartSource.Automation/PartSource.Automation.csproj @@ -15,10 +15,10 @@ + - diff --git a/PartSource.Data/PartSource.Data.csproj b/PartSource.Data/PartSource.Data.csproj index 281cce9..bcb5132 100644 --- a/PartSource.Data/PartSource.Data.csproj +++ b/PartSource.Data/PartSource.Data.csproj @@ -9,10 +9,8 @@ + - - - diff --git a/PartSource.Services/PartSource.Services.csproj b/PartSource.Services/PartSource.Services.csproj index 764eb56..d0feba9 100644 --- a/PartSource.Services/PartSource.Services.csproj +++ b/PartSource.Services/PartSource.Services.csproj @@ -7,10 +7,10 @@ + - diff --git a/PartSource.sln b/PartSource.sln index dc735a2..f8be63e 100644 --- a/PartSource.sln +++ b/PartSource.sln @@ -11,8 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartSource.Services", "Part EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartSource.Automation", "PartSource.Automation\PartSource.Automation.csproj", "{C85D675B-A76C-4F9C-9C57-1E063211C946}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shopify", "..\ratermania\shopify\Shopify\Shopify.csproj", "{344CF7B1-AC28-43DD-B0E3-34A87EC835E5}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Also Debug|Any CPU = Also Debug|Any CPU @@ -44,12 +42,6 @@ Global {C85D675B-A76C-4F9C-9C57-1E063211C946}.Debug|Any CPU.Build.0 = Debug|Any CPU {C85D675B-A76C-4F9C-9C57-1E063211C946}.Release|Any CPU.ActiveCfg = Release|Any CPU {C85D675B-A76C-4F9C-9C57-1E063211C946}.Release|Any CPU.Build.0 = Release|Any CPU - {344CF7B1-AC28-43DD-B0E3-34A87EC835E5}.Also Debug|Any CPU.ActiveCfg = Debug|Any CPU - {344CF7B1-AC28-43DD-B0E3-34A87EC835E5}.Also Debug|Any CPU.Build.0 = Debug|Any CPU - {344CF7B1-AC28-43DD-B0E3-34A87EC835E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {344CF7B1-AC28-43DD-B0E3-34A87EC835E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {344CF7B1-AC28-43DD-B0E3-34A87EC835E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {344CF7B1-AC28-43DD-B0E3-34A87EC835E5}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE