You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
881 lines
42 KiB
881 lines
42 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{34BC40A5-8224-44EE-9ECB-747485C6F8A1}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>HardWareInteface</RootNamespace>
|
|
<AssemblyName>HardWareInteface</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<UseGlobalApplicationHostFile />
|
|
<TargetFrameworkProfile />
|
|
<Use64BitIISExpress />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<NoWarn>0168;</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\BouncyCastle.Cryptography.2.3.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Google.Protobuf, Version=3.26.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Google.Protobuf.3.26.1\lib\net45\Google.Protobuf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="MySql.Data, Version=8.0.33.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\MySql.Data.8.0.33\lib\net462\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\ClassLib\BLL\bin\Debug\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\RestSharp.105.2.3\lib\net45\RestSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data.SQLite, Version=1.0.62.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\ClassLib\ZHYQ\DBUtility\bin\Debug\System.Data.SQLite.DLL</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="ZstdSharp, Version=0.8.0.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\ZstdSharp.Port.0.8.0\lib\net462\ZstdSharp.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ConnectionTest.aspx" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="Handle\AKSKPDDPersonRec.ashx" />
|
|
<Content Include="Handle\AKSWSDDPersonRec.ashx" />
|
|
<Content Include="Handle\AKSXHDDPersonRec.ashx" />
|
|
<Content Include="Handle\AKSPXJDPersonRec.ashx" />
|
|
<Content Include="Handle\AKSKPDDCarRec.ashx" />
|
|
<Content Include="Handle\AKSPXJDCarRec.ashx" />
|
|
<Content Include="Handle\AKSWSDDCarRec.ashx" />
|
|
<Content Include="Handle\AKSXHDDCarRec.ashx" />
|
|
<Content Include="Handle\TCCarRec.ashx" />
|
|
<Content Include="Handle\TCPersonRec.ashx" />
|
|
<Content Include="index.html" />
|
|
<Content Include="HtmlPage1.html" />
|
|
<Content Include="Web.config" />
|
|
<Content Include="Web.Debug.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</Content>
|
|
<Content Include="Web.Release.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Common\CarBarrierGateHelp.cs" />
|
|
<Compile Include="Common\FaceRecCache.cs" />
|
|
<Compile Include="Common\hikAlarmQueueTaskXZ.cs" />
|
|
<Compile Include="Common\hikAlarmQueueTask.cs" />
|
|
<Compile Include="Common\TrainQueueTaskSn.cs" />
|
|
<Compile Include="Common\TrainQueueTaskRkz.cs" />
|
|
<Compile Include="Common\TrainQueueTaskLs.cs" />
|
|
<Compile Include="Common\TrainQueueTaskAl.cs" />
|
|
<Compile Include="Common\WriteLogTask.cs" />
|
|
<Compile Include="Common\SHZQueueTask.cs" />
|
|
<Compile Include="ConnectionTest.aspx.cs">
|
|
<DependentUpon>ConnectionTest.aspx</DependentUpon>
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="ConnectionTest.aspx.designer.cs">
|
|
<DependentUpon>ConnectionTest.aspx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\hikAlarmReceptionXZ.ashx.cs">
|
|
<DependentUpon>hikAlarmReceptionXZ.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\RestHttpRequest.cs" />
|
|
<Compile Include="Handle\SHZ_Facerec.ashx.cs">
|
|
<DependentUpon>SHZ_Facerec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_cd\cdqblsddCar.ashx.cs">
|
|
<DependentUpon>cdqblsddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_cd\cdzdCar.ashx.cs">
|
|
<DependentUpon>cdzdCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_ls\lslzddCar.ashx.cs">
|
|
<DependentUpon>lslzddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_lz\lzmlxddCar.ashx.cs">
|
|
<DependentUpon>lzmlxddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_lz\lzzdCar.ashx.cs">
|
|
<DependentUpon>lzzdCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\rkzjzddCar.ashx.cs">
|
|
<DependentUpon>rkzjzddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\rkznmlddCar.ashx.cs">
|
|
<DependentUpon>rkznmlddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\rkzzbddCar.ashx.cs">
|
|
<DependentUpon>rkzzbddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\rkzxtmddCar.ashx.cs">
|
|
<DependentUpon>rkzxtmddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_sn\snzdCar.ashx.cs">
|
|
<DependentUpon>snzdCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\YunRuiAlarmReceptionTest.ashx.cs">
|
|
<DependentUpon>YunRuiAlarmReceptionTest.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\VISHIA.ashx.cs">
|
|
<DependentUpon>VISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\VIShostDept.ashx.cs">
|
|
<DependentUpon>VIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\VIShostEmp.ashx.cs">
|
|
<DependentUpon>VIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\VISQuery.ashx.cs">
|
|
<DependentUpon>VISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzbbltqz\SHZBBLTQZCarRec.ashx.cs">
|
|
<DependentUpon>SHZBBLTQZCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzbbltqz\SHZBBLTQZHIKPersonRec.ashx.cs">
|
|
<DependentUpon>SHZBBLTQZHIKPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzbbltqz\SHZBBLTQZHIKVisitorRec.ashx.cs">
|
|
<DependentUpon>SHZBBLTQZHIKVisitorRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shztslxfjyz\SHZTSLXFJYZCarRec.ashx.cs">
|
|
<DependentUpon>SHZTSLXFJYZCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shztslxfjyz\SHZTSLXFJYZHIKPersonRec.ashx.cs">
|
|
<DependentUpon>SHZTSLXFJYZHIKPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shztslxfjyz\SHZTSLXFJYZHIKVisitorRec.ashx.cs">
|
|
<DependentUpon>SHZTSLXFJYZHIKVisitorRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\HIKPersonRec2.ashx.cs">
|
|
<DependentUpon>HIKPersonRec2.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\SHZCarRecQueueHandler.ashx.cs">
|
|
<DependentUpon>SHZCarRecQueueHandler.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDCarRec.ashx.cs">
|
|
<DependentUpon>BZXFZDTQZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDPersonRec.ashx.cs">
|
|
<DependentUpon>BZXFZDTQZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVISHIA.ashx.cs">
|
|
<DependentUpon>BZXFZDTQZDVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVIShostDept.ashx.cs">
|
|
<DependentUpon>BZXFZDTQZDVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVIShostEmp.ashx.cs">
|
|
<DependentUpon>BZXFZDTQZDVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVISQuery.ashx.cs">
|
|
<DependentUpon>BZXFZDTQZDVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzd\BZXFZDCarRec.ashx.cs">
|
|
<DependentUpon>BZXFZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzd\BZXFZDPersonRec.ashx.cs">
|
|
<DependentUpon>BZXFZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzd\BZXFZDVISHIA.ashx.cs">
|
|
<DependentUpon>BZXFZDVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzd\BZXFZDVIShostDept.ashx.cs">
|
|
<DependentUpon>BZXFZDVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzd\BZXFZDVIShostEmp.ashx.cs">
|
|
<DependentUpon>BZXFZDVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_bzxfzd\BZXFZDVISQuery.ashx.cs">
|
|
<DependentUpon>BZXFZDVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_klmyzd\KLMYZDCarRec.ashx.cs">
|
|
<DependentUpon>KLMYZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_klmyzd\KLMYZDPersonRec.ashx.cs">
|
|
<DependentUpon>KLMYZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_klmyzd\KLMYZDVISHIA.ashx.cs">
|
|
<DependentUpon>KLMYZDVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_klmyzd\KLMYZDVIShostDept.ashx.cs">
|
|
<DependentUpon>KLMYZDVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_klmyzd\KLMYZDVIShostEmp.ashx.cs">
|
|
<DependentUpon>KLMYZDVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_klmyzd\KLMYZDVISQuery.ashx.cs">
|
|
<DependentUpon>KLMYZDVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_aksxfzd\AKSXFZDCarRec.ashx.cs">
|
|
<DependentUpon>AKSXFZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_aksxfzd\AKSXFZDPersonRec.ashx.cs">
|
|
<DependentUpon>AKSXFZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_aksxfzd\AKSXFZDVISHIA.ashx.cs">
|
|
<DependentUpon>AKSXFZDVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_aksxfzd\AKSXFZDVIShostDept.ashx.cs">
|
|
<DependentUpon>AKSXFZDVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_aksxfzd\AKSXFZDVIShostEmp.ashx.cs">
|
|
<DependentUpon>AKSXFZDVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_aksxfzd\AKSXFZDVISQuery.ashx.cs">
|
|
<DependentUpon>AKSXFZDVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfjydd\SHZXFJYDDCarRec.ashx.cs">
|
|
<DependentUpon>SHZXFJYDDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfjydd\SHZXFJYDDHIKPersonRec.ashx.cs">
|
|
<DependentUpon>SHZXFJYDDHIKPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfjydd\SHZXFJYDDHIKVisitorRec.ashx.cs">
|
|
<DependentUpon>SHZXFJYDDHIKVisitorRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\HIKVisitorInfoHandler.ashx.cs">
|
|
<DependentUpon>HIKVisitorInfoHandler.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_tcdq\TCDQCarRec.ashx.cs">
|
|
<DependentUpon>TCDQCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_tcdq\TCDQPersonRec.ashx.cs">
|
|
<DependentUpon>TCDQPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_tcdq\TCDQVISHIA.ashx.cs">
|
|
<DependentUpon>TCDQVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_tcdq\TCDQVIShostDept.ashx.cs">
|
|
<DependentUpon>TCDQVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_tcdq\TCDQVIShostEmp.ashx.cs">
|
|
<DependentUpon>TCDQVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_tcdq\TCDQVISQuery.ashx.cs">
|
|
<DependentUpon>TCDQVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_hmxfjyzd\HMVISHIA.ashx.cs">
|
|
<DependentUpon>HMVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_hmxfjyzd\HMVISQuery.ashx.cs">
|
|
<DependentUpon>HMVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZMLXFJYDDCarRec.ashx.cs">
|
|
<DependentUpon>XZLZMLXFJYDDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZXFJYZDCarRec.ashx.cs">
|
|
<DependentUpon>XZLZXFJYZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZCarRec.ashx.cs">
|
|
<DependentUpon>LSTQYZCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZMLXFJYDDFaceRec.ashx.cs">
|
|
<DependentUpon>XZLZMLXFJYDDFaceRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZXFJYZDFaceRec.ashx.cs">
|
|
<DependentUpon>XZLZXFJYZDFaceRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZFaceRec.ashx.cs">
|
|
<DependentUpon>LSTQYZFaceRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZMLXFJYDDPersonRec.ashx.cs">
|
|
<DependentUpon>XZLZMLXFJYDDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZXFJYZDPersonRec.ashx.cs">
|
|
<DependentUpon>XZLZXFJYZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZPersonRec.ashx.cs">
|
|
<DependentUpon>LSTQYZPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZTMQTrainData.ashx.cs">
|
|
<DependentUpon>LSTQYZTMQTrainData.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZMLXFJYDDVISHIA.ashx.cs">
|
|
<DependentUpon>XZLZMLXFJYDDVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZXFJYZDVISHIA.ashx.cs">
|
|
<DependentUpon>XZLZXFJYZDVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZVISHIA.ashx.cs">
|
|
<DependentUpon>LSTQYZVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZMLXFJYDDVIShostDept.ashx.cs">
|
|
<DependentUpon>XZLZMLXFJYDDVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZXFJYZDVIShostDept.ashx.cs">
|
|
<DependentUpon>XZLZXFJYZDVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZVIShostDept.ashx.cs">
|
|
<DependentUpon>LSTQYZVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZMLXFJYDDVIShostEmp.ashx.cs">
|
|
<DependentUpon>XZLZMLXFJYDDVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZXFJYZDVIShostEmp.ashx.cs">
|
|
<DependentUpon>XZLZXFJYZDVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZVIShostEmp.ashx.cs">
|
|
<DependentUpon>LSTQYZVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZMLXFJYDDVISQuery.ashx.cs">
|
|
<DependentUpon>XZLZMLXFJYDDVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZLZXFJYZDVISQuery.ashx.cs">
|
|
<DependentUpon>XZLZXFJYZDVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\LSTQYZVISQuery.ashx.cs">
|
|
<DependentUpon>LSTQYZVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\SHZXFZDFacerec.ashx.cs">
|
|
<DependentUpon>SHZXFZDFacerec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\TMQTestData.ashx.cs">
|
|
<DependentUpon>TMQTestData.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\HIKVisitorRec.ashx.cs">
|
|
<DependentUpon>HIKVisitorRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\HIKPersonRec.ashx.cs">
|
|
<DependentUpon>HIKPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\hikAlarmReception.ashx.cs">
|
|
<DependentUpon>hikAlarmReception.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\KSZDCarRec.ashx.cs">
|
|
<DependentUpon>KSZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_hmxfjyzd\HMCarRec.ashx.cs">
|
|
<DependentUpon>HMCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\KSZDPersonRec.ashx.cs">
|
|
<DependentUpon>KSZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_hmxfjyzd\HMPersonRec.ashx.cs">
|
|
<DependentUpon>HMPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\SHZKFQZDCarRec.ashx.cs">
|
|
<DependentUpon>SHZKFQZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\SHZKFQZDPersonRec.ashx.cs">
|
|
<DependentUpon>SHZKFQZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\SHZTQZDCarRec.ashx.cs">
|
|
<DependentUpon>SHZTQZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\SHZTQZDPersonRec.ashx.cs">
|
|
<DependentUpon>SHZTQZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\TCCarRec.ashx.cs">
|
|
<DependentUpon>TCCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\TCPersonRec.ashx.cs">
|
|
<DependentUpon>TCPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSXHDDCarRec.ashx.cs">
|
|
<DependentUpon>AKSXHDDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSWSDDCarRec.ashx.cs">
|
|
<DependentUpon>AKSWSDDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSPXJDCarRec.ashx.cs">
|
|
<DependentUpon>AKSPXJDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSKPDDCarRec.ashx.cs">
|
|
<DependentUpon>AKSKPDDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSPXJDPersonRec.ashx.cs">
|
|
<DependentUpon>AKSPXJDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSXHDDPersonRec.ashx.cs">
|
|
<DependentUpon>AKSXHDDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSWSDDPersonRec.ashx.cs">
|
|
<DependentUpon>AKSWSDDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSKPDDPersonRec.ashx.cs">
|
|
<DependentUpon>AKSKPDDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\KLMYCarRec.ashx.cs">
|
|
<DependentUpon>KLMYCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\SHZXFZDCarRec.ashx.cs">
|
|
<DependentUpon>SHZXFZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSPersonRec.ashx.cs">
|
|
<DependentUpon>AKSPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\KLMYPersonRec.ashx.cs">
|
|
<DependentUpon>KLMYPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\SHZXFZDVISHIA.ashx.cs">
|
|
<DependentUpon>SHZXFZDVISHIA.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_hmxfjyzd\HMVIShostDept.ashx.cs">
|
|
<DependentUpon>HMVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\SHZXFZDVIShostDept.ashx.cs">
|
|
<DependentUpon>SHZXFZDVIShostDept.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_hmxfjyzd\HMVIShostEmp.ashx.cs">
|
|
<DependentUpon>HMVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\SHZXFZDVIShostEmp.ashx.cs">
|
|
<DependentUpon>SHZXFZDVIShostEmp.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XJ_shzxfzd\SHZXFZDVISQuery.ashx.cs">
|
|
<DependentUpon>SHZXFZDVISQuery.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XCZDCarRec.ashx.cs">
|
|
<DependentUpon>XCZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XCZDPersonRec.ashx.cs">
|
|
<DependentUpon>XCZDPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\SHZPersonRec.ashx.cs">
|
|
<DependentUpon>SHZPersonRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\AKSCarRec.ashx.cs">
|
|
<DependentUpon>AKSCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_ali\geltqzCar.ashx.cs">
|
|
<DependentUpon>geltqzCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_ali\plxddCar.ashx.cs">
|
|
<DependentUpon>plxddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_ali\alizdCar.ashx.cs">
|
|
<DependentUpon>alizdCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_ls\lssbzdCar.ashx.cs">
|
|
<DependentUpon>lssbzdCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_ls\lszdCar.ashx.cs">
|
|
<DependentUpon>lszdCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\zslbsxfzCar.ashx.cs">
|
|
<DependentUpon>zslbsxfzCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\gjmdlxfzCar.ashx.cs">
|
|
<DependentUpon>gjmdlxfzCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\zflxfzCar.ashx.cs">
|
|
<DependentUpon>zflxfzCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\rkzkrpdltqzCar.ashx.cs">
|
|
<DependentUpon>rkzkrpdltqzCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\hljlxfzCar.ashx.cs">
|
|
<DependentUpon>hljlxfzCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_rkz\rkzzdCar.ashx.cs">
|
|
<DependentUpon>rkzzdCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_sn\hnltqzCar.ashx.cs">
|
|
<DependentUpon>hnltqzCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_sn\snlzxddCar.ashx.cs">
|
|
<DependentUpon>snlzxddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\xz_sn\sysxfddCar.ashx.cs">
|
|
<DependentUpon>sysxfddCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZ_xzxfzd\commonCar.ashx.cs">
|
|
<DependentUpon>commonCar.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZ_xzxfzd\XZZDCarRec.ashx.cs">
|
|
<DependentUpon>XZZDCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZ_xzxfzd\XZZDInCarRec.ashx.cs">
|
|
<DependentUpon>XZZDInCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle\XZ_xzxfzd\XZZDOutCarRec.ashx.cs">
|
|
<DependentUpon>XZZDOutCarRec.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="TrainHandle\XZ_al\geltq.ashx.cs">
|
|
<DependentUpon>geltq.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_al\alzd.ashx.cs">
|
|
<DependentUpon>alzd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_al\plxdd.ashx.cs">
|
|
<DependentUpon>plxdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_rkz\rkzszzzfljyz.ashx.cs">
|
|
<DependentUpon>rkzszzzfljyz.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_rkz\rkzxfzd.ashx.cs">
|
|
<DependentUpon>rkzxfzd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_ls\lsxfzd.ashx.cs">
|
|
<DependentUpon>lsxfzd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snqjxxfdd.ashx.cs">
|
|
<DependentUpon>snqjxxfdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snndqxfdd.ashx.cs">
|
|
<DependentUpon>snndqxfdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snlzxxfdd.ashx.cs">
|
|
<DependentUpon>snlzxxfdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snsrxxfdd.ashx.cs">
|
|
<DependentUpon>snsrxxfdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snjcxxfdd.ashx.cs">
|
|
<DependentUpon>snjcxxfdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snqsxxfdd.ashx.cs">
|
|
<DependentUpon>snqsxxfdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snlkzxxfdd.ashx.cs">
|
|
<DependentUpon>snlkzxxfdd.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TrainHandle\XZ_sn\snxfzd.ashx.cs">
|
|
<DependentUpon>snxfzd.ashx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\AKSCarRec.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\ClassLib\RoadFlow\RoadFlow.Data.Model\RoadFlow.Data.Model.csproj">
|
|
<Project>{75FB2C86-F7D3-4E94-82E9-46DD9787B39D}</Project>
|
|
<Name>RoadFlow.Data.Model</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\RoadFlow\RoadFlow.Platform\RoadFlow.Platform.csproj">
|
|
<Project>{4853EEE1-204A-4501-A2A6-7D14CA7DCD0E}</Project>
|
|
<Name>RoadFlow.Platform</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\RoadFlow\RoadFlow.Utility\RoadFlow.Utility.csproj">
|
|
<Project>{ce3b0adb-736e-4a7b-bede-801c9104f95e}</Project>
|
|
<Name>RoadFlow.Utility</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\BLL\BLL.csproj">
|
|
<Project>{0F01523D-A42D-4C78-9E9D-CB1EE6D67C69}</Project>
|
|
<Name>BLL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\Common\Common.csproj">
|
|
<Project>{03451e21-f507-418b-9e4f-61bc103ca9e1}</Project>
|
|
<Name>Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\DALFactory\DALFactory.csproj">
|
|
<Project>{ff818f76-7885-4827-acc3-6c4a624a7597}</Project>
|
|
<Name>DALFactory</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\DBUtility\DBUtility.csproj">
|
|
<Project>{eb8384d2-f7b8-45a2-a649-478ec98700d5}</Project>
|
|
<Name>DBUtility</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\FYMQTT\FYMQTT.csproj">
|
|
<Project>{55fb12a0-f6e9-491e-9801-b071d4a7e325}</Project>
|
|
<Name>FYMQTT</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\IDAL\IDAL.csproj">
|
|
<Project>{13cfa5e4-1e96-4cf4-99aa-63ee86b7c40b}</Project>
|
|
<Name>IDAL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\Model\Model.csproj">
|
|
<Project>{AC7BCB86-1285-41E2-9266-BF7155D72F25}</Project>
|
|
<Name>Model</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\OracleDAL\OracleDAL.csproj">
|
|
<Project>{00a4efce-690f-4323-a708-213b6a819ecf}</Project>
|
|
<Name>OracleDAL</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\SHZPersonRec.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\XJ_shzxfzd\SHZXFZDCarRec.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\AKSPersonRec.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\XCZDPersonRec.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\XCZDCarRec.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\KLMYPersonRec.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Handle\KLMYCarRec.ashx" />
|
|
<Content Include="Handle\XJ_hmxfjyzd\HMCarRec.ashx" />
|
|
<Content Include="Handle\XJ_hmxfjyzd\HMPersonRec.ashx" />
|
|
<Content Include="Handle\SHZKFQZDCarRec.ashx" />
|
|
<Content Include="Handle\SHZKFQZDPersonRec.ashx" />
|
|
<Content Include="Handle\SHZTQZDCarRec.ashx" />
|
|
<Content Include="Handle\SHZTQZDPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\SHZXFZDVISHIA.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\SHZXFZDVIShostDept.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\SHZXFZDVIShostEmp.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\SHZXFZDVISQuery.ashx" />
|
|
<Content Include="Handle\hikAlarmReception.ashx" />
|
|
<Content Include="Handle\KSZDCarRec.ashx" />
|
|
<Content Include="Handle\KSZDPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\HIKPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\HIKVisitorRec.ashx" />
|
|
<Content Include="Handle\TMQTestData.ashx" />
|
|
<Content Include="Handle\XJ_hmxfjyzd\HMVIShostDept.ashx" />
|
|
<Content Include="Handle\XJ_hmxfjyzd\HMVIShostEmp.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\HIKPersonRec2.ashx" />
|
|
<Content Include="log4net.config" />
|
|
<Content Include="Handle\XJ_shzxfzd\SHZXFZDFacerec.ashx" />
|
|
<Content Include="Handle\LSTQYZCarRec.ashx" />
|
|
<Content Include="Handle\LSTQYZFaceRec.ashx" />
|
|
<Content Include="Handle\LSTQYZPersonRec.ashx" />
|
|
<Content Include="Handle\LSTQYZVISHIA.ashx" />
|
|
<Content Include="Handle\LSTQYZVIShostDept.ashx" />
|
|
<Content Include="Handle\LSTQYZVIShostEmp.ashx" />
|
|
<Content Include="Handle\LSTQYZVISQuery.ashx" />
|
|
<Content Include="Handle\LSTQYZTMQTrainData.ashx" />
|
|
<Content Include="libman.json" />
|
|
<Content Include="Handle\XZLZXFJYZDCarRec.ashx" />
|
|
<Content Include="Handle\XZLZXFJYZDFaceRec.ashx" />
|
|
<Content Include="Handle\XZLZXFJYZDPersonRec.ashx" />
|
|
<Content Include="Handle\XZLZXFJYZDVISHIA.ashx" />
|
|
<Content Include="Handle\XZLZXFJYZDVIShostDept.ashx" />
|
|
<Content Include="Handle\XZLZXFJYZDVIShostEmp.ashx" />
|
|
<Content Include="Handle\XZLZXFJYZDVISQuery.ashx" />
|
|
<Content Include="Handle\XZLZMLXFJYDDCarRec.ashx" />
|
|
<Content Include="Handle\XZLZMLXFJYDDFaceRec.ashx" />
|
|
<Content Include="Handle\XZLZMLXFJYDDPersonRec.ashx" />
|
|
<Content Include="Handle\XZLZMLXFJYDDVISHIA.ashx" />
|
|
<Content Include="Handle\XZLZMLXFJYDDVIShostDept.ashx" />
|
|
<Content Include="Handle\XZLZMLXFJYDDVIShostEmp.ashx" />
|
|
<Content Include="Handle\XZLZMLXFJYDDVISQuery.ashx" />
|
|
<Content Include="Handle\SHZCarRecQueueHandler.ashx" />
|
|
<Content Include="Handle\XJ_hmxfjyzd\HMVISHIA.ashx" />
|
|
<Content Include="Handle\XJ_hmxfjyzd\HMVISQuery.ashx" />
|
|
<Content Include="Handle\XJ_tcdq\TCDQCarRec.ashx" />
|
|
<Content Include="Handle\XJ_tcdq\TCDQPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_tcdq\TCDQVISHIA.ashx" />
|
|
<Content Include="Handle\XJ_tcdq\TCDQVIShostDept.ashx" />
|
|
<Content Include="Handle\XJ_tcdq\TCDQVIShostEmp.ashx" />
|
|
<Content Include="Handle\XJ_tcdq\TCDQVISQuery.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzd\BZXFZDCarRec.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzd\BZXFZDPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzd\BZXFZDVISHIA.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzd\BZXFZDVIShostDept.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzd\BZXFZDVIShostEmp.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzd\BZXFZDVISQuery.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDCarRec.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVISHIA.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVIShostDept.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVIShostEmp.ashx" />
|
|
<Content Include="Handle\XJ_bzxfzdtqzd\BZXFZDTQZDVISQuery.ashx" />
|
|
<Content Include="Handle\XJ_klmyzd\KLMYZDCarRec.ashx" />
|
|
<Content Include="Handle\XJ_klmyzd\KLMYZDPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_klmyzd\KLMYZDVISHIA.ashx" />
|
|
<Content Include="Handle\XJ_klmyzd\KLMYZDVIShostDept.ashx" />
|
|
<Content Include="Handle\XJ_klmyzd\KLMYZDVIShostEmp.ashx" />
|
|
<Content Include="Handle\XJ_klmyzd\KLMYZDVISQuery.ashx" />
|
|
<Content Include="Handle\XJ_aksxfzd\AKSXFZDCarRec.ashx" />
|
|
<Content Include="Handle\XJ_aksxfzd\AKSXFZDPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_aksxfzd\AKSXFZDVISHIA.ashx" />
|
|
<Content Include="Handle\XJ_aksxfzd\AKSXFZDVIShostDept.ashx" />
|
|
<Content Include="Handle\XJ_aksxfzd\AKSXFZDVIShostEmp.ashx" />
|
|
<Content Include="Handle\XJ_aksxfzd\AKSXFZDVISQuery.ashx" />
|
|
<Content Include="Handle\VISHIA.ashx" />
|
|
<Content Include="Handle\VIShostDept.ashx" />
|
|
<Content Include="Handle\VIShostEmp.ashx" />
|
|
<Content Include="Handle\VISQuery.ashx" />
|
|
<Content Include="Handle\SHZ_Facerec.ashx" />
|
|
<Content Include="Handle\XZ_xzxfzd\XZZDCarRec.ashx" />
|
|
<Content Include="Handle\XZ_xzxfzd\XZZDInCarRec.ashx" />
|
|
<Content Include="Handle\XZ_xzxfzd\XZZDOutCarRec.ashx" />
|
|
<Content Include="Handle\hikAlarmReceptionXZ.ashx" />
|
|
<Content Include="Handle\XJ_shzbbltqz\SHZBBLTQZCarRec.ashx" />
|
|
<Content Include="Handle\XJ_shzbbltqz\SHZBBLTQZHIKPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_shzbbltqz\SHZBBLTQZHIKVisitorRec.ashx" />
|
|
<Content Include="Handle\XJ_shztslxfjyz\SHZTSLXFJYZCarRec.ashx" />
|
|
<Content Include="Handle\XJ_shztslxfjyz\SHZTSLXFJYZHIKPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_shztslxfjyz\SHZTSLXFJYZHIKVisitorRec.ashx" />
|
|
<Content Include="Handle\XJ_shzxfjydd\SHZXFJYDDCarRec.ashx" />
|
|
<Content Include="Handle\XJ_shzxfjydd\SHZXFJYDDHIKPersonRec.ashx" />
|
|
<Content Include="Handle\XJ_shzxfjydd\SHZXFJYDDHIKVisitorRec.ashx" />
|
|
<Content Include="Handle\xz_rkz\rkzzdCar.ashx" />
|
|
<Content Include="Handle\XJ_shzxfzd\HIKVisitorInfoHandler.ashx" />
|
|
<Content Include="Handle\xz_rkz\rkzkrpdltqzCar.ashx" />
|
|
<Content Include="Handle\xz_ali\alizdCar.ashx" />
|
|
<Content Include="Handle\xz_ali\plxddCar.ashx" />
|
|
<Content Include="Handle\xz_ali\geltqzCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\hljlxfzCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\zflxfzCar.ashx" />
|
|
<Content Include="Handle\xz_sn\sysxfddCar.ashx" />
|
|
<Content Include="Handle\xz_sn\snlzxddCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\gjmdlxfzCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\zslbsxfzCar.ashx" />
|
|
<Content Include="Handle\XZ_xzxfzd\commonCar.ashx" />
|
|
<Content Include="Handle\xz_ls\lszdCar.ashx" />
|
|
<Content Include="Handle\xz_sn\hnltqzCar.ashx" />
|
|
<Content Include="Handle\YunRuiAlarmReceptionTest.ashx" />
|
|
<Content Include="Handle\xz_ls\lssbzdCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\rkzzbddCar.ashx" />
|
|
<Content Include="Handle\xz_cd\cdqblsddCar.ashx" />
|
|
<Content Include="Handle\xz_cd\cdzdCar.ashx" />
|
|
<Content Include="Handle\xz_ls\lslzddCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\rkzxtmddCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\rkznmlddCar.ashx" />
|
|
<Content Include="Handle\xz_rkz\rkzjzddCar.ashx" />
|
|
<Content Include="Handle\xz_lz\lzzdCar.ashx" />
|
|
<Content Include="Handle\xz_lz\lzmlxddCar.ashx" />
|
|
<Content Include="Handle\xz_sn\snzdCar.ashx" />
|
|
<None Include="packages.config" />
|
|
<Content Include="TrainHandle\XZ_al\plxdd.ashx" />
|
|
<Content Include="TrainHandle\XZ_al\alzd.ashx" />
|
|
<Content Include="TrainHandle\XZ_al\geltq.ashx" />
|
|
<Content Include="TrainHandle\XZ_ls\lsxfzd.ashx" />
|
|
<Content Include="TrainHandle\XZ_rkz\rkzxfzd.ashx" />
|
|
<Content Include="TrainHandle\XZ_rkz\rkzszzzfljyz.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snxfzd.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snlkzxxfdd.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snqjxxfdd.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snndqxfdd.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snlzxxfdd.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snsrxxfdd.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snjcxxfdd.ashx" />
|
|
<Content Include="TrainHandle\XZ_sn\snqsxxfdd.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\PublishProfiles\" />
|
|
<Folder Include="TrainHandle\XZ_xzxfzd\" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>57206</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:57207/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</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>
|