<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>9.0.30729</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{9E1CF5D3-6566-4636-AE12-C837971242CA}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>WCS</RootNamespace>
|
<AssemblyName>WCS</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>3.5</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>
|
<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>
|
<PlatformTarget>x86</PlatformTarget>
|
<Prefer32Bit>false</Prefer32Bit>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</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>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>System Tools XP.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="com.force.json, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>bin\Debug\com.force.json.dll</HintPath>
|
</Reference>
|
<Reference Include="CSkin">
|
<HintPath>..\..\..\CSkin 16.1.14.3\CSkin 16.1.14.3\CSkin 4.0\CSkin.dll</HintPath>
|
</Reference>
|
<Reference Include="DevComponents.DotNetBar.SuperGrid, Version=10.9.0.4, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>bin\Debug\DevComponents.DotNetBar.SuperGrid.dll</HintPath>
|
</Reference>
|
<Reference Include="DevComponents.DotNetBar2, Version=10.9.0.4, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\Windows\assembly\GAC_MSIL\DevComponents.DotNetBar2\10.9.0.4__7eb7c3a35b91de04\DevComponents.DotNetBar2.dll</HintPath>
|
</Reference>
|
<Reference Include="HslCommunication, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>bin\Debug\HslCommunication.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.VisualBasic" />
|
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0" />
|
<Reference Include="Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>bin\Debug\Oracle.ManagedDataAccess.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Design" />
|
<Reference Include="System.Xml.Linq">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Data.DataSetExtensions">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="timerlabel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="BarcodeThread.cs" />
|
<Compile Include="Common.cs" />
|
<Compile Include="CraneThread.cs" />
|
<Compile Include="crndisplay.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="crndisplay.Designer.cs">
|
<DependentUpon>crndisplay.cs</DependentUpon>
|
</Compile>
|
<Compile Include="exit.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="exit.Designer.cs">
|
<DependentUpon>exit.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Form1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form1.Designer.cs">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Form2.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form2.Designer.cs">
|
<DependentUpon>Form2.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Form3.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form3.Designer.cs">
|
<DependentUpon>Form3.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Form4.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form4.Designer.cs">
|
<DependentUpon>Form4.cs</DependentUpon>
|
</Compile>
|
<Compile Include="HttpPostHelper.cs" />
|
<Compile Include="LedThread.cs" />
|
<Compile Include="PlcAThread.cs" />
|
<Compile Include="PlcBThread.cs" />
|
<Compile Include="plcset.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="plcset.Designer.cs">
|
<DependentUpon>plcset.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<EmbeddedResource Include="crndisplay.resx">
|
<DependentUpon>crndisplay.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="exit.resx">
|
<DependentUpon>exit.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Form1.resx">
|
<DependentUpon>Form1.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Form2.resx">
|
<DependentUpon>Form2.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Form3.resx">
|
<DependentUpon>Form3.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Form4.resx">
|
<DependentUpon>Form4.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="plcset.resx">
|
<DependentUpon>plcset.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="stndisplay.resx">
|
<DependentUpon>stndisplay.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="warn.resx">
|
<DependentUpon>warn.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="warn1.resx">
|
<DependentUpon>warn1.cs</DependentUpon>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<None Include="app.config" />
|
<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="ScaleComThread.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="ScaleTcpThread.cs" />
|
<Compile Include="stndisplay.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="stndisplay.Designer.cs">
|
<DependentUpon>stndisplay.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UpdateThread.cs" />
|
<Compile Include="warn.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="warn.Designer.cs">
|
<DependentUpon>warn.cs</DependentUpon>
|
</Compile>
|
<Compile Include="warn1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="warn1.Designer.cs">
|
<DependentUpon>warn1.cs</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="bin\Debug\image\sta_l.png" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="bin\Debug\image\sta_b.png" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="bin\Debug\image\question.png" />
|
</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>
|
<ItemGroup>
|
<None Include="bin\Debug\image\fork_l.png" />
|
<None Include="bin\Debug\image\info.PNG" />
|
<None Include="bin\Debug\image\warn.png" />
|
<Content Include="System Tools XP.ico" />
|
</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>
|