mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 00:01:11 +08:00
85 lines
3.7 KiB
XML
85 lines
3.7 KiB
XML
![]() |
<?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>{86A55D46-B5F5-44B4-8B60-2AED1E2EDD99}</ProjectGuid>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>PgSqlTest</RootNamespace>
|
|||
|
<AssemblyName>PgSqlTest</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.5</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.ComponentModel.DataAnnotations" />
|
|||
|
<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="Class1.cs" />
|
|||
|
<Compile Include="Config.cs" />
|
|||
|
<Compile Include="Demos\1_Query.cs" />
|
|||
|
<Compile Include="Demos\2_Update.cs" />
|
|||
|
<Compile Include="Demos\3_Insert.cs" />
|
|||
|
<Compile Include="Demos\4_Delete.cs" />
|
|||
|
<Compile Include="Demos\5_CodeFirst.cs" />
|
|||
|
<Compile Include="Demos\5_DbFirst.cs" />
|
|||
|
<Compile Include="Demos\6_ComplexModel.cs" />
|
|||
|
<Compile Include="Demos\7_Filter.cs" />
|
|||
|
<Compile Include="Demos\8_JoinSql.cs" />
|
|||
|
<Compile Include="Demos\9_Aop.cs" />
|
|||
|
<Compile Include="Demos\A_MasterSlave.cs" />
|
|||
|
<Compile Include="Demos\B_SharedConnection.cs" />
|
|||
|
<Compile Include="Demos\CS_TeacherStudent.cs" />
|
|||
|
<Compile Include="Demos\C_ExtSqlFun.cs" />
|
|||
|
<Compile Include="Demos\D_QueryableView.cs" />
|
|||
|
<Compile Include="Demos\E_Attribute.cs" />
|
|||
|
<Compile Include="Demos\F_VersionValidation.cs" />
|
|||
|
<Compile Include="Demos\G_Mapper.cs" />
|
|||
|
<Compile Include="Demos\H_ExtEntity.cs" />
|
|||
|
<Compile Include="Demos\H_Queue.cs" />
|
|||
|
<Compile Include="Demos\PerformanceTest.cs" />
|
|||
|
<Compile Include="Demos\Z_DemoBase.cs" />
|
|||
|
<Compile Include="Models\DataTestInfo.cs" />
|
|||
|
<Compile Include="Models\DataTestInfo2.cs" />
|
|||
|
<Compile Include="Models\Enum.cs" />
|
|||
|
<Compile Include="Models\School.cs" />
|
|||
|
<Compile Include="Models\Student.cs" />
|
|||
|
<Compile Include="Models\ViewModelStudent.cs" />
|
|||
|
<Compile Include="Program.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
</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>
|