You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.5 KiB
76 lines
3.5 KiB
<?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>{0A27F276-D442-4E0A-B810-32D6074F0155}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SqlSugar.Access</RootNamespace>
|
|
<AssemblyName>SqlSugar.Access</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</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="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Access\CodeFirst\AccessCodeFirst.cs" />
|
|
<Compile Include="Access\DbBind\AccessDbBind.cs" />
|
|
<Compile Include="Access\DbFirst\AccessDbFirst.cs" />
|
|
<Compile Include="Access\DbMaintenance\AccessDbMaintenance.cs" />
|
|
<Compile Include="Access\Queryable\AccessQueryable.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessBlukCopy.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessBuilder.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessDeleteBuilder.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessExpressionContext.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessFastBuilder.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessInsertBuilder.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessQueryBuilder.cs" />
|
|
<Compile Include="Access\SqlBuilder\AccessUpdateBuilder.cs" />
|
|
<Compile Include="Access\AccessProvider.cs" />
|
|
<Compile Include="Tools\ErrorMessage.cs" />
|
|
<Compile Include="Tools\FileHelper.cs" />
|
|
<Compile Include="Tools\UtilConstants.cs" />
|
|
<Compile Include="Tools\UtilExtensions.cs" />
|
|
<Compile Include="Tools\UtilMethods.cs" />
|
|
<Compile Include="Tools\ValidateExtensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
|
<Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
|
|
<Name>SqlSugar</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="SqlSugar.Access.nuspec" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|