/PetaPoco/PetaPoco.csproj
http://github.com/toptensoftware/PetaPoco · MSBuild · 35 lines · 30 code · 5 blank · 0 comment · 3 complexity · 87d85b1af724a91ff8951657f0633541 MD5 · raw file
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
- <AssemblyTitle>PetaPoco</AssemblyTitle>
- <Description>A Tiny ORMish thing for your POCO's.</Description>
- <Company>Collaborating Platypus</Company>
- <Product>PetaPoco</Product>
- <Copyright>Collaborating Platypus</Copyright>
- <PackageProjectUrl>https://github.com/CollaboratingPlatypus/PetaPoco</PackageProjectUrl>
- <PackageLicenseUrl>https://github.com/CollaboratingPlatypus/PetaPoco/blob/master/LICENSE.txt</PackageLicenseUrl>
- <RepositoryUrl>https://github.com/CollaboratingPlatypus/PetaPoco</RepositoryUrl>
- <PackageTags>Peta Poco Peta-Poco PetaPoco ORM-Micro Micro-ORM ORM ormmicro MVC MVC4 MVC5 MVC6 MySql Postgres MSSQL Database DAL SQL Easy</PackageTags>
- <PackageIconUrl>https://raw.githubusercontent.com/CollaboratingPlatypus/PetaPoco/master/Media/Logo2/PetaPocoLogo2Nuget.png</PackageIconUrl>
- <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
- <PackageId>PetaPoco.Compiled</PackageId>
- <DefineConstants Condition="'$(TargetFramework)' != 'net40'">ASYNC</DefineConstants>
- </PropertyGroup>
- <ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
- <Reference Include="System.Configuration" />
- </ItemGroup>
- <ItemGroup>
- <None Update="T4 Templates\Database.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- </None>
- </ItemGroup>
- <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
- <PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" />
- <PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
- </ItemGroup>
- </Project>