| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{7D82B872-10EE-4AE6-AFB5-32D4CB1828FB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>WorkFlowApi.Business</RootNamespace>
- <AssemblyName>WorkFlowApi.Business</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <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.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BaseBusiness.cs" />
- <Compile Include="DepartmentBusiness.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RoleBusiness.cs" />
- <Compile Include="Scheme\WFProcessBusiness.cs" />
- <Compile Include="Scheme\WFSchemeBusiness.cs" />
- <Compile Include="Scheme\WFSchemeInfoBusiness.cs" />
- <Compile Include="Scheme\WFTaskBusiness.cs" />
- <Compile Include="Scheme\WFTaskLogBusiness.cs" />
- <Compile Include="Scheme\WFTaskTaskRelationBusiness.cs" />
- <Compile Include="UserAccountBusiness.cs" />
- <Compile Include="UserRelationBusiness.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\WorkFlowApi.DB\WorkFlowApi.DB.csproj">
- <Project>{30E4B7F2-5B23-4EAE-9383-9C38FAABDD54}</Project>
- <Name>WorkFlowApi.DB</Name>
- </ProjectReference>
- <ProjectReference Include="..\WorkFlowApi.Entity\WorkFlowApi.Entity.csproj">
- <Project>{2715FFD5-FCB5-417D-8E23-62F917A42C3D}</Project>
- <Name>WorkFlowApi.Entity</Name>
- </ProjectReference>
- <ProjectReference Include="..\WorkFlowApi.IBusiness\WorkFlowApi.IBusiness.csproj">
- <Project>{0883141C-72DE-42CB-B1B4-3B74B6D97AF9}</Project>
- <Name>WorkFlowApi.IBusiness</Name>
- </ProjectReference>
- <ProjectReference Include="..\WorkFlowApi.Models\WorkFlowApi.ViewModels.csproj">
- <Project>{049D0F4E-FCBE-4186-A40C-A77E55FA14B9}</Project>
- <Name>WorkFlowApi.ViewModels</Name>
- </ProjectReference>
- <ProjectReference Include="..\WorkFlowApi.Utility\WorkFlowApi.Utility.csproj">
- <Project>{604EE26A-1BEA-46EC-898A-E1CC585239AA}</Project>
- <Name>WorkFlowApi.Utility</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|