<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.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>{714D8B00-61AD-4CEE-B062-ADD15F4962B7}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>iWareDataCore</RootNamespace>
|
<AssemblyName>iWareDataCore</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
</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>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\iWareCommon\DLL\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\iWareCommon\DLL\EntityFramework.SqlServer.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.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="BASE\Dao\EmptyPlaceViewDao.cs" />
|
<Compile Include="BASE\Dao\MaterialClassDao.cs" />
|
<Compile Include="BASE\Dao\WebOrderDetailDao.cs" />
|
<Compile Include="BASE\Dao\WebOrderDao.cs" />
|
<Compile Include="BASE\Dao\InOutListDetailViewDao.cs" />
|
<Compile Include="BASE\Dao\InOutListDetailDao.cs" />
|
<Compile Include="BASE\Dao\InOutListDao.cs" />
|
<Compile Include="BASE\Dao\InputMaterialDao.cs" />
|
<Compile Include="BASE\Dao\MaterialVoidLabelDao.cs" />
|
<Compile Include="BASE\Dao\MaterialViewDao.cs" />
|
<Compile Include="BASE\Dao\MaterialTypeViewDao.cs" />
|
<Compile Include="BASE\Dao\MaterialTypeDao.cs" />
|
<Compile Include="BASE\Dao\MaterialDao.cs" />
|
<Compile Include="BASE\Dao\PlaceViewDao.cs" />
|
<Compile Include="BASE\Dao\PlaceMaterialViewDao.cs" />
|
<Compile Include="BASE\Dao\PlaceMaterialDao.cs" />
|
<Compile Include="BASE\Dao\PlaceDao.cs" />
|
<Compile Include="BASE\Dao\PlaceTypeViewDao.cs" />
|
<Compile Include="BASE\Dao\PlaceTypeDao.cs" />
|
<Compile Include="BASE\Dao\PlaceVoidLabelDao.cs" />
|
<Compile Include="BASE\Entity\InOutListDetailViewEntity.cs" />
|
<Compile Include="BASE\Entity\InOutListDetailEntity.cs" />
|
<Compile Include="BASE\Entity\InOutListEntity.cs" />
|
<Compile Include="BASE\Entity\EmptyPlaceViewEntity.cs" />
|
<Compile Include="BASE\Entity\InputMaterialEntity.cs" />
|
<Compile Include="BASE\Entity\MaterialViewForMesEntity.cs" />
|
<Compile Include="BASE\Entity\WebOrderDetailViewEntity.cs" />
|
<Compile Include="BASE\Entity\WebOrderDetailEntity.cs" />
|
<Compile Include="BASE\Entity\MaterialClassEntity.cs" />
|
<Compile Include="BASE\Entity\WebOrderEntity.cs" />
|
<Compile Include="BASE\Entity\MaterialEntity.cs" />
|
<Compile Include="BASE\Entity\MaterialTypeEntity.cs" />
|
<Compile Include="BASE\Entity\MaterialTypeViewEntity.cs" />
|
<Compile Include="BASE\Entity\MaterialVoidLabelEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceMaterialEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceMaterialViewEntity.cs" />
|
<Compile Include="BASE\Entity\MaterialViewEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceStatusNumEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceTypeEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceTypeViewEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceViewEntity.cs" />
|
<Compile Include="BASE\Entity\PlaceVoidLabelEntity.cs" />
|
<Compile Include="BASE\EnumType\ECuttingType.cs" />
|
<Compile Include="BASE\EnumType\EInOutListStatus.cs" />
|
<Compile Include="BASE\EnumType\EIsFull.cs" />
|
<Compile Include="BASE\EnumType\EIsLocked.cs" />
|
<Compile Include="BASE\EnumType\EMaterialFlag.cs" />
|
<Compile Include="BASE\EnumType\EMaterialKind.cs" />
|
<Compile Include="BASE\EnumType\EMaterialType.cs" />
|
<Compile Include="BASE\EnumType\EPlacePriority.cs" />
|
<Compile Include="BASE\EnumType\EPlaceStatus.cs" />
|
<Compile Include="BASE\EnumType\EPlaceType.cs" />
|
<Compile Include="BASE\EnumType\EInOutStatus.cs" />
|
<Compile Include="BASE\EnumType\EStatus.cs" />
|
<Compile Include="BASE\EnumType\IsHaveMaterial.cs" />
|
<Compile Include="BASE\EnumType\TaskType.cs" />
|
<Compile Include="BASE\Service\EmptyPlaceViewService.cs" />
|
<Compile Include="BASE\Service\InOutListDetailViewService.cs" />
|
<Compile Include="BASE\Service\InOutListDetailService.cs" />
|
<Compile Include="BASE\Service\MaterialClassService.cs" />
|
<Compile Include="BASE\Service\WebOrderDetailService.cs" />
|
<Compile Include="BASE\Service\WebOrderService.cs" />
|
<Compile Include="BASE\Service\InputMaterialService.cs" />
|
<Compile Include="BASE\Service\MaterialTypeService.cs" />
|
<Compile Include="BASE\Service\MaterialViewService.cs" />
|
<Compile Include="BASE\Service\MaterialVoidLabelService.cs" />
|
<Compile Include="BASE\Service\PlaceMaterialService.cs" />
|
<Compile Include="BASE\Service\PlaceMaterialViewService.cs" />
|
<Compile Include="BASE\Service\PlaceTypeViewService.cs" />
|
<Compile Include="BASE\Service\PlaceViewService.cs" />
|
<Compile Include="BASE\Service\MaterialTypeViewService.cs" />
|
<Compile Include="BASE\Service\MaterialService.cs" />
|
<Compile Include="BASE\Service\PlaceService.cs" />
|
<Compile Include="BASE\Service\PlaceTypeService.cs" />
|
<Compile Include="BASE\Service\InOutListService.cs" />
|
<Compile Include="BASE\Service\PlaceVoidLabelService.cs" />
|
<Compile Include="BASE\Service\WareHouseService.cs" />
|
<Compile Include="Check\Dao\PlanMaterialPlaceDao.cs" />
|
<Compile Include="Check\Dao\PlanDao.cs" />
|
<Compile Include="Check\Dao\PlanViewDao.cs" />
|
<Compile Include="Check\Entity\PlanMaterialPlaceEntity.cs" />
|
<Compile Include="Check\Entity\PlanEntity.cs" />
|
<Compile Include="Check\Entity\PlanViewEntity.cs" />
|
<Compile Include="Check\EnumType\EPlanStatus.cs" />
|
<Compile Include="Check\Service\PlanMaterialPlaceService.cs" />
|
<Compile Include="Check\Service\PlanService.cs" />
|
<Compile Include="Check\Service\PlanViewService.cs" />
|
<Compile Include="DEV\Dao\EquipmentTypeDao.cs" />
|
<Compile Include="DEV\Dao\EquipmentTypeViewDao.cs" />
|
<Compile Include="DEV\Dao\EquipmentViewDao.cs" />
|
<Compile Include="DEV\Dao\EquipmentDao.cs" />
|
<Compile Include="DEV\Entity\EquipmentEntity.cs" />
|
<Compile Include="DEV\Entity\EquipmentTypeEntity.cs" />
|
<Compile Include="DEV\Entity\EquipmentTypeViewEntity.cs" />
|
<Compile Include="DEV\Entity\EquipmentViewEntity.cs" />
|
<Compile Include="DEV\EnumType\EEquipmentStatus.cs" />
|
<Compile Include="DEV\EnumType\EAlertCode.cs" />
|
<Compile Include="DEV\EnumType\EEquipmentType.cs" />
|
<Compile Include="DEV\EnumType\EEventCode.cs" />
|
<Compile Include="DEV\EnumType\EForkPos.cs" />
|
<Compile Include="DEV\EnumType\ESrmAlarm.cs" />
|
<Compile Include="DEV\EnumType\ESrmCommand.cs" />
|
<Compile Include="DEV\EnumType\ESrmMode.cs" />
|
<Compile Include="DEV\EnumType\ESrmState.cs" />
|
<Compile Include="DEV\Service\EquipmentTypeViewService.cs" />
|
<Compile Include="DEV\Service\EquipmentViewService.cs" />
|
<Compile Include="DEV\Service\EquipmentTypeService.cs" />
|
<Compile Include="DEV\Service\EquipmentService.cs" />
|
<Compile Include="ORM\BASEEmptyPlaceView.cs" />
|
<Compile Include="ORM\BASEInOutList.cs" />
|
<Compile Include="ORM\BASEInOutListDetail.cs" />
|
<Compile Include="ORM\BASEInOutListDetailView.cs" />
|
<Compile Include="ORM\BASEInputMaterial.cs" />
|
<Compile Include="ORM\BASEMaterialClass.cs" />
|
<Compile Include="ORM\BASEMaterial.cs" />
|
<Compile Include="ORM\BASEMaterialType.cs" />
|
<Compile Include="ORM\BASEMaterialTypeView.cs" />
|
<Compile Include="ORM\BASEMaterialView.cs" />
|
<Compile Include="ORM\BASEMaterialVoidLabel.cs" />
|
<Compile Include="ORM\BASEPlace.cs" />
|
<Compile Include="ORM\BASEPlaceMaterial.cs" />
|
<Compile Include="ORM\BASEPlaceMaterialView.cs" />
|
<Compile Include="ORM\BASEPlaceType.cs" />
|
<Compile Include="ORM\BASEPlaceTypeView.cs" />
|
<Compile Include="ORM\BASEPlaceView.cs" />
|
<Compile Include="ORM\BASEPlaceVoidLabel.cs" />
|
<Compile Include="ORM\CheckPlan.cs" />
|
<Compile Include="ORM\CheckPlanMaterialPlace.cs" />
|
<Compile Include="ORM\CheckPlanView.cs" />
|
<Compile Include="ORM\DbModelCore.cs" />
|
<Compile Include="ORM\DEVEquipment.cs" />
|
<Compile Include="ORM\DEVEquipmentType.cs" />
|
<Compile Include="ORM\DEVEquipmentTypeView.cs" />
|
<Compile Include="ORM\DEVEquipmentView.cs" />
|
<Compile Include="ORM\RBACContent.cs" />
|
<Compile Include="ORM\RBACMacAuth.cs" />
|
<Compile Include="ORM\RBACMacUser.cs" />
|
<Compile Include="ORM\RBACRole.cs" />
|
<Compile Include="ORM\RBACRoleContent.cs" />
|
<Compile Include="ORM\RBACRoleUser.cs" />
|
<Compile Include="ORM\RBACUser.cs" />
|
<Compile Include="ORM\TASKDeviceRunningMode.cs" />
|
<Compile Include="ORM\TASKMainTask.cs" />
|
<Compile Include="ORM\TASKMainTaskView.cs" />
|
<Compile Include="ORM\MaterialPlaceView.cs" />
|
<Compile Include="ORM\WebOrderDetailView.cs" />
|
<Compile Include="ORM\WebOrderDetail.cs" />
|
<Compile Include="ORM\WebOrder.cs" />
|
<Compile Include="ORM\TASKPartTask.cs" />
|
<Compile Include="ORM\TASKPartTaskView.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Include="RBAC\Dao\ContentDao.cs" />
|
<Compile Include="RBAC\Dao\MacAuthDao.cs" />
|
<Compile Include="RBAC\Dao\MacUserDao.cs" />
|
<Compile Include="RBAC\Dao\RoleContentDao.cs" />
|
<Compile Include="RBAC\Dao\RoleDao.cs" />
|
<Compile Include="RBAC\Dao\RoleUserDao.cs" />
|
<Compile Include="RBAC\Dao\UserDao.cs" />
|
<Compile Include="RBAC\Entity\ContentEntity.cs" />
|
<Compile Include="RBAC\Entity\ContentValueEntity.cs" />
|
<Compile Include="RBAC\Entity\MacAuthEntity.cs" />
|
<Compile Include="RBAC\Entity\MacUserEntity.cs" />
|
<Compile Include="RBAC\Entity\RoleContentEntity.cs" />
|
<Compile Include="RBAC\Entity\RoleEntity.cs" />
|
<Compile Include="RBAC\Entity\RoleUserEntity.cs" />
|
<Compile Include="RBAC\Entity\UserEntity.cs" />
|
<Compile Include="RBAC\EnumType\EContentType.cs" />
|
<Compile Include="RBAC\Service\ContentService.cs" />
|
<Compile Include="RBAC\Service\MacAuthService.cs" />
|
<Compile Include="RBAC\Service\MacUserService.cs" />
|
<Compile Include="RBAC\Service\RoleContentService.cs" />
|
<Compile Include="RBAC\Service\RoleService.cs" />
|
<Compile Include="RBAC\Service\RoleUserService.cs" />
|
<Compile Include="RBAC\Service\UserService.cs" />
|
<Compile Include="Report\PlaceMaterial\Helper\PlaceMaterialHelper.cs" />
|
<Compile Include="Report\PlaceMaterial\Service\PlaceMaterialViewService.cs" />
|
<Compile Include="TASK\Dao\DeviceRunningModeDao.cs" />
|
<Compile Include="TASK\Dao\MainTaskDao.cs" />
|
<Compile Include="TASK\Dao\MainTaskViewDao.cs" />
|
<Compile Include="TASK\Dao\PartTaskDao.cs" />
|
<Compile Include="TASK\Dao\PartTaskViewDao.cs" />
|
<Compile Include="TASK\Entity\DeviceRunningModeEntity.cs" />
|
<Compile Include="TASK\Entity\MainTaskEntity.cs" />
|
<Compile Include="TASK\Entity\MainTaskViewEntity.cs" />
|
<Compile Include="TASK\Entity\PartTaskEntity.cs" />
|
<Compile Include="TASK\Entity\PartTaskViewEntity.cs" />
|
<Compile Include="TASK\EnumType\EDeviceMode.cs" />
|
<Compile Include="TASK\EnumType\EMainTaskCheck.cs" />
|
<Compile Include="TASK\EnumType\EMainTaskPriority.cs" />
|
<Compile Include="TASK\EnumType\EMainTaskStatus.cs" />
|
<Compile Include="TASK\EnumType\EMainTaskType.cs" />
|
<Compile Include="TASK\EnumType\EInstorgNextNode.cs" />
|
<Compile Include="TASK\EnumType\EPartTaskStatus.cs" />
|
<Compile Include="TASK\EnumType\EPartTaskType.cs" />
|
<Compile Include="TASK\Service\DeviceRunningModeService.cs" />
|
<Compile Include="TASK\Service\MainTaskService.cs" />
|
<Compile Include="TASK\Service\MainTaskViewService.cs" />
|
<Compile Include="TASK\Service\PartTaskService.cs" />
|
<Compile Include="TASK\Service\PartTaskViewService.cs" />
|
<Compile Include="Test_ORM\Test_ORM.cs" />
|
<Compile Include="ORM\Wms_outInStockRecord_V2_Mes.cs" />
|
<Compile Include="WebDav\Entity\FileInfo.cs" />
|
<Compile Include="WebDav\Service\FileService.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\iWareCommon\iWareCommon.csproj">
|
<Project>{a9859d3c-ea37-497c-ba93-43cec47f5798}</Project>
|
<Name>iWareCommon</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareExcel\iWareExcel.csproj">
|
<Project>{f2a98b3b-2c14-46a6-84fd-158126241e95}</Project>
|
<Name>iWareExcel</Name>
|
</ProjectReference>
|
</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>
|