Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-zare committed Sep 27, 2019
1 parent 2727ef3 commit e24a7cf
Show file tree
Hide file tree
Showing 192 changed files with 43,164 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Abi.Data.Sql/Abi.Data.Sql.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Authors>Ali Zare</Authors>
<Company />
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;ET</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;ET</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<None Remove="CommandParameter.cs~RF26599014.TMP" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Abi.Data\Abi.Data.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit e24a7cf

Please sign in to comment.