You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
177 lines
7.8 KiB
177 lines
7.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{A9970B1D-13B1-4500-900E-2E429A1CA6FF}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Stone.Entity</RootNamespace>
|
|
<AssemblyName>Stone.Entity</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\Stone.Common.Dlls\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</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>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Gm_WMS.DataAccess.DataService, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Stone.Common.Dlls\Gm_WMS.DataAccess.DataService.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="EntityBase.cs" />
|
|
<Compile Include="Entity_t_FGPartStuffix.cs" />
|
|
<Compile Include="Entity_t_ColorPart.cs" />
|
|
<Compile Include="Entity_t_Part_ValidityDays.cs" />
|
|
<Compile Include="Entity_t_TTZ_Data.cs" />
|
|
<Compile Include="Entity_t_TTZ_Rule.cs" />
|
|
<Compile Include="Entity_t_PJISItem.cs" />
|
|
<Compile Include="Entity_t_Sys_User.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Entity_t_Sys_Menu.cs" />
|
|
<Compile Include="Entity_t_Sys_Authority.cs" />
|
|
<Compile Include="Entity_t_Sys_AuthorityList.cs" />
|
|
<Compile Include="Entity_v_Sys_AuthorityList.cs" />
|
|
<Compile Include="Entity_t_Sys_Appconfig.cs" />
|
|
<Compile Include="Entity_t_Sys_AppconfigItem.cs" />
|
|
<Compile Include="Entity_t_Sys_Log.cs" />
|
|
<Compile Include="Entity_t_Sys_BillNo.cs" />
|
|
<Compile Include="Entity_t_Color.cs" />
|
|
<Compile Include="Entity_t_CarModel.cs" />
|
|
<Compile Include="Entity_t_PartsFamily.cs" />
|
|
<Compile Include="Entity_t_SupplyGroup.cs" />
|
|
<Compile Include="Entity_t_Product.cs" />
|
|
<Compile Include="Entity_v_Product.cs" />
|
|
<Compile Include="Entity_t_VerifyBill.cs" />
|
|
<Compile Include="Entity_t_Location.cs" />
|
|
<Compile Include="Entity_t_VerifyList.cs" />
|
|
<Compile Include="Entity_t_VerifyBillAssy.cs" />
|
|
<Compile Include="Entity_t_Project.cs" />
|
|
<Compile Include="Entity_v_CarModel.cs" />
|
|
<Compile Include="Entity_t_ProductType.cs" />
|
|
<Compile Include="Entity_t_Unit.cs" />
|
|
<Compile Include="Entity_t_Bom.cs" />
|
|
<Compile Include="Entity_v_Bom.cs" />
|
|
<Compile Include="Entity_t_Sys_Menu_Authority.cs" />
|
|
<Compile Include="Entity_t_UpdateList.cs" />
|
|
<Compile Include="Entity_t_ProjectUpdate.cs" />
|
|
<Compile Include="Entity_t_BillPlan.cs" />
|
|
<Compile Include="Entity_t_BillCheck.cs" />
|
|
<Compile Include="Entity_v_BillCheck.cs" />
|
|
<Compile Include="Entity_t_Batch.cs" />
|
|
<Compile Include="Entity_t_BillShip.cs" />
|
|
<Compile Include="Entity_v_BillShip.cs" />
|
|
<Compile Include="Entity_t_Customer.cs" />
|
|
<Compile Include="Entity_t_BarCode.cs" />
|
|
<Compile Include="Entity_v_BarCode.cs" />
|
|
<Compile Include="Entity_t_PackageScan.cs" />
|
|
<Compile Include="Entity_t_Model.cs" />
|
|
<Compile Include="Entity_v_Model.cs" />
|
|
<Compile Include="Entity_t_BillNo.cs" />
|
|
<Compile Include="Entity_v_BillPlan.cs" />
|
|
<Compile Include="Entity_v_PackageScan.cs" />
|
|
<Compile Include="Entity_t_Spec.cs" />
|
|
<Compile Include="Entity_t_Dep.cs" />
|
|
<Compile Include="Entity_t_Emp.cs" />
|
|
<Compile Include="Entity_v_Emp.cs" />
|
|
<Compile Include="Entity_t_Manufactor.cs" />
|
|
<Compile Include="Entity_v_ProductAll.cs" />
|
|
<Compile Include="Entity_v_Label.cs" />
|
|
<Compile Include="Entity_t_JIS_Log.cs" />
|
|
<Compile Include="Entity_v_LabelLocal.cs" />
|
|
<Compile Include="Entity_t_Data.cs" />
|
|
<Compile Include="Entity_t_Input.cs" />
|
|
<Compile Include="Entity_t_SuspiciousTrade.cs" />
|
|
<Compile Include="Entity_t_AssyStation.cs" />
|
|
<Compile Include="Entity_t_JIS_Assemble.cs" />
|
|
<Compile Include="Entity_t_JIS_List.cs" />
|
|
<Compile Include="Entity_t_StationLine.cs" />
|
|
<Compile Include="Entity_t_LED.cs" />
|
|
<Compile Include="Entity_t_Quality.cs" />
|
|
<Compile Include="Entity_t_Quality_interface.cs" />
|
|
<Compile Include="Entity_t_OptionBOM.cs" />
|
|
<Compile Include="Entity_t_PJIS.cs" />
|
|
<Compile Include="Entity_t_PJISCarpet.cs" />
|
|
<Compile Include="Entity_t_ModunoABase.cs" />
|
|
<Compile Include="Entity_t_AJIS.cs" />
|
|
<Compile Include="Entity_t_ModunoMBase.cs" />
|
|
<Compile Include="Entity_t_ProdnoBase.cs" />
|
|
<Compile Include="Entity_t_CarType.cs" />
|
|
<Compile Include="Entity_t_Position.cs" />
|
|
<Compile Include="Entity_t_ProdnoRule1.cs" />
|
|
<Compile Include="Entity_t_ProdnoRule2.cs" />
|
|
<Compile Include="Entity_t_AJISCarpet.cs" />
|
|
<Compile Include="Entity_t_DELFOR.cs" />
|
|
<Compile Include="Entity_t_SequenceNo.cs" />
|
|
<Compile Include="Entity_t_DELFOR_All.cs" />
|
|
<Compile Include="Entity_t_ModunoAM.cs" />
|
|
<Compile Include="Entity_byAJISToMES.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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>
|