2015-10-26 21:58:12 +08:00
|
|
|
|
<?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>{6108DA8E-92A1-4ABE-B9F5-26D64D55CA2C}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>OpenAuth.Domain</RootNamespace>
|
|
|
|
|
<AssemblyName>OpenAuth.Domain</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</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="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>
|
2017-01-12 19:16:37 +08:00
|
|
|
|
<Compile Include="Core\ApplyTransitionHistory.cs" />
|
|
|
|
|
<Compile Include="Core\Category.cs" />
|
|
|
|
|
<Compile Include="Core\UserExt.cs" />
|
|
|
|
|
<Compile Include="Core\DicDetail.cs" />
|
|
|
|
|
<Compile Include="Core\DicIndex.cs" />
|
|
|
|
|
<Compile Include="Core\Entity.cs" />
|
|
|
|
|
<Compile Include="Core\CommonApply.cs" />
|
2016-09-14 16:11:46 +08:00
|
|
|
|
<Compile Include="Interface\IWorkflowSchemeRepository.cs" />
|
2015-12-15 23:04:20 +08:00
|
|
|
|
<Compile Include="Interface\ICategoryRepository.cs" />
|
2015-11-21 23:56:39 +08:00
|
|
|
|
<Compile Include="Interface\IModuleRepository.cs" />
|
2015-10-26 21:58:12 +08:00
|
|
|
|
<Compile Include="Interface\IOrgRepository.cs" />
|
|
|
|
|
<Compile Include="Interface\IRepository.cs" />
|
2015-12-19 21:48:17 +08:00
|
|
|
|
<Compile Include="Interface\IResourceRepository.cs" />
|
2015-11-19 21:49:39 +08:00
|
|
|
|
<Compile Include="Interface\IRoleRepository.cs" />
|
2015-11-30 11:58:18 +08:00
|
|
|
|
<Compile Include="Interface\IRelevanceRepository.cs" />
|
2016-01-07 11:47:43 +08:00
|
|
|
|
<Compile Include="Interface\IStockRepository.cs" />
|
2016-04-29 16:26:09 +08:00
|
|
|
|
<Compile Include="Interface\IUnitWork.cs" />
|
2015-10-26 21:58:12 +08:00
|
|
|
|
<Compile Include="Interface\IUserRepository.cs" />
|
2017-01-12 19:16:37 +08:00
|
|
|
|
<Compile Include="Core\Module.cs" />
|
|
|
|
|
<Compile Include="Core\ModuleElement.cs" />
|
|
|
|
|
<Compile Include="Core\Org.cs" />
|
2015-10-26 21:58:12 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-01-12 19:16:37 +08:00
|
|
|
|
<Compile Include="Core\Relevance.cs" />
|
|
|
|
|
<Compile Include="Core\Resource.cs" />
|
|
|
|
|
<Compile Include="Core\Role.cs" />
|
2016-10-17 00:20:55 +08:00
|
|
|
|
<Compile Include="Service\AuthoriseFactory.cs" />
|
|
|
|
|
<Compile Include="Service\SystemAuthService.cs" />
|
2016-04-21 10:54:05 +08:00
|
|
|
|
<Compile Include="Service\AuthoriseService.cs" />
|
2016-05-27 12:39:14 +08:00
|
|
|
|
<Compile Include="Service\ModuleEleManService.cs" />
|
|
|
|
|
<Compile Include="Service\ModuleManService.cs" />
|
2016-05-27 00:58:36 +08:00
|
|
|
|
<Compile Include="Service\ResManagerService.cs" />
|
2016-04-21 15:48:38 +08:00
|
|
|
|
<Compile Include="Service\StockManagerService.cs" />
|
2017-01-12 19:16:37 +08:00
|
|
|
|
<Compile Include="Service\WorkflowService.cs" />
|
|
|
|
|
<Compile Include="Core\Stock.cs" />
|
|
|
|
|
<Compile Include="Core\User.cs" />
|
|
|
|
|
<Compile Include="Core\WFFrmMain.cs" />
|
|
|
|
|
<Compile Include="Core\WFProcessInstance.cs" />
|
|
|
|
|
<Compile Include="Core\WFProcessOperationHistory.cs" />
|
|
|
|
|
<Compile Include="Core\WFProcessScheme.cs" />
|
|
|
|
|
<Compile Include="Core\WFProcessTransitionHistory.cs" />
|
|
|
|
|
<Compile Include="Core\WFSchemeContent.cs" />
|
|
|
|
|
<Compile Include="Core\WFSchemeInfo.cs" />
|
|
|
|
|
<Compile Include="Core\WorkflowScheme.cs" />
|
2015-10-26 21:58:12 +08:00
|
|
|
|
</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>
|
|
|
|
|
-->
|
2015-04-15 23:57:36 +08:00
|
|
|
|
</Project>
|