You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

446 lines
19 KiB
XML

<?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)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{66BED95B-5A34-4656-AB34-FBB743445487}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>demo</RootNamespace>
<AssemblyName>demo</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<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>3</ApplicationRevision>
<ApplicationVersion>1.6.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\distribute\Debug32\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\distribute\Release32\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>h3.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>demo.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>1C3AD3D7A7CE0030109D323629DB6589C2C69CFC</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>demo_1_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\distribute\Debug64\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisLogFile>bin\Debug\demo.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>..\..\distribute\Release64\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisLogFile>bin\Release\demo.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="MySql.Data, Version=5.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>dll\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>dll\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="RSNetDevice, Version=2.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\distribute\Debug32\RSNetDevice.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ClassHelper\ControlHelper.cs" />
<Compile Include="ClassHelper\CSV\CsvHelper.cs" />
<Compile Include="ClassHelper\DataGridViewHelper.cs" />
<Compile Include="ClassHelper\DgvOperate\DgvHelper.cs" />
<Compile Include="ClassHelper\DirectoryOperate\DirectoryOperate.cs" />
<Compile Include="ClassHelper\DriveHelper.cs" />
<Compile Include="ClassHelper\FileOperate\FileBase.cs" />
<Compile Include="ClassHelper\FileOperate\FileOpen.cs" />
<Compile Include="ClassHelper\FileOperate\IniHelper.cs" />
<Compile Include="ClassHelper\FormSize\AutoSizeForm.cs" />
<Compile Include="ClassHelper\FormSize\AutoSizeFormHelper.cs" />
<Compile Include="ClassHelper\FTP\FtpHelper.cs" />
<Compile Include="ClassHelper\HotKey.cs" />
<Compile Include="ClassHelper\LogDel.cs" />
<Compile Include="ClassHelper\MsgBox\MsgBoxHelper.cs" />
<Compile Include="ClassHelper\MultiLanguage.cs" />
<Compile Include="ClassHelper\NetOperate\NetHelper.cs" />
<Compile Include="ClassHelper\NetOperate\TcpClientHelper.cs" />
<Compile Include="ClassHelper\NetOperate\TcpServerHelper.cs" />
<Compile Include="ClassHelper\RandomOperate\RandomHelper.cs" />
<Compile Include="ClassHelper\RegexMatch\RegexHelper.cs" />
<Compile Include="ClassHelper\SerialPortOperate\SerialPortHelper.cs" />
<Compile Include="ClassHelper\SyncSocket\SyncClient.cs" />
<Compile Include="ClassHelper\TimeOperate\TimeHelper.cs" />
<Compile Include="ClassHelper\TimeOperate\TimerHelper.cs" />
<Compile Include="ClassHelper\TranslateFormat\ConvertHelper.cs" />
<Compile Include="ClassHelper\TranslateFormat\StringHelper.cs" />
<Compile Include="ClassHelper\XML\XmlHelper.cs" />
<Compile Include="DbModule\BusiData.cs" />
<Compile Include="DbModule\LFData.cs" />
<Compile Include="DbModule\Mes.cs" />
<Compile Include="DbModule\MySqlHelper.cs" />
<Compile Include="GlobalMethod.cs" />
<Compile Include="GlobalVariable.cs" />
<Compile Include="Language\MessageStr.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>MessageStr.resx</DependentUpon>
</Compile>
<Compile Include="module\comm.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="module\control.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="module\core.cs" />
<Compile Include="module\corework.cs" />
<Compile Include="module\ops.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="module\skt.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="module\skts.cs" />
<Compile Include="module\user.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="module\var.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Recode\CycleTime.cs" />
<Compile Include="TriColorLight.cs" />
<Compile Include="UI\Form_Temperature.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\Form_Temperature.Designer.cs">
<DependentUpon>Form_Temperature.cs</DependentUpon>
</Compile>
<Compile Include="UI\PointWarnWarn.cs" />
<Compile Include="UI\FormAlert.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FormAlert.Designer.cs">
<DependentUpon>FormAlert.cs</DependentUpon>
</Compile>
<Compile Include="UI\FormMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FormMain.Designer.cs">
<DependentUpon>FormMain.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UI\FormPrepar.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FormPrepar.Designer.cs">
<DependentUpon>FormPrepar.cs</DependentUpon>
</Compile>
<Compile Include="UI\FormMove.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FormMove.Designer.cs">
<DependentUpon>FormMove.cs</DependentUpon>
</Compile>
<Compile Include="UI\FormUser.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FormUser.Designer.cs">
<DependentUpon>FormUser.cs</DependentUpon>
</Compile>
<Compile Include="UI\Form_About.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\Form_About.Designer.cs">
<DependentUpon>Form_About.cs</DependentUpon>
</Compile>
<Compile Include="UI\Form_startProgress.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\Form_startProgress.Designer.cs">
<DependentUpon>Form_startProgress.cs</DependentUpon>
</Compile>
<Compile Include="UI\SystemConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\SystemConfig.Designer.cs">
<DependentUpon>SystemConfig.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Language\MessageStr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>MessageStr.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Language\MessageStr.vi.resx" />
<EmbeddedResource Include="Language\MessageStr.zh.resx" />
<EmbeddedResource Include="UI\FormAlert.resx">
<DependentUpon>FormAlert.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FormMain.resx">
<DependentUpon>FormMain.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="UI\FormMain.vi.resx">
<DependentUpon>FormMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FormMain.zh-CN.resx">
<DependentUpon>FormMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FormMain.zh.resx">
<DependentUpon>FormMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FormPrepar.resx">
<DependentUpon>FormPrepar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FormMove.resx">
<DependentUpon>FormMove.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FormUser.resx">
<DependentUpon>FormUser.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Form_About.resx">
<DependentUpon>Form_About.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Form_startProgress.resx">
<DependentUpon>Form_startProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Form_Temperature.resx">
<DependentUpon>Form_Temperature.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\SystemConfig.resx">
<DependentUpon>SystemConfig.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="Properties\app.manifest" />
<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>
</ItemGroup>
<ItemGroup>
<None Include="Images\24.ico" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<COMReference Include="ADODB">
<Guid>{2A75196C-D9EB-4129-B803-931327F72D5C}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>8</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="ADOMD">
<Guid>{22813728-8BD3-11D0-B4EF-00A0C9138CA4}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>8</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="ADOX">
<Guid>{00000600-0000-0010-8000-00AA006D2EA4}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>8</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>False</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="Images\21.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Images\start1.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Images\reset1.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Images\emergence1.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Images\pause1.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Images\button6.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="dll\MySql.Data.dll" />
<Content Include="dll\Newtonsoft.Json.dll" />
<Content Include="h3.ico" />
<Content Include="Images\emegence0.bmp" />
<Content Include="res\ARW07DN1.ICO" />
<Content Include="res\ARW07LT1.ICO" />
<Content Include="res\ARW07RT1.ICO" />
<Content Include="res\ARW07UP1.ICO" />
<Content Include="res\btn0.png" />
<Content Include="res\btn1.png" />
<Content Include="res\Green1.png" />
<Content Include="res\white1.png" />
<None Include="res\h3.ICO" />
<None Include="res\logo.png" />
<None Include="res\ARW07DN.ICO" />
<None Include="res\ARW07LT.ICO" />
<None Include="res\ARW07RT.ICO" />
<None Include="res\ARW07UP.ICO" />
<None Include="res\white.png" />
<None Include="res\Green.png" />
<None Include="Images\point_green.ico" />
<None Include="Images\point_red.ico" />
<None Include="Images\LoginBackground.png" />
<None Include="Images\窗口登录.bmp" />
<None Include="Images\窗口取消.bmp" />
<None Include="Images\No.ico" />
<Content Include="Images\error.png" />
<Content Include="Images\question.png" />
<Content Include="Images\gear.ico" />
<Content Include="Images\markmachine.ico" />
<Content Include="Images\pause0.bmp" />
<Content Include="Images\reset0.bmp" />
<Content Include="Images\start0.bmp" />
<Content Include="Images\stop.bmp" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<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>false</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="$(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>