2017-07-08 20:41:44 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-07-08 18:42:43 +08:00
|
|
|
|
<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>
|
2017-07-08 20:41:44 +08:00
|
|
|
|
<ProjectGuid>{D48622B3-F4CD-45CD-B1C9-868083037ECD}</ProjectGuid>
|
2017-07-08 22:22:41 +08:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-07-08 18:42:43 +08:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>SqliteTest</RootNamespace>
|
|
|
|
|
<AssemblyName>SqliteTest</AssemblyName>
|
2021-07-10 01:16:48 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
2017-07-08 18:42:43 +08:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2021-07-10 01:16:48 +08:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-07-08 18:42:43 +08:00
|
|
|
|
</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>
|
2017-07-08 22:22:41 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
2017-07-08 18:42:43 +08:00
|
|
|
|
<ItemGroup>
|
2017-07-08 20:41:44 +08:00
|
|
|
|
<Reference Include="System" />
|
2019-06-04 15:30:36 +08:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2017-07-08 20:41:44 +08:00
|
|
|
|
<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" />
|
2017-07-08 18:42:43 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-10-14 11:19:49 +08:00
|
|
|
|
<Compile Include="Bugs\BugTest.cs" />
|
2017-07-09 00:34:56 +08:00
|
|
|
|
<Compile Include="Config.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<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" />
|
2021-07-04 12:48:17 +08:00
|
|
|
|
<Compile Include="Demo\DemoJ_Report.cs" />
|
2021-10-31 14:41:27 +08:00
|
|
|
|
<Compile Include="Demo\DemoN_SplitTable.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="Models\AttributeTable.cs" />
|
2023-03-18 14:15:33 +08:00
|
|
|
|
<Compile Include="Models\BoolTest.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="Models\CarType.cs" />
|
|
|
|
|
<Compile Include="Models\Custom.cs" />
|
|
|
|
|
<Compile Include="Models\EntityMapper.cs" />
|
|
|
|
|
<Compile Include="Models\Mapper.cs" />
|
|
|
|
|
<Compile Include="Models\MyCustomAttributeTable.cs" />
|
|
|
|
|
<Compile Include="Models\Order.cs" />
|
|
|
|
|
<Compile Include="Models\OrderItem.cs" />
|
|
|
|
|
<Compile Include="Models\TestTree.cs" />
|
|
|
|
|
<Compile Include="Models\Tree.cs" />
|
|
|
|
|
<Compile Include="Models\ViewOrder.cs" />
|
2023-04-03 00:40:52 +08:00
|
|
|
|
<Compile Include="UnitTest\Models\AgentUser.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\EntityBase.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\Park.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\ParkPartner.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\SysUser.cs" />
|
|
|
|
|
<Compile Include="UnitTest\UFilter2.cs" />
|
2023-03-04 16:41:14 +08:00
|
|
|
|
<Compile Include="UnitTest\UinitCustomConvert.cs" />
|
2023-03-03 14:12:36 +08:00
|
|
|
|
<Compile Include="UnitTest\Models\Book.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\Playground.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\Room.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\School.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\Student.cs" />
|
2023-02-03 16:18:15 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitFilterdafa.cs" />
|
2022-11-26 22:02:45 +08:00
|
|
|
|
<Compile Include="UnitTest\Models\BilPayment.cs" />
|
2022-12-17 11:55:22 +08:00
|
|
|
|
<Compile Include="UnitTest\UInsert3.cs" />
|
2022-11-11 10:57:20 +08:00
|
|
|
|
<Compile Include="UnitTest\Unit01.cs" />
|
2022-11-14 01:31:57 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitByteArray.cs" />
|
2022-10-28 12:41:47 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitNavInsertadfa1.cs" />
|
2022-10-24 12:50:28 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitNavInsertIssue.cs" />
|
2022-10-22 13:29:18 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitInsertNavN.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="UnitTest\Main.cs" />
|
2022-01-04 13:09:01 +08:00
|
|
|
|
<Compile Include="UnitTest\Models\Export.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\ExToCon.cs" />
|
|
|
|
|
<Compile Include="UnitTest\Models\LoadCon.cs" />
|
2022-01-16 15:42:03 +08:00
|
|
|
|
<Compile Include="UnitTest\UBulkCopy2.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="UnitTest\UAdo.cs" />
|
2022-01-16 15:21:17 +08:00
|
|
|
|
<Compile Include="UnitTest\UBulkCopy.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="UnitTest\UCodeFirst.cs" />
|
2022-01-04 13:09:01 +08:00
|
|
|
|
<Compile Include="UnitTest\UCustom01.cs" />
|
2022-03-23 11:01:17 +08:00
|
|
|
|
<Compile Include="UnitTest\UCustom011.cs" />
|
2022-01-09 16:24:43 +08:00
|
|
|
|
<Compile Include="UnitTest\UCustom02.cs" />
|
2021-02-04 16:26:36 +08:00
|
|
|
|
<Compile Include="UnitTest\UInsert.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="UnitTest\UJson.cs" />
|
2022-09-22 21:19:44 +08:00
|
|
|
|
<Compile Include="UnitTest\UNavTest.cs" />
|
2023-03-03 14:12:36 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitNavUpdatee12.cs" />
|
2022-12-04 04:34:05 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitSubToList.cs" />
|
2022-08-24 00:37:43 +08:00
|
|
|
|
<Compile Include="UnitTest\UnitTestReturnPkList.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="UnitTest\Updateable.cs" />
|
|
|
|
|
<Compile Include="UnitTest\UQueryable.cs" />
|
|
|
|
|
<Compile Include="UnitTest\UQueryableAsync.cs" />
|
2022-12-15 17:21:15 +08:00
|
|
|
|
<Compile Include="UnitTest\USaveable.cs" />
|
2019-06-04 15:28:13 +08:00
|
|
|
|
<Compile Include="UnitTest\UThread.cs" />
|
|
|
|
|
<Compile Include="UnitTest\UThread2.cs" />
|
|
|
|
|
<Compile Include="UnitTest\UThread3.cs" />
|
|
|
|
|
<Compile Include="UnitTest\UValidate.cs" />
|
2017-07-08 22:22:41 +08:00
|
|
|
|
<Compile Include="Program.cs" />
|
2017-07-08 18:42:43 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
2017-07-08 20:41:44 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="x64\SQLite.Interop.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="x86\SQLite.Interop.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2017-07-08 22:22:41 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
|
|
|
|
<Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
|
|
|
|
|
<Name>SqlSugar</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2021-07-10 01:16:48 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
</ItemGroup>
|
2017-07-08 18:42:43 +08:00
|
|
|
|
<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>
|
|
|
|
|
-->
|
2017-07-08 20:41:44 +08:00
|
|
|
|
</Project>
|