277 lines
11 KiB
XML
277 lines
11 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)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{F029051A-CEAD-4796-BC56-65E95747EF12}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SOH.QianTai</RootNamespace>
|
|
<AssemblyName>QianTai</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<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>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\publish\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DirectShowLib-2005">
|
|
<HintPath>..\..\文档\DirectShowLib-2005.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EAS.Data, Version=5.0.0.0, Culture=neutral, PublicKeyToken=a550803c4cd9dbb5, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\publish\EAS.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EAS.MicroKernel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=a550803c4cd9dbb5, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\publish\EAS.MicroKernel.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.7.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\publish\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Capture.cs" />
|
|
<Compile Include="frmDaiChaRenYuan.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmDaiChaRenYuan.Designer.cs">
|
|
<DependentUpon>frmDaiChaRenYuan.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmJiBenYeWu.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmJiBenYeWu.Designer.cs">
|
|
<DependentUpon>frmJiBenYeWu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmLinShiJiaXiang.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmLinShiJiaXiang.Designer.cs">
|
|
<DependentUpon>frmLinShiJiaXiang.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FrmPaiZhao.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmPaiZhao.Designer.cs">
|
|
<DependentUpon>FrmPaiZhao.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmTJQKCX.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmTJQKCX.Designer.cs">
|
|
<DependentUpon>frmTJQKCX.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmTuanJianTiaoMa.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmTuanJianTiaoMa.Designer.cs">
|
|
<DependentUpon>frmTuanJianTiaoMa.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frm_Pa_DJHX.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frm_Pa_DJHX.Designer.cs">
|
|
<DependentUpon>frm_Pa_DJHX.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frm_YanZheng.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frm_YanZheng.Designer.cs">
|
|
<DependentUpon>frm_YanZheng.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Service References\PAJK\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\TianRui\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Entities\SOH.Entities.csproj">
|
|
<Project>{12898925-4422-45e2-a3f6-712c74026bec}</Project>
|
|
<Name>SOH.Entities</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\KeFu\KeFu.csproj">
|
|
<Project>{5EB79DAE-FD99-4430-A82C-E8A9EB816739}</Project>
|
|
<Name>KeFu</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ShouFei\ShouFei.csproj">
|
|
<Project>{62fd9087-97be-4848-aaeb-ba1a0f26b874}</Project>
|
|
<Name>ShouFei</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SOH.BLL.Contract\SOH.BLL.Contract.csproj">
|
|
<Project>{e9ae5503-166c-44bb-b979-5798ae9b65a5}</Project>
|
|
<Name>SOH.BLL.Contract</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SOH.Kernel\SOH.Kernel.csproj">
|
|
<Project>{e59e53be-a94c-4c66-8b00-33a0e6751b79}</Project>
|
|
<Name>SOH.Kernel</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="frmDaiChaRenYuan.resx">
|
|
<DependentUpon>frmDaiChaRenYuan.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmJiBenYeWu.resx">
|
|
<DependentUpon>frmJiBenYeWu.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmLinShiJiaXiang.resx">
|
|
<DependentUpon>frmLinShiJiaXiang.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FrmPaiZhao.resx">
|
|
<DependentUpon>FrmPaiZhao.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmTJQKCX.resx">
|
|
<DependentUpon>frmTJQKCX.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmTuanJianTiaoMa.resx">
|
|
<DependentUpon>frmTuanJianTiaoMa.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frm_Pa_DJHX.resx">
|
|
<DependentUpon>frm_Pa_DJHX.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frm_YanZheng.resx">
|
|
<DependentUpon>frm_YanZheng.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\DataSources\SOH.Entities.DTO.dto_gzb.datasource" />
|
|
<None Include="Properties\DataSources\SOH.Entities.pa_yysq.datasource" />
|
|
<None Include="Properties\DataSources\SOH.Entities.t_tempdjxm.datasource" />
|
|
<None Include="Service References\PAJK\pajk.wsdl" />
|
|
<None Include="Service References\TianRui\FuWu.wsdl" />
|
|
<None Include="Service References\TianRui\SOH.QianTai.TianRui.DingDan.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\TianRui\SOH.QianTai.TianRui.OperationResult.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadataStorage Include="Service References\PAJK\" />
|
|
<WCFMetadataStorage Include="Service References\TianRui\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\TianRui\FuWu.disco" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\TianRui\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\TianRui\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\TianRui\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\PAJK\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\PAJK\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\PAJK\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.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> |