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.
|
|
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.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>{D584B1F5-8607-4FFD-BA98-33D0CE115611}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>EasyNet</RootNamespace> <AssemblyName>EasyNet</AssemblyName> <TargetFrameworkVersion>v4.6</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> </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> <PropertyGroup> <SignAssembly>false</SignAssembly> </PropertyGroup> <PropertyGroup> <AssemblyOriginatorKeyFile> </AssemblyOriginatorKeyFile> </PropertyGroup> <ItemGroup> <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="mysql.data"> <HintPath>..\DLL\mysql.data.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Data.OracleClient" /> <Reference Include="System.Web" /> <Reference Include="System.Web.Services" /> <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="Common\ColumnInfo.cs" /> <Compile Include="Common\CommonUtils.cs" /> <Compile Include="Common\DbCondition.cs" /> <Compile Include="Common\DbEntityUtils.cs" /> <Compile Include="Common\DbKeywords.cs" /> <Compile Include="Common\DynamicCalls.cs" /> <Compile Include="Common\IdInfo.cs" /> <Compile Include="Common\Map.cs" /> <Compile Include="Common\PageResult.cs" /> <Compile Include="Common\ParamMap.cs" /> <Compile Include="Common\ReflectionHelper.cs" /> <Compile Include="Common\SQLBuilderHelper.cs" /> <Compile Include="Common\TableInfo.cs" /> <Compile Include="Common\TypeUtils.cs" /> <Compile Include="DBUtility\AdoHelper.cs" /> <Compile Include="DBUtility\CommandInfo.cs" /> <Compile Include="DBUtility\DatabaseType.cs" /> <Compile Include="DBUtility\DbFactory.cs" /> <Compile Include="DBUtility\DbHelper.cs" /> <Compile Include="DBUtility\DbHelperSQL.cs" /> <Compile Include="DBUtility\DbOperateType.cs" /> <Compile Include="EasyNetGlobalConstWord.cs" /> <Compile Include="Enumerations.cs" /> <Compile Include="Manager\DbManager.cs" /> <Compile Include="Manager\ManagerFactory.cs" /> <Compile Include="Manager\ManagerThread.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="SecurityUtil.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Entity\Entity.csproj"> <Project>{fd4879c2-fb2b-4b97-81fb-4ec7fb58a943}</Project> <Name>Entity</Name> </ProjectReference> <ProjectReference Include="..\SqlSugar\SqlSugar.csproj"> <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project> <Name>SqlSugar</Name> </ProjectReference> </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>
|