123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.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>{6CE11FF9-1CB7-494E-89C7-5F06BEA94211}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LeaRun.Application.IService</RootNamespace>
- <AssemblyName>LeaRun.Application.IService</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <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|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Core">
- <Private>True</Private>
- </Reference>
- <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.Xml">
- <Private>True</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AuthorizeManage\IAuthorizeService.T.cs" />
- <Compile Include="AuthorizeManage\IAuthorizeService.cs" />
- <Compile Include="AuthorizeManage\IModuleButtonService.cs" />
- <Compile Include="AuthorizeManage\IModuleColumnService.cs" />
- <Compile Include="AuthorizeManage\IModuleFormInstanceService.cs" />
- <Compile Include="AuthorizeManage\IModuleFormService.cs" />
- <Compile Include="AuthorizeManage\IModuleService.cs" />
- <Compile Include="AuthorizeManage\IPermissionService.cs" />
- <Compile Include="BaseManage\Base_ModuleIService.cs" />
- <Compile Include="BaseManage\IDepartmentService.cs" />
- <Compile Include="BaseManage\IOrganizeService.cs" />
- <Compile Include="BaseManage\IUserService.cs" />
- <Compile Include="BaseManage\IRoleService.cs" />
- <Compile Include="BaseManage\IPostService.cs" />
- <Compile Include="BaseManage\IJobService.cs" />
- <Compile Include="BaseManage\IUserGroupService.cs" />
- <Compile Include="BaseManage\studentIService.cs" />
- <Compile Include="CustomerManage\ICashBalanceService.cs" />
- <Compile Include="CustomerManage\IChanceService.cs" />
- <Compile Include="CustomerManage\IExpensesService.cs" />
- <Compile Include="CustomerManage\IInvoiceService.cs" />
- <Compile Include="CustomerManage\IReceivableService.cs" />
- <Compile Include="CustomerManage\ITrailRecordService.cs" />
- <Compile Include="CustomerManage\ICustomerContactService.cs" />
- <Compile Include="CustomerManage\ICustomerService.cs" />
- <Compile Include="CustomerManage\IOrderEntryService.cs" />
- <Compile Include="CustomerManage\IOrderService.cs" />
- <Compile Include="CustomerManage\IReceivableReportService.cs" />
- <Compile Include="DemoManage\OfficeRkIService.cs" />
- <Compile Include="FlowManage\WFDelegateRecordIService.cs" />
- <Compile Include="FlowManage\WFDelegateRuleIService.cs" />
- <Compile Include="FlowManage\WFProcessInstanceIService.cs" />
- <Compile Include="FlowManage\WFProcessOperationHistoryIService.cs" />
- <Compile Include="FlowManage\WFProcessSchemeIService.cs" />
- <Compile Include="FlowManage\WFProcessTransitionHistoryIService.cs" />
- <Compile Include="FlowManage\WFRuntimeIService.cs" />
- <Compile Include="FlowManage\WFSchemeInfoIService.cs" />
- <Compile Include="FlowManage\WFSchemeContentIService.cs" />
- <Compile Include="FlowManage\WFFrmMainIService.cs" />
- <Compile Include="IAccountService.cs" />
- <Compile Include="InstallManage\IInstallManageService.cs" />
- <Compile Include="PipeNetworkManage\IAnalysisService.cs" />
- <Compile Include="PipeNetworkManage\IAutoService.cs" />
- <Compile Include="PipeNetworkManage\IHistoryService.cs" />
- <Compile Include="PipeNetworkManage\IMeterService.cs" />
- <Compile Include="PipeNetworkManage\IPipeMapService.cs" />
- <Compile Include="PipeNetworkManage\IPressureService.cs" />
- <Compile Include="PipeNetworkManage\IRealTimeMonitoringService.cs" />
- <Compile Include="PipeNetworkManage\IFlowService.cs" />
- <Compile Include="PublicInfoManage\IScheduleService.cs" />
- <Compile Include="ReportManage\IRptTempService.cs" />
- <Compile Include="SecondaryWaterSupply\IDeviceService.cs" />
- <Compile Include="SecondaryWaterSupply\IHistoryService.cs" />
- <Compile Include="SystemManage\ILogService.cs" />
- <Compile Include="SystemManage\ICodeRuleService.cs" />
- <Compile Include="PublicInfoManage\IFileFolderService.cs" />
- <Compile Include="PublicInfoManage\IFileInfoService.cs" />
- <Compile Include="PublicInfoManage\IEmailCategoryService.cs" />
- <Compile Include="PublicInfoManage\IEmailContentService.cs" />
- <Compile Include="PublicInfoManage\INewsService.cs" />
- <Compile Include="MessageManage\IMsgContentService.cs" />
- <Compile Include="MessageManage\IMsgGroupService.cs" />
- <Compile Include="MessageManage\IMsgUserService.cs" />
- <Compile Include="PublicInfoManage\INoticeService.cs" />
- <Compile Include="SystemManage\IDataBaseBackupService.cs" />
- <Compile Include="AuthorizeManage\IFilterIPService.cs" />
- <Compile Include="AuthorizeManage\IFilterTimeService.cs" />
- <Compile Include="SystemManage\IDataBaseLinkService.cs" />
- <Compile Include="SystemManage\IDataBaseTableService.cs" />
- <Compile Include="SystemManage\IAreaService.cs" />
- <Compile Include="SystemManage\IDataItemDetailService.cs" />
- <Compile Include="SystemManage\IDataItemService.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WarehouseManage\IWarehouseManageService.cs" />
- <Compile Include="WeChatManage\IWeChatAppService.cs" />
- <Compile Include="WeChatManage\IWeChatOrganizeService.cs" />
- <Compile Include="WeChatManage\IWeChatUserService.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\LeaRun.Data\LeaRun.Data.Repository\LeaRun.Data.Repository.csproj">
- <Project>{1751a2dd-0f00-4c76-b180-97e8f72fe078}</Project>
- <Name>LeaRun.Data.Repository</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.FlowWork\LeaRun.Util.FlowWork.csproj">
- <Project>{2db6492a-3cda-40cb-9bab-51f00510b0c2}</Project>
- <Name>LeaRun.Util.FlowWork</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.WebControl\LeaRun.Util.WebControl.csproj">
- <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
- <Name>LeaRun.Util.WebControl</Name>
- </ProjectReference>
- <ProjectReference Include="..\LeaRun.Application.Code\LeaRun.Application.Code.csproj">
- <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
- <Name>LeaRun.Application.Code</Name>
- </ProjectReference>
- <ProjectReference Include="..\LeaRun.Application.Entity\LeaRun.Application.Entity.csproj">
- <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
- <Name>LeaRun.Application.Entity</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </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>
|