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.

149 lines
6.7 KiB

3 years ago
<?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>{A4CC88EE-3F2A-43C4-90AB-3CF59F6EE580}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Stone.WinBiz</RootNamespace>
<AssemblyName>Stone.WinBiz</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>bin\Debug\</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="Interop.grproLib, Version=5.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\Stone.Common.Dlls\Interop.grproLib.dll</HintPath>
</Reference>
<Reference Include="Stone.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\公用组件\Stone.Common.Dlls\Stone.Common.dll</HintPath>
</Reference>
<Reference Include="Stone.Entity">
<HintPath>..\Stone.Common.Dlls\Stone.Entity.dll</HintPath>
</Reference>
<Reference Include="Stone.User">
<HintPath>..\Stone.Common.Dlls\Stone.User.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BasicData\F_Base.cs" />
<Compile Include="BasicData\F_JIS_Limits_List.cs" />
<Compile Include="BasicData\F_Product.cs" />
<Compile Include="BasicData\F_User.cs" />
<Compile Include="BasicData\F_Color.cs" />
<Compile Include="BasicData\F_CarModel.cs" />
<Compile Include="BasicData\F_PartsFamily.cs" />
<Compile Include="BasicData\F_SupplyGroup.cs" />
<Compile Include="BasicData\F_Station.cs" />
<Compile Include="BasicData\F_Feature.cs" />
<Compile Include="BasicData\F_FeaturePart.cs" />
<Compile Include="BasicData\F_AssyPart.cs" />
<Compile Include="BasicData\F_JIS_Limits.cs" />
<Compile Include="BasicData\F_Location.cs" />
<Compile Include="JISAdmin\F_Continuous.cs" />
<Compile Include="JISAdmin\F_EDI_JIS5000Sequence.cs" />
<Compile Include="JISAdmin\F_JIS5000_AutoPrint.cs" />
<Compile Include="JISAdmin\F_JIS5000_Print.cs" />
<Compile Include="JISAdmin\F_JIS5000_Print_ReOrder.cs" />
<Compile Include="JISAdmin\F_Mail.cs" />
<Compile Include="JISAdmin\F_SMS.cs" />
<Compile Include="JISData\F_JIS_LAB_STD.cs" />
<Compile Include="JISData\F_JIS_LAB_All.cs" />
<Compile Include="JISData\F_JIS_Log.cs" />
<Compile Include="JISData\F_JIS_ATP.cs" />
<Compile Include="JISData\F_JIS_ASA.cs" />
<Compile Include="JISData\F_JIS_LAB.cs" />
<Compile Include="JISData\F_JIS_Tacho.cs" />
<Compile Include="JISData\F_JIS_ATP_ReOrder.cs" />
<Compile Include="JISData\F_JIS_ASA_ReOrder.cs" />
<Compile Include="JISData\F_JIS_ASA_All.cs" />
<Compile Include="JISData\F_JIS_ASA_DEL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Standard\F_JIS_VDA.cs" />
<Compile Include="Standard\F_JIS_VDA_ASN.cs" />
<Compile Include="SystemData\F_FIFO.cs" />
<Compile Include="SystemData\F_Log.cs" />
<Compile Include="SystemData\F_Menu.cs" />
<Compile Include="SystemData\F_Appconfig.cs" />
<Compile Include="VerifyData\F_VerifyBill.cs" />
<Compile Include="VerifyData\F_ShipBill.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>
<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>