<?xml version="1.0" encoding="utf-8"?>
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>8.0.50727</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{1FDBDFFB-B43F-4B56-AAB0-9DB046A17056}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>EDI</RootNamespace>
|
<AssemblyName>EDI</AssemblyName>
|
<ApplicationIcon>财务分析.ico</ApplicationIcon>
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>2.0</OldToolsVersion>
|
<PublishUrl>发布\</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>
|
</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>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
<OutputPath>bin\x86\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="DAL, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\DAL.dll</HintPath>
|
</Reference>
|
<Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\DBUtility.dll</HintPath>
|
</Reference>
|
<Reference Include="Model, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Model.dll</HintPath>
|
</Reference>
|
<Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Class.dll</HintPath>
|
</Reference>
|
<Reference Include="Pub_Control, Version=1.0.6379.17699, Culture=neutral, processorArchitecture=x86">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Control.dll</HintPath>
|
</Reference>
|
<Reference Include="SQLHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\SQLHelper.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.EnterpriseServices" />
|
<Reference Include="System.Web.Services" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="clsEnvelop.cs" />
|
<Compile Include="clsZOCT_Detail862.cs" />
|
<Compile Include="clsZOCT_EnvelopR.cs" />
|
<Compile Include="CsvStreamReader.cs" />
|
<Compile Include="FrmReceive.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmReceive.Designer.cs">
|
<DependentUpon>FrmReceive.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmServer.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmServer.Designer.cs">
|
<DependentUpon>FrmServer.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmServerSub.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmServerSub.designer.cs">
|
<DependentUpon>FrmServerSub.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Web References\WMSWeb\Reference.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Reference.map</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="FrmReceive.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>FrmReceive.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmServer.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>FrmServer.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmServerSub.resx">
|
<DependentUpon>FrmServerSub.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmReceive2.resx">
|
<DependentUpon>FrmReceive2.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmReceive830.resx">
|
<DependentUpon>FrmReceive830.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmServerFZ.resx">
|
<DependentUpon>FrmServerFZ.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
<Compile Include="clsZOCT_Detail856.cs" />
|
<Compile Include="clsEDI_DESADV.cs" />
|
<Compile Include="clsZOCT_EnvelopS.cs" />
|
<Compile Include="clsZOCT_Invoice.cs" />
|
<Compile Include="clsZOCT_Cumulative.cs" />
|
<Compile Include="clsEnvelopS.cs" />
|
<Compile Include="FrmReceive2.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmReceive2.Designer.cs">
|
<DependentUpon>FrmReceive2.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmReceive830.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmReceive830.Designer.cs">
|
<DependentUpon>FrmReceive830.cs</DependentUpon>
|
</Compile>
|
<Compile Include="pubCls.cs" />
|
<Compile Include="clsEDI_DESADVPackage.cs" />
|
<Compile Include="clsEDI_DESADVLIN.cs" />
|
<Compile Include="clsEDI_DELFOR.cs" />
|
<Compile Include="clsEDI_DELFORItem.cs" />
|
<Compile Include="clsEDI_DELFORSchedule.cs" />
|
<Compile Include="FrmServerFZ.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmServerFZ.Designer.cs">
|
<DependentUpon>FrmServerFZ.cs</DependentUpon>
|
</Compile>
|
<None Include="Web References\WMSWeb\ClsCLD_Customer_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsCLD_Department_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsCLD_Employee_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsCLD_StockPlace_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsCLD_Supplier_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsCLD_Warehouse_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsGy_BarCodeBill_WMS_Model_View.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsGy_Group_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsGy_Source_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsK3_Customer_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsK3_Department_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsK3_Employee_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsK3_StockPlace_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsK3_Supplier_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\ClsK3_Warehouse_Model.datasource">
|
<DependentUpon>Reference.map</DependentUpon>
|
</None>
|
<None Include="Web References\WMSWeb\Reference.map">
|
<Generator>MSDiscoCodeGenerator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Web References\WMSWeb\WebService1.wsdl" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
<None Include="Web References\WMSWeb\WebService1.disco" />
|
<Content Include="应付系统.ico" />
|
<Content Include="财务分析.ico" />
|
<Content Include="采购系统.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<WebReferences Include="Web References\" />
|
</ItemGroup>
|
<ItemGroup>
|
<WebReferenceUrl Include="http://localhost/WEB_FZ/WebService1.asmx">
|
<UrlBehavior>Dynamic</UrlBehavior>
|
<RelPath>Web References\WMSWeb\</RelPath>
|
<UpdateFromURL>http://localhost/WEB_FZ/WebService1.asmx</UpdateFromURL>
|
<ServiceLocationURL>
|
</ServiceLocationURL>
|
<CachedDynamicPropName>
|
</CachedDynamicPropName>
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
<CachedSettingsPropName>EDI_WMSWeb_WebService1</CachedSettingsPropName>
|
</WebReferenceUrl>
|
</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>
|
</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>
|