123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.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>{3CB9C7B9-BF95-4376-BB6D-DD03285B2A1F}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Uninpho.Tools</RootNamespace>
- <AssemblyName>Uninpho.Tools</AssemblyName>
- <TargetFrameworkVersion>v4.5.1</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>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>icon.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <CodeAnalysisLogFile>bin\Debug\LicManager.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
- <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
- <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <CodeAnalysisRuleSetDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
- <CodeAnalysisRuleDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
- <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
- <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <CodeAnalysisLogFile>bin\Release\LicManager.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
- <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
- <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <CodeAnalysisRuleSetDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
- <CodeAnalysisRuleDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
- <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
- <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup />
- <ItemGroup>
- <Reference Include="BouncyCastle.Crypto">
- <HintPath>libs\matlabSuanFa\NPOI\BouncyCastle.Crypto.dll</HintPath>
- </Reference>
- <Reference Include="ClosedXML">
- <HintPath>libs\matlabSuanFa\ClosedXML.dll</HintPath>
- </Reference>
- <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL" />
- <Reference Include="DevExpress.Charts.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.CodeParser.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Data.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.Data.v15.2.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.DataAccess.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.DataAccess.v15.2.UI, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Mvvm.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Office.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.PivotGrid.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.Printing.v15.2.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.RichEdit.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.Sparkline.v15.2.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.Spreadsheet.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.Utils.v15.2.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.Utils.v15.2.UI, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraBars.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.XtraBars.v15.2.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.XtraCharts.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraCharts.v15.2.Extensions, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraCharts.v15.2.UI, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
- <Reference Include="DevExpress.XtraCharts.v15.2.Wizard, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.XtraEditors.v15.2.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.XtraGauges.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.XtraGrid.v15.2.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.XtraLayout.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\devExpress\DevExpress.XtraLayout.v15.2.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="DevExpress.XtraNavBar.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraPivotGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraPrinting.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
- <Reference Include="DevExpress.XtraReports.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraReports.v15.2.Extensions, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
- <Reference Include="DevExpress.XtraRichEdit.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraScheduler.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
- <Reference Include="DevExpress.XtraScheduler.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraSpreadsheet.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
- <Reference Include="DevExpress.XtraTreeList.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraVerticalGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\matlabSuanFa\DocumentFormat.OpenXml.dll</HintPath>
- </Reference>
- <Reference Include="ExcelNumberFormat">
- <HintPath>libs\matlabSuanFa\ExcelNumberFormat.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.SharpZipLib">
- <HintPath>libs\matlabSuanFa\NPOI\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="MathNet.Numerics">
- <HintPath>libs\matlabSuanFa\MathNet.Numerics.dll</HintPath>
- </Reference>
- <Reference Include="MathNet.Numerics.Data.Matlab">
- <HintPath>libs\matlabSuanFa\MathNet.Numerics.Data.Matlab.dll</HintPath>
- </Reference>
- <Reference Include="MWArray, Version=2.18.0.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\matlabSuanFa\MWArray.dll</HintPath>
- </Reference>
- <Reference Include="NPOI">
- <HintPath>libs\matlabSuanFa\NPOI\NPOI.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OOXML">
- <HintPath>libs\matlabSuanFa\NPOI\NPOI.OOXML.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net">
- <HintPath>libs\matlabSuanFa\NPOI\NPOI.OpenXml4Net.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXmlFormats">
- <HintPath>libs\matlabSuanFa\NPOI\NPOI.OpenXmlFormats.dll</HintPath>
- </Reference>
- <Reference Include="Package_geo_change_analysis_for_turnout">
- <HintPath>libs\matlabSuanFa\Package_geo_change_analysis_for_turnout.dll</HintPath>
- </Reference>
- <Reference Include="Package_turnout_analysis">
- <HintPath>libs\matlabSuanFa\Package_turnout_analysis.dll</HintPath>
- </Reference>
- <Reference Include="Package_turnout_analysis_wrf, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\matlabSuanFa\Package_turnout_analysis_wrf.dll</HintPath>
- </Reference>
- <Reference Include="Package_turnout_identify_geo">
- <HintPath>libs\matlabSuanFa\Package_turnout_identify_geo.dll</HintPath>
- </Reference>
- <Reference Include="Package_turnout_identify_wrf">
- <HintPath>libs\matlabSuanFa\Package_turnout_identify_wrf.dll</HintPath>
- </Reference>
- <Reference Include="sub_main_turnout_analysis_geo">
- <HintPath>libs\matlabSuanFa\sub_main_turnout_analysis_geo.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Data.OracleClient" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing.Design" />
- <Reference Include="System.Management" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml.Linq">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.CSharp">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Data">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Deployment">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Drawing">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Xml">
- <Private>True</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="components\DataAnalysis\DWAnalysisAlgorithmcs.cs" />
- <Compile Include="components\DataAnalysis\DWQKCommon.cs" />
- <Compile Include="components\DataAnalysis\DWCommon.cs" />
- <Compile Include="components\DataAnalysis\DataAnalysisClass.cs" />
- <Compile Include="components\DataManager\BXDBFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataManager\BXDBFrom.Designer.cs">
- <DependentUpon>BXDBFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataManager\BXTForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataManager\BXTForm.Designer.cs">
- <DependentUpon>BXTForm.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataManager\QSFXForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataManager\QSFXForm.Designer.cs">
- <DependentUpon>QSFXForm.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataAnalysis\JHjgjFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataAnalysis\JHjgjFrom.Designer.cs">
- <DependentUpon>JHjgjFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataManager\WaveDataTools.cs" />
- <Compile Include="components\DWForm\ImportGLdataForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DWForm\ImportGLdataForm.Designer.cs">
- <DependentUpon>ImportGLdataForm.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DWForm\ImportGLdatamanageForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DWForm\ImportGLdatamanageForm.Designer.cs">
- <DependentUpon>ImportGLdatamanageForm.cs</DependentUpon>
- </Compile>
- <Compile Include="components\LogGeneratorFun.cs" />
- <Compile Include="components\LoggingForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\LoggingForm.Designer.cs">
- <DependentUpon>LoggingForm.cs</DependentUpon>
- </Compile>
- <Compile Include="components\SFZDH\ZDHSetting.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\SFZDH\ZDHSetting.Designer.cs">
- <DependentUpon>ZDHSetting.cs</DependentUpon>
- </Compile>
- <Compile Include="components\SomethingSetting\AutoLoopClass.cs" />
- <Compile Include="components\SomethingSetting\dbSettingFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\SomethingSetting\dbSettingFrom.Designer.cs">
- <DependentUpon>dbSettingFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\SomethingSetting\DownloadDemoFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\SomethingSetting\DownloadDemoFrom.Designer.cs">
- <DependentUpon>DownloadDemoFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\SomethingSetting\InitInviteFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\SomethingSetting\InitInviteFrom.Designer.cs">
- <DependentUpon>InitInviteFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\SomethingSetting\InviteOfflineFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\SomethingSetting\InviteOfflineFrom.Designer.cs">
- <DependentUpon>InviteOfflineFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataAnalysis\SuanFaFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataAnalysis\SuanFaFrom.Designer.cs">
- <DependentUpon>SuanFaFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\UserInform.cs" />
- <Compile Include="components\CsvToListData.cs" />
- <Compile Include="components\MessboxClass.cs" />
- <Compile Include="components\ComboBoxData.cs" />
- <Compile Include="components\DataAnalysis\AnalysisAlgorithmcs.cs" />
- <Compile Include="components\DataAnalysis\DACommon.cs" />
- <Compile Include="components\DataAnalysis\DataAnalysisFun.cs" />
- <Compile Include="components\DataAnalysis\jiancecheShowClass.cs" />
- <Compile Include="components\DataManager\CheckBoxInput.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\DataManager\CheckBoxInput.Designer.cs">
- <DependentUpon>CheckBoxInput.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataManager\DMGrid.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\DataManager\DMGrid.Designer.cs">
- <DependentUpon>DMGrid.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataManager\FrmAnalyze.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataManager\FrmAnalyze.Designer.cs">
- <DependentUpon>FrmAnalyze.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataManager\FrmSetting.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataManager\FrmSetting.Designer.cs">
- <DependentUpon>FrmSetting.cs</DependentUpon>
- </Compile>
- <Compile Include="components\DataManager\WaitForm1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\DataManager\WaitForm1.Designer.cs">
- <DependentUpon>WaitForm1.cs</DependentUpon>
- </Compile>
- <Compile Include="components\GridUtil.cs" />
- <Compile Include="components\MTLFF\CreateNewTableMTLF.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\MTLFF\CreateNewTableMTLF.Designer.cs">
- <DependentUpon>CreateNewTableMTLF.cs</DependentUpon>
- </Compile>
- <Compile Include="components\MTLFF\ExcelTools.cs" />
- <Compile Include="components\MTLFF\GengxinrenForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\MTLFF\GengxinrenForm.Designer.cs">
- <DependentUpon>GengxinrenForm.cs</DependentUpon>
- </Compile>
- <Compile Include="components\MTLFF\LookDataFromMTLF.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\MTLFF\LookDataFromMTLF.Designer.cs">
- <DependentUpon>LookDataFromMTLF.cs</DependentUpon>
- </Compile>
- <Compile Include="components\MTLFF\MTLFCommon.cs" />
- <Compile Include="components\MTLFF\MTLFCtrl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\MTLFF\MTLFCtrl.Designer.cs">
- <DependentUpon>MTLFCtrl.cs</DependentUpon>
- </Compile>
- <Compile Include="components\MTLFF\MTLFFListFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\MTLFF\MTLFFListFrom.Designer.cs">
- <DependentUpon>MTLFFListFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\TableName.cs" />
- <Compile Include="components\TZCommonFunc.cs" />
- <Compile Include="components\TZFunc\DCInform.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\TZFunc\DCInform.Designer.cs">
- <DependentUpon>DCInform.cs</DependentUpon>
- </Compile>
- <Compile Include="components\TZFunc\GJInform.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\TZFunc\GJInform.Designer.cs">
- <DependentUpon>GJInform.cs</DependentUpon>
- </Compile>
- <Compile Include="components\TZFunc\Tabletools.cs" />
- <Compile Include="components\XXXW\CreateNewTableXXXW.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\XXXW\CreateNewTableXXXW.Designer.cs">
- <DependentUpon>CreateNewTableXXXW.cs</DependentUpon>
- </Compile>
- <Compile Include="components\XXXW\ShowDataForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\XXXW\ShowDataForm.Designer.cs">
- <DependentUpon>ShowDataForm.cs</DependentUpon>
- </Compile>
- <Compile Include="components\XXXW\XXXWCommon.cs" />
- <Compile Include="components\XXXW\XXXWCtrl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\XXXW\XXXWCtrl.Designer.cs">
- <DependentUpon>XXXWCtrl.cs</DependentUpon>
- </Compile>
- <Compile Include="components\XXXW\XXXWListFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\XXXW\XXXWListFrom.Designer.cs">
- <DependentUpon>XXXWListFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="components\ZZJH\CreateNewTableZZJH.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\ZZJH\CreateNewTableZZJH.Designer.cs">
- <DependentUpon>CreateNewTableZZJH.cs</DependentUpon>
- </Compile>
- <Compile Include="components\ZZJH\LookDataFromZZJH.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\ZZJH\LookDataFromZZJH.Designer.cs">
- <DependentUpon>LookDataFromZZJH.cs</DependentUpon>
- </Compile>
- <Compile Include="components\ZZJH\ZZJHCommon.cs" />
- <Compile Include="components\ZZJH\ZZJHCtrl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\ZZJH\ZZJHCtrl.Designer.cs">
- <DependentUpon>ZZJHCtrl.cs</DependentUpon>
- </Compile>
- <Compile Include="components\ZZJH\ZZJHListFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="components\ZZJH\ZZJHListFrom.Designer.cs">
- <DependentUpon>ZZJHListFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="DevFrmMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DevFrmMain.Designer.cs">
- <DependentUpon>DevFrmMain.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmMain.Designer.cs">
- <DependentUpon>FrmMain.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmSplashScreen.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmSplashScreen.Designer.cs">
- <DependentUpon>FrmSplashScreen.cs</DependentUpon>
- </Compile>
- <Compile Include="ManageForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="ManageForm.Designer.cs">
- <DependentUpon>ManageForm.cs</DependentUpon>
- </Compile>
- <Compile Include="NewTask.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="NewTask.Designer.cs">
- <DependentUpon>NewTask.cs</DependentUpon>
- </Compile>
- <Compile Include="NPOIExt.cs" />
- <Compile Include="PrintRibbonControllerResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>PrintRibbonControllerResources.resx</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="components\DataManager\DMCtrl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="components\DataManager\DMCtrl.Designer.cs">
- <DependentUpon>DMCtrl.cs</DependentUpon>
- </Compile>
- <Compile Include="sqClass.cs" />
- <Compile Include="Utility.cs" />
- <Compile Include="XRDesignRibbonControllerResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>XRDesignRibbonControllerResources.resx</DependentUpon>
- </Compile>
- <EmbeddedResource Include="components\DataManager\BXDBFrom.resx">
- <DependentUpon>BXDBFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataManager\BXTForm.resx">
- <DependentUpon>BXTForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataManager\CheckBoxInput.resx">
- <DependentUpon>CheckBoxInput.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataManager\DMGrid.resx">
- <DependentUpon>DMGrid.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataManager\FrmAnalyze.resx">
- <DependentUpon>FrmAnalyze.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataManager\FrmSetting.resx">
- <DependentUpon>FrmSetting.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataManager\QSFXForm.resx">
- <DependentUpon>QSFXForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataManager\WaitForm1.resx">
- <DependentUpon>WaitForm1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataAnalysis\JHjgjFrom.resx">
- <DependentUpon>JHjgjFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DWForm\ImportGLdataForm.resx">
- <DependentUpon>ImportGLdataForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DWForm\ImportGLdatamanageForm.resx">
- <DependentUpon>ImportGLdatamanageForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\LoggingForm.resx">
- <DependentUpon>LoggingForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\MTLFF\CreateNewTableMTLF.resx">
- <DependentUpon>CreateNewTableMTLF.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\MTLFF\GengxinrenForm.resx">
- <DependentUpon>GengxinrenForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\MTLFF\LookDataFromMTLF.resx">
- <DependentUpon>LookDataFromMTLF.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\MTLFF\MTLFCtrl.resx">
- <DependentUpon>MTLFCtrl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\MTLFF\MTLFFListFrom.resx">
- <DependentUpon>MTLFFListFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\SFZDH\ZDHSetting.resx">
- <DependentUpon>ZDHSetting.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\SomethingSetting\dbSettingFrom.resx">
- <DependentUpon>dbSettingFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\SomethingSetting\downloadDemoFrom.resx">
- <DependentUpon>DownloadDemoFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\SomethingSetting\InitInviteFrom.resx">
- <DependentUpon>InitInviteFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\SomethingSetting\InviteOfflineFrom.resx">
- <DependentUpon>InviteOfflineFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\DataAnalysis\SuanFaFrom.resx">
- <DependentUpon>SuanFaFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\TZFunc\DCInform.resx">
- <DependentUpon>DCInform.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\TZFunc\GJInform.resx">
- <DependentUpon>GJInform.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\XXXW\CreateNewTableXXXW.resx">
- <DependentUpon>CreateNewTableXXXW.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\XXXW\ShowDataForm.resx">
- <DependentUpon>ShowDataForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\XXXW\XXXWCtrl.resx">
- <DependentUpon>XXXWCtrl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\XXXW\XXXWListFrom.resx">
- <DependentUpon>XXXWListFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\ZZJH\CreateNewTableZZJH.resx">
- <DependentUpon>CreateNewTableZZJH.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\ZZJH\LookDataFromZZJH.resx">
- <DependentUpon>LookDataFromZZJH.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\ZZJH\ZZJHCtrl.resx">
- <DependentUpon>ZZJHCtrl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="components\ZZJH\ZZJHListFrom.resx">
- <DependentUpon>ZZJHListFrom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DevFrmMain.resx">
- <DependentUpon>DevFrmMain.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmMain.resx">
- <DependentUpon>FrmMain.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmSplashScreen.resx">
- <DependentUpon>FrmSplashScreen.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ManageForm.resx">
- <DependentUpon>ManageForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="NewTask.resx">
- <DependentUpon>NewTask.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="PrintRibbonControllerResources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>PrintRibbonControllerResources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="Properties\licenses.licx">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <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>
- <EmbeddedResource Include="components\DataManager\DMCtrl.resx">
- <DependentUpon>DMCtrl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="XRDesignRibbonControllerResources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>XRDesignRibbonControllerResources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="app.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="ClassDiagram1.cd" />
- <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>
- <Content Include="icon.ico" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="tools\" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Uninpho.DBOperation\Uninpho.DBOperation.csproj">
- <Project>{bbbf52ac-23be-402f-80e6-f863f84a0022}</Project>
- <Name>Uninpho.DBOperation</Name>
- </ProjectReference>
- <ProjectReference Include="..\Uninpho.Railway.Waveform\Uninpho.Railway.Waveform.csproj">
- <Project>{5711a26a-1f0a-4219-99ed-dfa68b9f4393}</Project>
- <Name>Uninpho.Railway.Waveform</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.5">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="TaskScheduler">
- <Guid>{E34CB9F1-C7F7-424C-BE29-027DCC09363A}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>False</EmbedInteropTypes>
- </COMReference>
- </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>
|