392 lines
24 KiB
XML
392 lines
24 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
|
<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>{24D7760E-662A-47E4-B729-B70126C24A31}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>EgtBEAMWALL.DataLayer</RootNamespace>
|
|
<AssemblyName>EgtBEAMWALL.DataLayer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\BouncyCastle.Cryptography.2.4.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DotNetZip, Version=1.16.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\DotNetZip.1.16.0\lib\net40\DotNetZip.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EgtWPFLib5">
|
|
<HintPath>..\ExtLibs\EgtWPFLib5.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EgwProxy.MagMan, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EgwProxy.MagMan.1.0.2408.514\lib\EgwProxy.MagMan.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Google.Protobuf, Version=3.27.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Google.Protobuf.3.27.0\lib\net45\Google.Protobuf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=8.4.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.8.4.0\lib\net462\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data.EntityFramework, Version=8.4.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.EntityFramework.8.4.0\lib\net462\MySql.Data.EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.5.3.2\lib\net46\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Renci.SshNet, Version=2024.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SSH.NET.2024.0.0\lib\net462\Renci.SshNet.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RestSharp, Version=111.2.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\RestSharp.111.2.0\lib\net471\RestSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Drawing.Design" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Pipelines, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.Pipelines.8.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Text.Json, Version=8.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Text.Json.8.0.3\lib\net462\System.Text.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="ZstdSharp, Version=0.8.1.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ZstdSharp.Port.0.8.1\lib\net462\ZstdSharp.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AdminContext.cs" />
|
|
<Compile Include="Controllers\MagmanSyncController.cs" />
|
|
<Compile Include="Controllers\MagmanController.cs" />
|
|
<Compile Include="Controllers\AliasController.cs" />
|
|
<Compile Include="Controllers\RawItemsController.cs" />
|
|
<Compile Include="Controllers\MaterialsController.cs" />
|
|
<Compile Include="DatabaseModels\AliasModel.cs" />
|
|
<Compile Include="DatabaseModels\MagmanSyncModel.cs" />
|
|
<Compile Include="DatabaseModels\MaterialModel.cs" />
|
|
<Compile Include="DatabaseModels\RawItemModel.cs" />
|
|
<Compile Include="DatabaseModels\UserPrivModel.cs" />
|
|
<Compile Include="DbConfig.cs" />
|
|
<Compile Include="Controllers\LogMachineController.cs" />
|
|
<Compile Include="Controllers\DbController.cs" />
|
|
<Compile Include="Controllers\LogSupportController.cs" />
|
|
<Compile Include="Controllers\PartController .cs" />
|
|
<Compile Include="Controllers\StatusMapController.cs" />
|
|
<Compile Include="Controllers\ProdController.cs" />
|
|
<Compile Include="Controllers\MachGroupController.cs" />
|
|
<Compile Include="Controllers\ProjController.cs" />
|
|
<Compile Include="Controllers\BTLPartController.cs" />
|
|
<Compile Include="DatabaseContext.cs" />
|
|
<Compile Include="DatabaseModels\LogSupportModel.cs" />
|
|
<Compile Include="DatabaseModels\PartModel.cs" />
|
|
<Compile Include="DatabaseModels\BTLPartModel.cs" />
|
|
<Compile Include="DatabaseModels\ProdModel.cs" />
|
|
<Compile Include="DatabaseModels\LogMachineModel.cs" />
|
|
<Compile Include="DatabaseModels\ProjModel.cs" />
|
|
<Compile Include="DatabaseModels\MachGroupModel.cs" />
|
|
<Compile Include="DatabaseModels\StatusMapModel.cs" />
|
|
<Compile Include="DbManager.cs" />
|
|
<Compile Include="Migrations\202104150749157_FullDbInit.cs" />
|
|
<Compile Include="Migrations\202104150749157_FullDbInit.designer.cs">
|
|
<DependentUpon>202104150749157_FullDbInit.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202104231625149_LogMachineUpgrade.cs" />
|
|
<Compile Include="Migrations\202104231625149_LogMachineUpgrade.designer.cs">
|
|
<DependentUpon>202104231625149_LogMachineUpgrade.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202104301636100_StatusMap.cs" />
|
|
<Compile Include="Migrations\202104301636100_StatusMap.designer.cs">
|
|
<DependentUpon>202104301636100_StatusMap.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202105051121209_renameIndex.cs" />
|
|
<Compile Include="Migrations\202105051121209_renameIndex.designer.cs">
|
|
<DependentUpon>202105051121209_renameIndex.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202107151001537_AddBwType.cs" />
|
|
<Compile Include="Migrations\202107151001537_AddBwType.designer.cs">
|
|
<DependentUpon>202107151001537_AddBwType.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202109141058345_AddMachine2ProjProd.cs" />
|
|
<Compile Include="Migrations\202109141058345_AddMachine2ProjProd.designer.cs">
|
|
<DependentUpon>202109141058345_AddMachine2ProjProd.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202207051703296_UpgradeLockModel.cs" />
|
|
<Compile Include="Migrations\202207051703296_UpgradeLockModel.designer.cs">
|
|
<DependentUpon>202207051703296_UpgradeLockModel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202306081452095_UpdateProjModel.cs" />
|
|
<Compile Include="Migrations\202306081452095_UpdateProjModel.designer.cs">
|
|
<DependentUpon>202306081452095_UpdateProjModel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202308241516227_AddProdStatusVarAndIndex.cs" />
|
|
<Compile Include="Migrations\202308241516227_AddProdStatusVarAndIndex.designer.cs">
|
|
<DependentUpon>202308241516227_AddProdStatusVarAndIndex.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202308250853396_AddProjArchivedField.cs" />
|
|
<Compile Include="Migrations\202308250853396_AddProjArchivedField.designer.cs">
|
|
<DependentUpon>202308250853396_AddProjArchivedField.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202401181534084_AddAliasMaterialRawItemsModel.cs" />
|
|
<Compile Include="Migrations\202401181534084_AddAliasMaterialRawItemsModel.designer.cs">
|
|
<DependentUpon>202401181534084_AddAliasMaterialRawItemsModel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202401291722150_FixMatItemCloudId.cs" />
|
|
<Compile Include="Migrations\202401291722150_FixMatItemCloudId.designer.cs">
|
|
<DependentUpon>202401291722150_FixMatItemCloudId.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202401310830146_FixItemRemn.cs" />
|
|
<Compile Include="Migrations\202401310830146_FixItemRemn.designer.cs">
|
|
<DependentUpon>202401310830146_FixItemRemn.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202402141003461_RawItemAddUseQty.cs" />
|
|
<Compile Include="Migrations\202402141003461_RawItemAddUseQty.designer.cs">
|
|
<DependentUpon>202402141003461_RawItemAddUseQty.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202402290716188_AddProjCloudId.cs" />
|
|
<Compile Include="Migrations\202402290716188_AddProjCloudId.Designer.cs">
|
|
<DependentUpon>202402290716188_AddProjCloudId.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202403120645357_RawItemAddLastSync.cs" />
|
|
<Compile Include="Migrations\202403120645357_RawItemAddLastSync.Designer.cs">
|
|
<DependentUpon>202403120645357_RawItemAddLastSync.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202403120803297_AddMagmanSyncTab.cs" />
|
|
<Compile Include="Migrations\202403120803297_AddMagmanSyncTab.Designer.cs">
|
|
<DependentUpon>202403120803297_AddMagmanSyncTab.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202404261445205_UpdateLogMachineTable.cs" />
|
|
<Compile Include="Migrations\202404261445205_UpdateLogMachineTable.Designer.cs">
|
|
<DependentUpon>202404261445205_UpdateLogMachineTable.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202404261505131_UpdateLogMachineTable02.cs" />
|
|
<Compile Include="Migrations\202404261505131_UpdateLogMachineTable02.Designer.cs">
|
|
<DependentUpon>202404261505131_UpdateLogMachineTable02.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202404290906337_UpdateLogMachineTable03.cs" />
|
|
<Compile Include="Migrations\202404290906337_UpdateLogMachineTable03.Designer.cs">
|
|
<DependentUpon>202404290906337_UpdateLogMachineTable03.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202404291620416_UpdateLogMachineTable04.cs" />
|
|
<Compile Include="Migrations\202404291620416_UpdateLogMachineTable04.Designer.cs">
|
|
<DependentUpon>202404291620416_UpdateLogMachineTable04.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202406070826284_AddStoredProc01.cs" />
|
|
<Compile Include="Migrations\202406070826284_AddStoredProc01.Designer.cs">
|
|
<DependentUpon>202406070826284_AddStoredProc01.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202407170704518_AddProdDtLastMod.cs" />
|
|
<Compile Include="Migrations\202407170704518_AddProdDtLastMod.Designer.cs">
|
|
<DependentUpon>202407170704518_AddProdDtLastMod.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\202408051054365_AddRawItemLogicalDelete.cs" />
|
|
<Compile Include="Migrations\202408051054365_AddRawItemLogicalDelete.Designer.cs">
|
|
<DependentUpon>202408051054365_AddRawItemLogicalDelete.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\Configuration.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Utils.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="NLog.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EgtBEAMWALL.Core\EgtBEAMWALL.Core.vbproj">
|
|
<Project>{f22835a1-83d8-4334-91bb-baaeb9cf59b1}</Project>
|
|
<Name>EgtBEAMWALL.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Migrations\202104150749157_FullDbInit.resx">
|
|
<DependentUpon>202104150749157_FullDbInit.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202104231625149_LogMachineUpgrade.resx">
|
|
<DependentUpon>202104231625149_LogMachineUpgrade.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202104301636100_StatusMap.resx">
|
|
<DependentUpon>202104301636100_StatusMap.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202105051121209_renameIndex.resx">
|
|
<DependentUpon>202105051121209_renameIndex.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202107151001537_AddBwType.resx">
|
|
<DependentUpon>202107151001537_AddBwType.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202109141058345_AddMachine2ProjProd.resx">
|
|
<DependentUpon>202109141058345_AddMachine2ProjProd.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202207051703296_UpgradeLockModel.resx">
|
|
<DependentUpon>202207051703296_UpgradeLockModel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202306081452095_UpdateProjModel.resx">
|
|
<DependentUpon>202306081452095_UpdateProjModel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202308241516227_AddProdStatusVarAndIndex.resx">
|
|
<DependentUpon>202308241516227_AddProdStatusVarAndIndex.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202308250853396_AddProjArchivedField.resx">
|
|
<DependentUpon>202308250853396_AddProjArchivedField.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202401181534084_AddAliasMaterialRawItemsModel.resx">
|
|
<DependentUpon>202401181534084_AddAliasMaterialRawItemsModel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202401291722150_FixMatItemCloudId.resx">
|
|
<DependentUpon>202401291722150_FixMatItemCloudId.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202401310830146_FixItemRemn.resx">
|
|
<DependentUpon>202401310830146_FixItemRemn.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202402141003461_RawItemAddUseQty.resx">
|
|
<DependentUpon>202402141003461_RawItemAddUseQty.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202402290716188_AddProjCloudId.resx">
|
|
<DependentUpon>202402290716188_AddProjCloudId.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202403120645357_RawItemAddLastSync.resx">
|
|
<DependentUpon>202403120645357_RawItemAddLastSync.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202403120803297_AddMagmanSyncTab.resx">
|
|
<DependentUpon>202403120803297_AddMagmanSyncTab.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202404261445205_UpdateLogMachineTable.resx">
|
|
<DependentUpon>202404261445205_UpdateLogMachineTable.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202404261505131_UpdateLogMachineTable02.resx">
|
|
<DependentUpon>202404261505131_UpdateLogMachineTable02.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202404290906337_UpdateLogMachineTable03.resx">
|
|
<DependentUpon>202404290906337_UpdateLogMachineTable03.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202404291620416_UpdateLogMachineTable04.resx">
|
|
<DependentUpon>202404291620416_UpdateLogMachineTable04.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202406070826284_AddStoredProc01.resx">
|
|
<DependentUpon>202406070826284_AddStoredProc01.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202407170704518_AddProdDtLastMod.resx">
|
|
<DependentUpon>202407170704518_AddProdDtLastMod.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\202408051054365_AddRawItemLogicalDelete.resx">
|
|
<DependentUpon>202408051054365_AddRawItemLogicalDelete.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="SqlScripts\Stored\stp_LogMachineFixPid.sql">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>copy $(TargetPath) c:\EgtProg\EgtBEAMWALL\EgtBEAMWALL.DataLayer.dll</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
|
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
|
|
</Target>
|
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
|
</Project> |