1 Star 0 Fork 146

夜客行 / Dos.ORM

forked from iTdos / Dos.ORM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dos.ORM.csproj 6.66 KB
一键复制 编辑 原始数据 按行查看 历史
iTdos 提交于 2016-10-29 15:21 . v1.10.7.0
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4BEF1983-F275-4807-96EA-25B973BD6E94}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Dos.ORM</RootNamespace>
<AssemblyName>Dos.ORM</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>发布\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile>
</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>
<DocumentationFile>bin\Debug\Dos.ORM.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;DBC_CHECK_PRECONDITION</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Dos.ORM.XML</DocumentationFile>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.Web" />
<Reference Include="System.Data" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Db\BatchCommander.cs" />
<Compile Include="Cache\CacheConfiguration.cs" />
<Compile Include="Cache\CacheInfo.cs" />
<Compile Include="Db\CommandCreator.cs" />
<Compile Include="Common\DataUtils.cs" />
<Compile Include="Cache\Cache.cs" />
<Compile Include="Common\DesignByContract.cs" />
<Compile Include="Common\DynamicCalls.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Common\EntityCache.cs" />
<Compile Include="Common\EntityUtils.cs" />
<Compile Include="Common\EnumHelper.cs" />
<Compile Include="Common\ILogable.cs" />
<Compile Include="Db\Database.cs" />
<Compile Include="Db\DbBatch.cs" />
<Compile Include="Db\DbSession.cs" />
<Compile Include="Db\DbTrans.cs" />
<Compile Include="Common\Entity.cs" />
<Compile Include="Expression\CacheEvaluator.cs" />
<Compile Include="Expression\ConstantExtractor.cs" />
<Compile Include="Expression\DelegateGenerator.cs" />
<Compile Include="Expression\Evaluator.cs" />
<Compile Include="Expression\Expression.cs" />
<Compile Include="Expression\ExpressionComparer.cs" />
<Compile Include="Expression\ExpressionHasher.cs" />
<Compile Include="Expression\ExpressionToClip.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Expression\ExpressionVisitor.cs" />
<Compile Include="Expression\FastEvaluator.cs" />
<Compile Include="Expression\FastPartialEvaluator.cs" />
<Compile Include="Expression\HashedListCache.cs" />
<Compile Include="Expression\IEvaluator.cs" />
<Compile Include="Expression\IExpressionCache.cs" />
<Compile Include="Expression\PartialEvaluator.cs" />
<Compile Include="Expression\PartialEvaluatorBase.cs" />
<Compile Include="Expression\WeakTypeDelegateGenerator.cs" />
<Compile Include="Expression\WhereClipBuilder.cs" />
<Compile Include="Expression\LambdaWhereClip.cs" />
<Compile Include="Common\Field.cs" />
<Compile Include="Section\FromSection.cs" />
<Compile Include="Expression\GroupByClip.cs" />
<Compile Include="Provider\DbProvider.cs" />
<Compile Include="Expression\OrderByClip.cs" />
<Compile Include="Provider\ProviderFactory.cs" />
<Compile Include="Provider\MsAccessProvider.cs" />
<Compile Include="Provider\OracleProvider.cs" />
<Compile Include="Provider\SqlServer9Provider.cs" />
<Compile Include="Provider\SqlServerProvider.cs" />
<Compile Include="Common\SerializationManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Expression\WhereClip.cs" />
<Compile Include="Section\ProcSection.cs" />
<Compile Include="Section\Section.cs" />
<Compile Include="Section\SqlSection.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Dos.ORM更新日志.txt" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" />
</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>
C#
1
https://gitee.com/YeKeXing/Dos.ORM.git
git@gitee.com:YeKeXing/Dos.ORM.git
YeKeXing
Dos.ORM
Dos.ORM
master

搜索帮助