464 lines
20 KiB
XML
464 lines
20 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>9.0.21022</ProductVersion>
|
|||
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
|
<ProjectGuid>{D4E0A41A-BB1C-4CE1-A7F5-BE7A5B875EE8}</ProjectGuid>
|
|||
|
|
<OutputType>WinExe</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>Host</RootNamespace>
|
|||
|
|
<AssemblyName>Host</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<SccProjectName>
|
|||
|
|
</SccProjectName>
|
|||
|
|
<SccLocalPath>
|
|||
|
|
</SccLocalPath>
|
|||
|
|
<SccAuxPath>
|
|||
|
|
</SccAuxPath>
|
|||
|
|
<SccProvider>
|
|||
|
|
</SccProvider>
|
|||
|
|
<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 />
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|||
|
|
<PlatformTarget>x86</PlatformTarget>
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<DebugType>full</DebugType>
|
|||
|
|
<Optimize>false</Optimize>
|
|||
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|||
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|||
|
|
<PlatformTarget>x86</PlatformTarget>
|
|||
|
|
<DebugType>pdbonly</DebugType>
|
|||
|
|
<Optimize>true</Optimize>
|
|||
|
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<ApplicationIcon>VibrationTest.ico</ApplicationIcon>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.configuration" />
|
|||
|
|
<Reference Include="System.Core" />
|
|||
|
|
<Reference Include="System.Data.OracleClient" />
|
|||
|
|
<Reference Include="System.IO, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.IO.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Net" />
|
|||
|
|
<Reference Include="System.Runtime, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Runtime.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.ServiceModel" />
|
|||
|
|
<Reference Include="System.Threading.Tasks, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Threading.Tasks.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Xml.Linq" />
|
|||
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|||
|
|
<Reference Include="System.Data" />
|
|||
|
|
<Reference Include="System.Deployment" />
|
|||
|
|
<Reference Include="System.Drawing" />
|
|||
|
|
<Reference Include="System.Windows.Forms" />
|
|||
|
|
<Reference Include="System.Xml" />
|
|||
|
|
<Reference Include="TcmControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
|
<HintPath>..\dllFiles\TcmControl.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Utility, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
|
|||
|
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
|
<HintPath>..\Utility\bin\Debug\Utility.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="WeifenLuo.WinFormsUI.Docking">
|
|||
|
|
<HintPath>..\dllFiles\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="ZedGraph">
|
|||
|
|
<HintPath>..\dllFiles\ZedGraph.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="controls\ChannelSelect.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\ChannelSelect.designer.cs">
|
|||
|
|
<DependentUpon>ChannelSelect.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraCheckedTimeRe.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraCheckedTimeRe.designer.cs">
|
|||
|
|
<DependentUpon>GraCheckedTimeRe.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraOrder.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraOrder.designer.cs">
|
|||
|
|
<DependentUpon>GraOrder.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraCheckedEnergy.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraCheckedEnergy.designer.cs">
|
|||
|
|
<DependentUpon>GraCheckedEnergy.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraCheckedTime.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\GraCheckedTime.designer.cs">
|
|||
|
|
<DependentUpon>GraCheckedTime.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\titileSet.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\titileSet.designer.cs">
|
|||
|
|
<DependentUpon>titileSet.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\WizardBaseChannel.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="controls\WizardBaseChannel.designer.cs">
|
|||
|
|
<DependentUpon>WizardBaseChannel.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="DataAccessForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="DataAccessForm.designer.cs">
|
|||
|
|
<DependentUpon>DataAccessForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="DataSearchForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="DataSearchForm.Designer.cs">
|
|||
|
|
<DependentUpon>DataSearchForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="ExportCsv.cs" />
|
|||
|
|
<Compile Include="FileComparer.cs" />
|
|||
|
|
<Compile Include="logical\ConfigHelper.cs" />
|
|||
|
|
<Compile Include="logical\IConfigHelper.cs" />
|
|||
|
|
<Compile Include="login.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="login.Designer.cs">
|
|||
|
|
<DependentUpon>login.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="MessageShowForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="MessageShowForm.Designer.cs">
|
|||
|
|
<DependentUpon>MessageShowForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="OnlineRollForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="OnlineRollForm.Designer.cs">
|
|||
|
|
<DependentUpon>OnlineRollForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="PlottingReview.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="PlottingReview.designer.cs">
|
|||
|
|
<DependentUpon>PlottingReview.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Plot_energy.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Plot_energy.designer.cs">
|
|||
|
|
<DependentUpon>Plot_energy.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Plotting.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Plotting.designer.cs">
|
|||
|
|
<DependentUpon>Plotting.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="OriginRollForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="OriginRollForm.Designer.cs">
|
|||
|
|
<DependentUpon>OriginRollForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetDataStorageForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetDataStorageForm.designer.cs">
|
|||
|
|
<DependentUpon>SetDataStorageForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetDisplayForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetDisplayForm.designer.cs">
|
|||
|
|
<DependentUpon>SetDisplayForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="logical\LogicCon.cs" />
|
|||
|
|
<Compile Include="Program.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="SetSampleForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetSampleForm.designer.cs">
|
|||
|
|
<DependentUpon>SetSampleForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<EmbeddedResource Include="controls\ChannelSelect.resx">
|
|||
|
|
<DependentUpon>ChannelSelect.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="controls\GraCheckedTimeRe.resx">
|
|||
|
|
<DependentUpon>GraCheckedTimeRe.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="controls\GraOrder.resx">
|
|||
|
|
<DependentUpon>GraOrder.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="controls\GraCheckedEnergy.resx">
|
|||
|
|
<DependentUpon>GraCheckedEnergy.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="controls\GraCheckedTime.resx">
|
|||
|
|
<DependentUpon>GraCheckedTime.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="controls\titileSet.resx">
|
|||
|
|
<DependentUpon>titileSet.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="controls\WizardBaseChannel.resx">
|
|||
|
|
<DependentUpon>WizardBaseChannel.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="DataAccessForm.resx">
|
|||
|
|
<DependentUpon>DataAccessForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="DataSearchForm.resx">
|
|||
|
|
<DependentUpon>DataSearchForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="login.resx">
|
|||
|
|
<DependentUpon>login.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="MessageShowForm.resx">
|
|||
|
|
<DependentUpon>MessageShowForm.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="OnlineRollForm.resx">
|
|||
|
|
<DependentUpon>OnlineRollForm.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="PlottingReview.resx">
|
|||
|
|
<DependentUpon>PlottingReview.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="Plot_energy.resx">
|
|||
|
|
<DependentUpon>Plot_energy.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="Plotting.resx">
|
|||
|
|
<DependentUpon>Plotting.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="OriginRollForm.resx">
|
|||
|
|
<DependentUpon>OriginRollForm.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SetDataStorageForm.resx">
|
|||
|
|
<DependentUpon>SetDataStorageForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SetDisplayForm.resx">
|
|||
|
|
<DependentUpon>SetDisplayForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|||
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SetSampleForm.resx">
|
|||
|
|
<DependentUpon>SetSampleForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SetPasswordForm.resx">
|
|||
|
|
<DependentUpon>SetPasswordForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="Statusmodify.resx">
|
|||
|
|
<DependentUpon>Statusmodify.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SetAlarmForm.resx">
|
|||
|
|
<DependentUpon>SetAlarmForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="IServerMainForm.resx">
|
|||
|
|
<DependentUpon>IServerMainForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SetSenserForm.resx">
|
|||
|
|
<DependentUpon>SetSenserForm.cs</DependentUpon>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<None Include="App.config">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</None>
|
|||
|
|
<None Include="app.manifest">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</None>
|
|||
|
|
<None Include="AppSetting.config">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</None>
|
|||
|
|
<None Include="dbaccess.conf">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</None>
|
|||
|
|
<None Include="packages.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="SetPasswordForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetPasswordForm.designer.cs">
|
|||
|
|
<DependentUpon>SetPasswordForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Statusmodify.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Statusmodify.designer.cs">
|
|||
|
|
<DependentUpon>Statusmodify.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetAlarmForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetAlarmForm.designer.cs">
|
|||
|
|
<DependentUpon>SetAlarmForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="IServerMainForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="IServerMainForm.designer.cs">
|
|||
|
|
<DependentUpon>IServerMainForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetSenserForm.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SetSenserForm.designer.cs">
|
|||
|
|
<DependentUpon>SetSenserForm.cs</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<None Include="用户使用手册.pdf">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</None>
|
|||
|
|
</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>
|
|||
|
|
<None Include="Resources\Back-64.png" />
|
|||
|
|
<None Include="Resources\baosteel.png" />
|
|||
|
|
<None Include="Resources\baosteel150.png" />
|
|||
|
|
<None Include="Resources\Exit_64.png" />
|
|||
|
|
<None Include="Resources\Forward_64.png" />
|
|||
|
|
<None Include="Resources\Help_64.png" />
|
|||
|
|
<None Include="Resources\Open_64.png" />
|
|||
|
|
<None Include="Resources\Pause_64.png" />
|
|||
|
|
<None Include="Resources\Play_64.png" />
|
|||
|
|
<None Include="Resources\Refresh_64.png" />
|
|||
|
|
<None Include="Resources\search_64.png" />
|
|||
|
|
<None Include="Resources\Settings_64.png" />
|
|||
|
|
<None Include="Resources\Stop-64.png" />
|
|||
|
|
<None Include="Resources\VibrationTest.ico">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</None>
|
|||
|
|
<None Include="Resources\VibrationTest.png" />
|
|||
|
|
<None Include="Resources\%24this.Icon.ico" />
|
|||
|
|
<Content Include="VibrationTest.ico" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\Entity\Entity.csproj">
|
|||
|
|
<Project>{6ea706f6-065d-469e-ab39-7395d780548b}</Project>
|
|||
|
|
<Name>Entity</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\ICService\ICService.csproj">
|
|||
|
|
<Project>{98dc5466-7295-439a-bbca-a5d4dc219776}</Project>
|
|||
|
|
<Name>ICService</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\IDExcuter\SIDExcuter.csproj">
|
|||
|
|
<Project>{a6d7f927-e946-40c5-b5e7-0ee05706e0f7}</Project>
|
|||
|
|
<Name>SIDExcuter</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\RestApi\RestApi.csproj">
|
|||
|
|
<Project>{baf20fd6-881e-470c-97f3-38769d49ba66}</Project>
|
|||
|
|
<Name>RestApi</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
|
|||
|
|
<Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
|
|||
|
|
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
|
|||
|
|
<Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
|
|||
|
|
</Target>
|
|||
|
|
<!-- 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>
|