123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?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>
- <ProjectGuid>{71FF89FF-2B9D-4832-BFB5-5619AE9D093E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MES.Production.Service</RootNamespace>
- <AssemblyName>MES.Production.Service</AssemblyName>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Entity" />
- <Reference Include="System.Web" />
- <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="Account.cs" />
- <Compile Include="DatabaseExtensions.cs" />
- <Compile Include="IRepository.cs" />
- <Compile Include="IService\ComManage\IContentManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IService\ComManage\ICusContactManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IService\ComManage\IFlowInfoManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IService\ComManage\IWinIndexManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="IService\SysManage\IBeUserManage.cs" />
- <Compile Include="IService\SysManage\ICodeAreaManage.cs" />
- <Compile Include="IService\SysManage\ICodeManage.cs" />
- <Compile Include="IService\SysManage\IDepartmentManage.cs" />
- <Compile Include="IService\SysManage\IModuleManage.cs" />
- <Compile Include="IService\SysManage\IMsgAttachManage.cs" />
- <Compile Include="IService\SysManage\IMsgManage.cs" />
- <Compile Include="IService\SysManage\IMsgRevManage.cs" />
- <Compile Include="IService\SysManage\IOnlineManage.cs" />
- <Compile Include="IService\SysManage\IPermissionManage.cs" />
- <Compile Include="IService\SysManage\IPostDepartmentManage.cs" />
- <Compile Include="IService\SysManage\IPostManage.cs" />
- <Compile Include="IService\SysManage\IPostUserManage.cs" />
- <Compile Include="IService\SysManage\IRoleManage.cs" />
- <Compile Include="IService\SysManage\IRolePermissionManage.cs" />
- <Compile Include="IService\SysManage\ISyslogManage.cs" />
- <Compile Include="IService\SysManage\ISystemManage.cs" />
- <Compile Include="IService\SysManage\IUserDepartmentManage.cs" />
- <Compile Include="IService\SysManage\IUserInfoManage.cs" />
- <Compile Include="IService\SysManage\IUserManage.cs" />
- <Compile Include="IService\SysManage\IUserPermissionManage.cs" />
- <Compile Include="IService\SysManage\IUserRoleManage.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RepositoryBase.cs" />
- <Compile Include="ServiceImp\ComManage\ContentManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ServiceImp\ComManage\CusContactManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ServiceImp\ComManage\FlowInfoManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ServiceImp\ComManage\WinIndexManage.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ServiceImp\SysManage\BeUserManage.cs" />
- <Compile Include="ServiceImp\SysManage\CodeAreaManage.cs" />
- <Compile Include="ServiceImp\SysManage\CodeManage.cs" />
- <Compile Include="ServiceImp\SysManage\DepartmentManage.cs" />
- <Compile Include="ServiceImp\SysManage\ModuleManage.cs" />
- <Compile Include="ServiceImp\SysManage\MsgAttachManage.cs" />
- <Compile Include="ServiceImp\SysManage\MsgManage.cs" />
- <Compile Include="ServiceImp\SysManage\MsgRevManage.cs" />
- <Compile Include="ServiceImp\SysManage\OnlineManage.cs" />
- <Compile Include="ServiceImp\SysManage\PermissionManage.cs" />
- <Compile Include="ServiceImp\SysManage\PostDepartmentManage.cs" />
- <Compile Include="ServiceImp\SysManage\PostManage.cs" />
- <Compile Include="ServiceImp\SysManage\PostUserManage.cs" />
- <Compile Include="ServiceImp\SysManage\RoleManage.cs" />
- <Compile Include="ServiceImp\SysManage\RolePermissionManage.cs" />
- <Compile Include="ServiceImp\SysManage\SyslogManage.cs" />
- <Compile Include="ServiceImp\SysManage\SystemManage.cs" />
- <Compile Include="ServiceImp\SysManage\UserDepartmentManage.cs" />
- <Compile Include="ServiceImp\SysManage\UserInfoManage.cs" />
- <Compile Include="ServiceImp\SysManage\UserManage.cs" />
- <Compile Include="ServiceImp\SysManage\UserPermissionManage.cs" />
- <Compile Include="ServiceImp\SysManage\UserRoleManage.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Ant.Service.Common\Ant.Service.Common.csproj">
- <Project>{e40a871d-6995-4c70-a532-fe2f8176d396}</Project>
- <Name>Ant.Service.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\AntORM\Ant.Common\Ant.Common.csproj">
- <Project>{e7d68c96-b811-4c9f-9fec-5f71699ce4ae}</Project>
- <Name>Ant.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\AntORM\Ant.Data\Ant.Data.csproj">
- <Project>{fa570d63-2aef-4958-b259-13decd9080db}</Project>
- <Name>Ant.Data</Name>
- </ProjectReference>
- <ProjectReference Include="..\AntORM\Ant.Frame\Ant.Frame.csproj">
- <Project>{875207ed-9440-4bb7-bd86-3bb9da6ba7a6}</Project>
- <Name>Ant.Frame</Name>
- </ProjectReference>
- <ProjectReference Include="..\AntORM\Ant.ORM\Ant.ORM.csproj">
- <Project>{f45b4d08-3b9e-4c7f-97b5-1d6004bca88f}</Project>
- <Name>Ant.ORM</Name>
- </ProjectReference>
- <ProjectReference Include="..\Central.Control.Domain\Central.Control.Domain.csproj">
- <Project>{735ced10-f7a4-4e92-853b-a37297469526}</Project>
- <Name>Central.Control.Domain</Name>
- </ProjectReference>
- <ProjectReference Include="..\MES.Production.Entity\MES.Production.Entity.csproj">
- <Project>{715b9224-1d1c-47c7-993e-0279a63e8995}</Project>
- <Name>MES.Production.Entity</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Config\Service.xml">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Config\ComService.xml" />
- <Content Include="Service类库说明.txt" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <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>
|