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.
117 lines
5.9 KiB
117 lines
5.9 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>{DF49339D-3642-47EA-914A-5C7C6C066268}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>QuestDbTest</RootNamespace>
|
|
<AssemblyName>QuestDbTest</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="Npgsql, Version=4.0.6.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\SqlSugar\References\Npgsql.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.2\lib\netstandard1.1\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.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="Config.cs" />
|
|
<Compile Include="Demo\UInsert3.cs" />
|
|
<Compile Include="Demo\Unit01.cs" />
|
|
<Compile Include="Demo\Demo0_SqlSugarClient.cs" />
|
|
<Compile Include="Demo\Demo1_Queryable.cs" />
|
|
<Compile Include="Demo\Demo2_Updateable.cs" />
|
|
<Compile Include="Demo\Demo3_Insertable.cs" />
|
|
<Compile Include="Demo\Demo4_Deleteable.cs" />
|
|
<Compile Include="Demo\Demo5_SqlQueryable.cs" />
|
|
<Compile Include="Demo\Demo6_Queue.cs" />
|
|
<Compile Include="Demo\Demo7_Ado.cs" />
|
|
<Compile Include="Demo\Demo8_Saveable.cs" />
|
|
<Compile Include="Demo\Demo9_EntityMain.cs" />
|
|
<Compile Include="Demo\DemoA_DbMain.cs" />
|
|
<Compile Include="Demo\DemoB_Aop.cs" />
|
|
<Compile Include="Demo\Democ_GobalFilter.cs" />
|
|
<Compile Include="Demo\DemoD_DbFirst.cs" />
|
|
<Compile Include="Demo\DemoE_CodeFirst.cs" />
|
|
<Compile Include="Demo\DemoF_Utilities.cs" />
|
|
<Compile Include="Demo\DemoG_SimpleClient.cs" />
|
|
<Compile Include="Demo\DemoH_Snowflake.cs" />
|
|
<Compile Include="Demo\DemoJ_Report.cs" />
|
|
<Compile Include="Demo\DemoZ_Thread.cs" />
|
|
<Compile Include="Models\AttributeTable.cs" />
|
|
<Compile Include="Models\CarType.cs" />
|
|
<Compile Include="Models\Custom.cs" />
|
|
<Compile Include="Models\EntityMapper.cs" />
|
|
<Compile Include="Models\GJ_CN_2011_RtdEntity.cs" />
|
|
<Compile Include="Models\Mapper.cs" />
|
|
<Compile Include="Models\MyCustomAttributeTable.cs" />
|
|
<Compile Include="Models\Order.cs" />
|
|
<Compile Include="Models\OrderItem.cs" />
|
|
<Compile Include="Models\SubInsertTest.cs" />
|
|
<Compile Include="Models\TestTree.cs" />
|
|
<Compile Include="Models\Tree.cs" />
|
|
<Compile Include="Models\users.cs" />
|
|
<Compile Include="Models\ViewOrder.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</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>
|