1 Star 0 Fork 41

darbblue / XXF

forked from 车江毅 / BSF 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
XXF.csproj 13.10 KB
一键复制 编辑 原始数据 按行查看 历史
hailing08 提交于 2016-05-18 22:04 . XXF开源,所有项目整理
<?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>{EFCDA480-BD82-4450-8DFF-951155AC85D1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XXF</RootNamespace>
<AssemblyName>XXF</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<DocumentationFile>
</DocumentationFile>
<PlatformTarget>AnyCPU</PlatformTarget>
</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="Apache.NMS, Version=1.7.0.3635, Culture=neutral, PublicKeyToken=82756feee3957618, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>引用\Apache.NMS.dll</HintPath>
</Reference>
<Reference Include="Apache.NMS.ActiveMQ, Version=1.7.0.3660, Culture=neutral, PublicKeyToken=82756feee3957618, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>引用\Apache.NMS.ActiveMQ.dll</HintPath>
</Reference>
<Reference Include="Enyim.Caching">
<HintPath>引用\Enyim.Caching.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\..\..\..\dyd_3.0\Dyd\packages\Excel-DNA.Interop.14.0.1\lib\Microsoft.Office.Interop.Excel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Vbe.Interop, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\..\..\..\dyd_3.0\Dyd\packages\Excel-DNA.Interop.14.0.1\lib\Microsoft.Vbe.Interop.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MvcPager">
<HintPath>引用\MvcPager.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=6.9.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>引用\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>引用\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\..\..\..\dyd_3.0\Dyd\packages\Excel-DNA.Interop.14.0.1\lib\Office.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Oracle.ManagedDataAccess">
<HintPath>引用\Oracle.ManagedDataAccess.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common">
<HintPath>引用\ServiceStack.Common.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>引用\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Redis">
<HintPath>引用\ServiceStack.Redis.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text">
<HintPath>引用\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net" />
<Reference Include="System.Net.Http">
<HintPath>引用\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Thrift">
<HintPath>引用\Thrift.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ActiveMQ\AtiveMQManager.cs" />
<Compile Include="Api\AUTH_CODE_MSG.cs" />
<Compile Include="Api\ClientResult.cs" />
<Compile Include="Api\ListResult.cs" />
<Compile Include="Api\ServerResult.cs" />
<Compile Include="Assemblys\AssemblyHelper.cs" />
<Compile Include="Assemblys\AutoModelList.cs" />
<Compile Include="Attributes\OpenApiAttribute.cs" />
<Compile Include="Attributes\OpenDocAttribute.cs" />
<Compile Include="BaseService\Monitor\Dal\tb_database_config_dal.cs" />
<Compile Include="BaseService\Monitor\Dal\tb_error_log_dal.cs" />
<Compile Include="BaseService\Monitor\Dal\tb_log_dal.cs" />
<Compile Include="BaseService\Monitor\Dal\tb_timewatchlog_api_dal.cs" />
<Compile Include="BaseService\Monitor\Dal\tb_timewatchlog_dal.cs" />
<Compile Include="BaseService\Monitor\Model\tb_database_config_model.cs" />
<Compile Include="BaseService\Monitor\Model\tb_error_log_model.cs" />
<Compile Include="BaseService\Monitor\Model\tb_log_model.cs" />
<Compile Include="BaseService\Monitor\Model\tb_timewatchlog_api_model.cs" />
<Compile Include="BaseService\Monitor\Model\tb_timewatchlog_model.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\BaseCollectMonitorDll.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\BatchQueues\BaseBatchQueue.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\BatchQueues\LogBatchQueue.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\BatchQueues\TimeWatchLogApiBatchQueue.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\BatchQueues\TimeWatchLogBatchQueue.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\CommonLogInfo.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\Config.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\DbShardingHelper.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\Enums.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\ErrorLogInfo.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\TimeWatchLogApiInfo.cs" />
<Compile Include="BaseService\Monitor\SystemRuntime\TimeWatchLogInfo.cs" />
<Compile Include="BaseService\Monitor\TimeWatchHelper.cs" />
<Compile Include="BaseService\Monitor\UnityLogHelper.cs" />
<Compile Include="Base\BaseApiController.cs" />
<Compile Include="Base\BaseApiRequestController.cs" />
<Compile Include="Base\BaseCommonController.cs" />
<Compile Include="Base\BaseDal.cs" />
<Compile Include="BasicService\CertCenter\api.cs" />
<Compile Include="BasicService\CertCenter\AppCache.cs" />
<Compile Include="BasicService\CertCenter\AuthToken.cs" />
<Compile Include="BasicService\CertCenter\CertApiConfig.cs" />
<Compile Include="BasicService\CertCenter\CertCache.cs" />
<Compile Include="BasicService\CertCenter\CertCacheItem.cs" />
<Compile Include="Api\Authcomm.cs" />
<Compile Include="Api\HttpServer.cs" />
<Compile Include="Api\ParmField.cs" />
<Compile Include="BasicService\CertCenter\CertCode.cs" />
<Compile Include="BasicService\CertCenter\ServiceCertType.cs" />
<Compile Include="BasicService\ConfigCenter\Cached\CachedHandle.cs" />
<Compile Include="BasicService\ConfigCenter\Cached\ConfigsModel.cs" />
<Compile Include="BasicService\ConfigCenter\CCHelper.cs" />
<Compile Include="BasicService\ConfigCenter\ConfigCenterProvider.cs" />
<Compile Include="BasicService\ConfigCenter\Timered\TimerHandle.cs" />
<Compile Include="BasicService\ConfigCenter\Xml\XmlHandle.cs" />
<Compile Include="BasicService\MonitorPlatform\Dal\auto\tb_ErrorLog_dal.cs" />
<Compile Include="BasicService\MonitorPlatform\Dal\auto\tb_TimeWatchLog_dal.cs" />
<Compile Include="BasicService\MonitorPlatform\Dal\QueueDal.cs" />
<Compile Include="BasicService\MonitorPlatform\Dal\tb_ErrorLog_dal.cs" />
<Compile Include="BasicService\MonitorPlatform\Dal\tb_TimeWatchLog_dal.cs" />
<Compile Include="BasicService\MonitorPlatform\Model\auto\tb_ErrorLog_model.cs" />
<Compile Include="BasicService\MonitorPlatform\Model\auto\tb_TimeWatchLog_model.cs" />
<Compile Include="BasicService\MonitorPlatform\Model\ParamBinds.cs" />
<Compile Include="BasicService\MonitorPlatform\MonitorPlatformHelper.cs" />
<Compile Include="BasicService\NotifyCenter\NC.cs" />
<Compile Include="BasicService\NotifyCenter\NCConfig.cs" />
<Compile Include="BasicService\NotifyCenter\NCCustomerInfo.cs" />
<Compile Include="BasicService\NotifyCenter\NCResult.cs" />
<Compile Include="Common\ArrayHelper.cs" />
<Compile Include="Common\CompressHelper.cs" />
<Compile Include="Common\IOHelper.cs" />
<Compile Include="Common\RandomHelper.cs" />
<Compile Include="Common\SafeEcho.cs" />
<Compile Include="Common\TimeHelper.cs" />
<Compile Include="Common\Utils.cs" />
<Compile Include="Common\XXFConfig.cs" />
<Compile Include="Db\DbCatch.cs" />
<Compile Include="Db\DbConfig.cs" />
<Compile Include="Db\DbConn.cs" />
<Compile Include="Db\DbConnOracle.cs" />
<Compile Include="Db\DbConnOracleNew.cs" />
<Compile Include="Db\DbConnSql.cs" />
<Compile Include="Db\FinaceDate.cs" />
<Compile Include="Db\IDbCatch.cs" />
<Compile Include="Db\LibConvert.cs" />
<Compile Include="Db\LibCrypto.cs" />
<Compile Include="Db\LibNumeric.cs" />
<Compile Include="Db\LibString.cs" />
<Compile Include="Db\OpenCityJsonModel.cs" />
<Compile Include="Db\SimpleProcedureParameter.cs" />
<Compile Include="Db\Type.cs" />
<Compile Include="Extensions\DBObjectMethodHelper.cs" />
<Compile Include="Extensions\RequestMethodHelper.cs" />
<Compile Include="Extensions\StringMehtodHelper.cs" />
<Compile Include="Log\CommLog.cs" />
<Compile Include="Log\ErrorLog.cs" />
<Compile Include="Log\TimeWatchLog.cs" />
<Compile Include="ProjectTool\ApiHelper.cs" />
<Compile Include="ProjectTool\ControllerHelper.cs" />
<Compile Include="ProjectTool\DataTableHelper.cs" />
<Compile Include="ProjectTool\EnumHelper.cs" />
<Compile Include="ProjectTool\MvcMethodFindHelper.cs" />
<Compile Include="ProjectTool\PropertyHelper.cs" />
<Compile Include="ProjectTool\SqlHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Redis\RedisDb.cs" />
<Compile Include="Redis\RedisMananger.cs" />
<Compile Include="Serialization\JsonHelper.cs" />
<Compile Include="Serialization\XmlProvider.cs" />
<Compile Include="Serialization\XmlProvider2.cs" />
<Compile Include="Tool\Convert24Provider.cs" />
<Compile Include="Tool\Convert34Provider.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="XXF说明.txt" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.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>
1
https://gitee.com/darkblue/XXF.git
git@gitee.com:darkblue/XXF.git
darkblue
XXF
XXF
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891