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.
91 lines
4.1 KiB
91 lines
4.1 KiB
2 years ago
|
<?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>{2B3B09DF-40A9-49D5-85D3-F67F8D0EA70A}</ProjectGuid>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<RootNamespace>SqlSugar.Odbc</RootNamespace>
|
||
|
<AssemblyName>SqlSugar.Odbc</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||
|
<Deterministic>true</Deterministic>
|
||
|
<TargetFrameworkProfile />
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||
|
<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' ">
|
||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release\</OutputPath>
|
||
|
<DefineConstants>TRACE</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<StartupObject />
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.Data.Odbc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||
|
<HintPath>..\packages\System.Data.Odbc.4.5.0\lib\net461\System.Data.Odbc.dll</HintPath>
|
||
|
</Reference>
|
||
|
<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="GBase\CodeFirst\GBaseCodeFirst.cs" />
|
||
|
<Compile Include="GBase\DbBind\GBaseDbBind.cs" />
|
||
|
<Compile Include="GBase\DbFirst\GBaseDbFirst.cs" />
|
||
|
<Compile Include="GBase\DbMaintenance\GBaseDbMaintenance.cs" />
|
||
|
<Compile Include="GBase\GBaseProvider.cs" />
|
||
|
<Compile Include="GBase\Queryable\GBaseQueryable.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseBlukCopy.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseBuilder.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseDeleteBuilder.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseExpressionContext.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseFastBuilder.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseInsertBuilder.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseQueryBuilder.cs" />
|
||
|
<Compile Include="GBase\SqlBuilder\GBaseUpdateBuilder.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.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>
|
||
|
<None Include="app.config" />
|
||
|
<None Include="nuget.bat" />
|
||
|
<None Include="packages.config" />
|
||
|
<None Include="SqlSugar.OdbcCore.nuspec" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Content Include="NuGet.exe" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
||
|
<Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
|
||
|
<Name>SqlSugar</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||
|
</Project>
|