233 lines
9.6 KiB
XML
233 lines
9.6 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>{6C43174D-202D-4F98-A76C-E7D148B6E626}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>BMS_D1000H</RootNamespace>
|
|
<AssemblyName>BMS_D1000H</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.00</OSVersion>
|
|
<DeployDirSuffix>BMS_D900</DeployDirSuffix>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<NativePlatformName>Windows CE</NativePlatformName>
|
|
<FormFactorID>
|
|
</FormFactorID>
|
|
<StartupObject>BMS_D1000H.Program</StartupObject>
|
|
<ApplicationIcon>AMO_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>bin\Release\</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="SmartXCommon, Version=3.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files\HNS\Embedded SmartX Component\IEC1000_DNCF35\SmartXCommon.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SmartXCommonExt, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files\HNS\Embedded SmartX Component\IEC1000_DNCF35\SmartXCommonExt.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SmartX_IEC1000, Version=3.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files\HNS\Embedded SmartX Component\IEC1000_DNCF35\SmartX_IEC1000.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3be235df1c8d2ad3, processorArchitecture=MSIL" />
|
|
<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="DataStructure\BMSConstData.cs" />
|
|
<Compile Include="Form\fmSystemSetCmd.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmSystemSetCmd.Designer.cs">
|
|
<DependentUpon>fmSystemSetCmd.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmSystemSet.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmSystemSet.Designer.cs">
|
|
<DependentUpon>fmSystemSet.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmHistory.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmHistory.Designer.cs">
|
|
<DependentUpon>fmHistory.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmNetConfig.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmNetConfig.Designer.cs">
|
|
<DependentUpon>fmNetConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmNetConfigCmd.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmNetConfigCmd.Designer.cs">
|
|
<DependentUpon>fmNetConfigCmd.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmParamSet.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmParamSet.Designer.cs">
|
|
<DependentUpon>fmParamSet.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmParamSetCmd.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmParamSetCmd.Designer.cs">
|
|
<DependentUpon>fmParamSetCmd.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmPassword.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmPassword.designer.cs">
|
|
<DependentUpon>fmPassword.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmScreenSaver.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmScreenSaver.Designer.cs">
|
|
<DependentUpon>fmScreenSaver.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmSetMenu.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmSetMenu.Designer.cs">
|
|
<DependentUpon>fmSetMenu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form\fmTrayInfo.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmTrayInfo.Designer.cs">
|
|
<DependentUpon>fmTrayInfo.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Functions\csModbusDataProcess.cs" />
|
|
<Compile Include="Utils\Function\AlarmFile.cs" />
|
|
<Compile Include="Utils\Function\ConvertTo.cs" />
|
|
<Compile Include="Utils\Function\PathHelper.cs" />
|
|
<Compile Include="DataStructure\BMSData.cs" />
|
|
<Compile Include="Form\fmBMSMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form\fmBMSMain.Designer.cs">
|
|
<DependentUpon>fmBMSMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="Form\fmSystemSet.resx">
|
|
<DependentUpon>fmSystemSet.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmBMSMain.resx">
|
|
<DependentUpon>fmBMSMain.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmHistory.resx">
|
|
<DependentUpon>fmHistory.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmNetConfig.resx">
|
|
<DependentUpon>fmNetConfig.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmNetConfigCmd.resx">
|
|
<DependentUpon>fmNetConfigCmd.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmParamSet.resx">
|
|
<DependentUpon>fmParamSet.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmParamSetCmd.resx">
|
|
<DependentUpon>fmParamSetCmd.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmPassword.resx">
|
|
<DependentUpon>fmPassword.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmScreenSaver.resx">
|
|
<DependentUpon>fmScreenSaver.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmSetMenu.resx">
|
|
<DependentUpon>fmSetMenu.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmSystemSetCmd.resx">
|
|
<DependentUpon>fmSystemSetCmd.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form\fmTrayInfo.resx">
|
|
<DependentUpon>fmTrayInfo.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>PublicResXFileCodeGenerator</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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="AMO_LOGO.ico" />
|
|
<Content Include="Revision history.txt" />
|
|
</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> |