348 lines
13 KiB
XML
348 lines
13 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7703DE37-18DD-48C0-A017-356043E0E128}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DeiNiu.Wms.CE</RootNamespace>
|
|
<AssemblyName>DeiNiuWms</AssemblyName>
|
|
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<PlatformFamilyName>WindowsCE</PlatformFamilyName>
|
|
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
|
|
<OSVersion>5.0</OSVersion>
|
|
<DeployDirSuffix>DeiNiuWmsWINCE</DeployDirSuffix>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<NativePlatformName>Windows CE</NativePlatformName>
|
|
<FormFactorID>
|
|
</FormFactorID>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<ApplicationIcon>logo.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<FileAlignment>512</FileAlignment>
|
|
<WarningLevel>4</WarningLevel>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\..\..\WCEClient2015最新\WCEClient\bin\</OutputPath>
|
|
<DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<FileAlignment>512</FileAlignment>
|
|
<WarningLevel>4</WarningLevel>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Windowsce.Forms" />
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="forms\About.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\About.Designer.cs">
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\LocationStockInit.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\LocationStockInit.Designer.cs">
|
|
<DependentUpon>LocationStockInit.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\locationUpDown.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\locationUpDown.Designer.cs">
|
|
<DependentUpon>locationUpDown.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\LocationStockCompare.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\LocationStockCompare.Designer.cs">
|
|
<DependentUpon>LocationStockCompare.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\basicForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\basicForm.Designer.cs">
|
|
<DependentUpon>basicForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\StockOut.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\StockOut.Designer.cs">
|
|
<DependentUpon>StockOut.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\LocationMgr.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\LocationMgr.Designer.cs">
|
|
<DependentUpon>LocationMgr.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\BatchStockOutValidation.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\BatchStockOutValidation.Designer.cs">
|
|
<DependentUpon>BatchStockOutValidation.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\BatchStockOut4ValidList.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\BatchStockOut4ValidList.Designer.cs">
|
|
<DependentUpon>BatchStockOut4ValidList.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\LocationQuery.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\LocationQuery.Designer.cs">
|
|
<DependentUpon>LocationQuery.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\StockMaintain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\StockMaintain.designer.cs">
|
|
<DependentUpon>StockMaintain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\StockReceive.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\StockReceive.designer.cs">
|
|
<DependentUpon>StockReceive.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\StorageLocationCheck.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\StorageLocationCheck.Designer.cs">
|
|
<DependentUpon>StorageLocationCheck.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\RepStockOut.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\RepStockOut.Designer.cs">
|
|
<DependentUpon>RepStockOut.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\RepStockIn.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\RepStockIn.Designer.cs">
|
|
<DependentUpon>RepStockIn.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\login.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\login.Designer.cs">
|
|
<DependentUpon>login.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\transpickbulks.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\transpickbulks.Designer.cs">
|
|
<DependentUpon>transpickbulks.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\transLoadTrucks.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\transLoadTrucks.Designer.cs">
|
|
<DependentUpon>transLoadTrucks.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\StockIn.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\StockIn.Designer.cs">
|
|
<DependentUpon>StockIn.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\StockPandianPick.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\StockPandianPick.Designer.cs">
|
|
<DependentUpon>StockPandianPick.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\RegBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\RegBox.Designer.cs">
|
|
<DependentUpon>RegBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\LightOrder.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\LightOrder.Designer.cs">
|
|
<DependentUpon>LightOrder.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Main.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Main.Designer.cs">
|
|
<DependentUpon>Main.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="forms\Message.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="forms\Message.Designer.cs">
|
|
<DependentUpon>Message.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="forms\About.resx">
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\LocationStockInit.resx">
|
|
<DependentUpon>LocationStockInit.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\locationUpDown.resx">
|
|
<DependentUpon>locationUpDown.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\LocationStockCompare.resx">
|
|
<DependentUpon>LocationStockCompare.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\basicForm.resx">
|
|
<DependentUpon>basicForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\StockOut.resx">
|
|
<DependentUpon>StockOut.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\LocationMgr.resx">
|
|
<DependentUpon>LocationMgr.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\BatchStockOutValidation.resx">
|
|
<DependentUpon>BatchStockOutValidation.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\BatchStockOut4ValidList.resx">
|
|
<DependentUpon>BatchStockOut4ValidList.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\LocationQuery.resx">
|
|
<DependentUpon>LocationQuery.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\StockMaintain.resx">
|
|
<DependentUpon>StockMaintain.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\StockReceive.resx">
|
|
<DependentUpon>StockReceive.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\StorageLocationCheck.resx">
|
|
<DependentUpon>StorageLocationCheck.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\RepStockOut.resx">
|
|
<DependentUpon>RepStockOut.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\RepStockIn.resx">
|
|
<DependentUpon>RepStockIn.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\login.resx">
|
|
<DependentUpon>login.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\transpickbulks.resx">
|
|
<DependentUpon>transpickbulks.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\transLoadTrucks.resx">
|
|
<DependentUpon>transLoadTrucks.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\StockIn.resx">
|
|
<DependentUpon>StockIn.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\StockPandianPick.resx">
|
|
<DependentUpon>StockPandianPick.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\RegBox.resx">
|
|
<DependentUpon>RegBox.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\LightOrder.resx">
|
|
<DependentUpon>LightOrder.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Main.resx">
|
|
<DependentUpon>Main.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="forms\Message.resx">
|
|
<DependentUpon>Message.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<Compile Include="utils\Enums.cs" />
|
|
<Compile Include="utils\NetUtil.cs" />
|
|
<Compile Include="utils\Utils.cs" />
|
|
<Compile Include="utils\WmsConstants.cs" />
|
|
<Compile Include="wcfClients\CFClientBase.cs" />
|
|
<Compile Include="wcfClients\MobileService.cs" />
|
|
<Compile Include="wcfClients\WcfHelp.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="logo.ico">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="settings.xml">
|
|
</Content>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
|
|
<HostingProcess disable="1" />
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<!-- 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> |