tijian_jichuang/Code/SOH.BLL.Contract/SOH.BLL.Contract.csproj
2025-02-20 11:54:48 +08:00

157 lines
6.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>
<ProjectGuid>{E9AE5503-166C-44BB-B979-5798AE9B65A5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SOH.BLL</RootNamespace>
<AssemblyName>SOH.BLL.Contract</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>
</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>..\..\publish\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<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="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="IBasic.cs" />
<Compile Include="IC14.cs" />
<Compile Include="Iczyrole.cs" />
<Compile Include="IFenDian.cs" />
<Compile Include="IJianYan.cs" />
<Compile Include="IPaiDuiJiaoHao.cs" />
<Compile Include="IPingAn.cs" />
<Compile Include="IQianTai.cs" />
<Compile Include="IQianTai2.cs" />
<Compile Include="IQuanXian.cs" />
<Compile Include="IRole.cs" />
<Compile Include="IRoleCD.cs" />
<Compile Include="IShouFei.cs" />
<Compile Include="ITaoCan.cs" />
<Compile Include="ITjtmdy.cs" />
<Compile Include="Its_dd.cs" />
<Compile Include="Its_ddfzb.cs" />
<Compile Include="Its_khComm.cs" />
<Compile Include="ITuiFei.cs" />
<Compile Include="It_bwwh.cs" />
<Compile Include="It_czygl.cs" />
<Compile Include="Its_ddxmb.cs" />
<Compile Include="It_grgzb.cs" />
<Compile Include="It_htfzb.cs" />
<Compile Include="It_jbk.cs" />
<Compile Include="It_jcxm.cs" />
<Compile Include="It_jgwh.cs" />
<Compile Include="It_jjxb.cs" />
<Compile Include="It_jyms.cs" />
<Compile Include="Its_kh.cs" />
<Compile Include="Its_khlxr.cs" />
<Compile Include="It_ht.cs" />
<Compile Include="It_ks.cs" />
<Compile Include="It_ksjb.cs" />
<Compile Include="It_kszdjg.cs" />
<Compile Include="It_tempdjxm.cs" />
<Compile Include="It_tjhk.cs" />
<Compile Include="It_tjjd.cs" />
<Compile Include="It_tjjg.cs" />
<Compile Include="It_ttgzb.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="It_ttsfjl.cs" />
<Compile Include="It_ygzd.cs" />
<Compile Include="It_zdyxsf.cs" />
<Compile Include="It_zhxm.cs" />
<Compile Include="It_zhxmmx.cs" />
<Compile Include="IZongJian.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Entities\SOH.Entities.csproj">
<Project>{12898925-4422-45e2-a3f6-712c74026bec}</Project>
<Name>SOH.Entities</Name>
</ProjectReference>
<ProjectReference Include="..\SOH.Kernel\SOH.Kernel.csproj">
<Project>{e59e53be-a94c-4c66-8b00-33a0e6751b79}</Project>
<Name>SOH.Kernel</Name>
</ProjectReference>
</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>
<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>