427c488cd6
Remove JDE/CMS source-system integration: JDE/CMS query classes, SQL files, WorkerService UpdateProcessor pipeline, dsconfig data-source configs, and Oracle/Sybase/DDTek driver references. WorkProcessor now goes straight to processing queued searches against the existing local SQL Server cache; DB schema (DataUpdate table, MatchMis function) is left intact. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
165 lines
7.5 KiB
XML
Executable File
165 lines
7.5 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{AEC46648-AF1B-4EED-8580-1CF7AFE3ADCD}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DataModel</RootNamespace>
|
|
<AssemblyName>DataModel</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<SccProjectName>
|
|
</SccProjectName>
|
|
<SccLocalPath>
|
|
</SccLocalPath>
|
|
<SccAuxPath>
|
|
</SccAuxPath>
|
|
<SccProvider>
|
|
</SccProvider>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</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>2</WarningLevel>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Fasterflect, Version=2.1.3.0, Culture=neutral, PublicKeyToken=38d18473284c1ca7, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.4.3.5\lib\net45\NLog.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Security" />
|
|
<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="Helpers\DateTimeHelpers.cs" />
|
|
<Compile Include="Helpers\GenericListDataReaderExtensions.cs" />
|
|
<Compile Include="Helpers\LinqHelpers.cs" />
|
|
<Compile Include="Helpers\JsonHelpers.cs" />
|
|
<Compile Include="Models\Branch.cs" />
|
|
<Compile Include="Config.cs" />
|
|
<Compile Include="Helpers\EncryptionHelper.cs" />
|
|
<Compile Include="Helpers\SqlHelpers.cs" />
|
|
<Compile Include="Models\CamstarMO.cs" />
|
|
<Compile Include="Models\ColumnSpec.cs" />
|
|
<Compile Include="Models\DataUpdate.cs" />
|
|
<Compile Include="Models\DcsLot.cs" />
|
|
<Compile Include="Models\FunctionCode.cs" />
|
|
<Compile Include="Models\IBusinessUnit.cs" />
|
|
<Compile Include="Models\Item.cs" />
|
|
<Compile Include="Models\JdeUser.cs" />
|
|
<Compile Include="Models\Lot.cs" />
|
|
<Compile Include="Models\LotLocation.cs" />
|
|
<Compile Include="Models\LotUsage.cs" />
|
|
<Compile Include="Models\MisData.cs" />
|
|
<Compile Include="Models\OrgHierarchy.cs" />
|
|
<Compile Include="Models\POInspect.cs" />
|
|
<Compile Include="Models\POReceiver.cs" />
|
|
<Compile Include="Models\ProfitCenter.cs" />
|
|
<Compile Include="Models\QueryTypes.cs" />
|
|
<Compile Include="Models\RouteMaster.cs" />
|
|
<Compile Include="Models\Search.cs" />
|
|
<Compile Include="Models\SearchUpdate.cs" />
|
|
<Compile Include="Models\StatusUpdate.cs" />
|
|
<Compile Include="Models\TableSpec.cs" />
|
|
<Compile Include="Models\WorkCenter.cs" />
|
|
<Compile Include="Models\WorkOrderComponent.cs" />
|
|
<Compile Include="Models\WorkOrderRouting.cs" />
|
|
<Compile Include="Models\WorkOrderTime.cs" />
|
|
<Compile Include="Process\LotFinderDB.MisData.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewModels\JdeUserViewModel.cs" />
|
|
<Compile Include="ViewModels\LotViewModel.cs" />
|
|
<Compile Include="ViewModels\PartOperationViewModel.cs" />
|
|
<Compile Include="ViewModels\SearchCriteriaViewModel.cs" />
|
|
<Compile Include="Models\SearchStatus.cs" />
|
|
<Compile Include="Models\StatusCode.cs" />
|
|
<Compile Include="Models\WorkOrder.cs" />
|
|
<Compile Include="Models\WorkOrderStep.cs" />
|
|
<Compile Include="Models\LDAPEntry.cs" />
|
|
<Compile Include="Process\LotFinderDB.cs" />
|
|
<Compile Include="Process\LotFinderDB.Item.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Process\LotFinderDB.Lot.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Process\LotFinderDB.ProfitCenter.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Process\LotFinderDB.SearchManagement.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Process\LotFinderDB.User.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Process\LotFinderDB.WorkCenter.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Process\LotFinderDB.WorkOrder.cs">
|
|
<DependentUpon>LotFinderDB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Models\SearchCriteria.cs" />
|
|
<Compile Include="ViewModels\ItemViewModel.cs" />
|
|
<Compile Include="ViewModels\ProfitCenterViewModel.cs" />
|
|
<Compile Include="ViewModels\SearchViewModel.cs" />
|
|
<Compile Include="ViewModels\WorkCenterViewModel.cs" />
|
|
<Compile Include="ViewModels\WorkOrderViewModel.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |