<?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>{D0B38CD8-60AC-472C-8031-A03CF3C2E8A5}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>iWareSql</RootNamespace>
|
<AssemblyName>iWareSql</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</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>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework">
|
<HintPath>..\iWareCommon\DLL\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>..\iWareCommon\DLL\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\iWareCommon\DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<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="DataAccess\DeviceWarningHandler.cs" />
|
<Compile Include="DataAccess\PartTaskHandler.cs" />
|
<Compile Include="DataAccess\SysExceptionInfoHandler.cs" />
|
<Compile Include="DbOrm\Base_SysExceptionInfo.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\C__EFMigrationsHistory.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\DbEntity.Context.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>DbEntity.Context.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\DbEntity.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\DbEntity.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>DbEntity.edmx</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_app.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_code_gen.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_code_gen_config.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_code_modular.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_config.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_dict_data.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_dict_type.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_emp.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_emp_ext_org_pos.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_file.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_forms.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_log_audit.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_log_ex.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_log_op.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_log_vis.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_low_code_module.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_low_code_module_database.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_menu.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_notice.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_notice_user.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_org.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_pos.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_role.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_timer.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\sys_user.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\v_empty_location.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_container_vs_material.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_device_wareing.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_equipment.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_location_vs_container.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_site.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_task.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_task_bak.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_task_sub.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\ware_task_sub_bak.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_area.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_container.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_container_type.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_location_type.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_material.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_materialcontainer.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_materialstock.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_part.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_place.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="DbOrm\wms_task.cs">
|
<DependentUpon>DbEntity.tt</DependentUpon>
|
</Compile>
|
<Compile Include="Entity\ExtendEntity\MatModel.cs" />
|
<Compile Include="Entity\ExtendEntity\SyncStockToMesEntity.cs" />
|
<Compile Include="Entity\ExtendEntity\RealPlaceEntity.cs" />
|
<Compile Include="Entity\ExtendEntity\UDT_SYS_ExceptionInfo_Extend.cs" />
|
<Compile Include="Entity\MES\Mes_ResEntity.cs" />
|
<Compile Include="Entity\ParamModel\InformIniInfoToTrussParam.cs" />
|
<Compile Include="Entity\ParamModel\Mes_BatchMat_Param.cs" />
|
<Compile Include="Entity\ParamModel\Mes_BatchOrderUPIParam.cs" />
|
<Compile Include="Entity\ParamModel\MesMatInfo.cs" />
|
<Compile Include="Entity\ParamModel\Srm_ItemParam.cs" />
|
<Compile Include="Entity\ViewMode\AllMatStockViewForStockList.cs" />
|
<Compile Include="Entity\ViewMode\BatchMatGatherView.cs" />
|
<Compile Include="Entity\ViewMode\BatchMatView.cs" />
|
<Compile Include="Entity\ViewMode\BatchOrderUPIView.cs" />
|
<Compile Include="Entity\ViewMode\BoardLoadMaterialView.cs" />
|
<Compile Include="Entity\ViewMode\MatStockCollectView.cs" />
|
<Compile Include="Entity\ViewMode\PlaceLocationView.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="ClassDiagram1.cd" />
|
<EntityDeploy Include="DbOrm\DbEntity.edmx">
|
<Generator>EntityModelCodeGenerator</Generator>
|
<LastGenOutput>DbEntity.Designer.cs</LastGenOutput>
|
</EntityDeploy>
|
<None Include="DbOrm\DbEntity.edmx.diagram">
|
<DependentUpon>DbEntity.edmx</DependentUpon>
|
</None>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\iWareCommon\iWareCommon.csproj">
|
<Project>{3583fcf0-92c7-406c-ad78-9fb7c11293cf}</Project>
|
<Name>iWareCommon</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareModel\iWareModel.csproj">
|
<Project>{556a91f0-34d1-4d23-a1c7-f27e19d916d3}</Project>
|
<Name>iWareModel</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="DbOrm\DbEntity.Context.tt">
|
<Generator>TextTemplatingFileGenerator</Generator>
|
<DependentUpon>DbEntity.edmx</DependentUpon>
|
<LastGenOutput>DbEntity.Context.cs</LastGenOutput>
|
</Content>
|
<Content Include="DbOrm\DbEntity.tt">
|
<Generator>TextTemplatingFileGenerator</Generator>
|
<DependentUpon>DbEntity.edmx</DependentUpon>
|
<LastGenOutput>DbEntity.cs</LastGenOutput>
|
</Content>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|