Skip to content

Commit

Permalink
Share more files and add MultiPartIdentifier tests (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 committed Dec 22, 2020
1 parent 21b0197 commit a9c21bb
Show file tree
Hide file tree
Showing 9 changed files with 275 additions and 892 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<Compile Include="..\..\src\Microsoft\Data\Common\ActivityCorrelator.cs">
<Link>Microsoft\Data\Common\ActivityCorrelator.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\Common\DbConnectionPoolKey.cs">
<Link>Microsoft\Data\Common\DbConnectionPoolKey.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\Common\MultipartIdentifier.cs">
<Link>Microsoft\Data\Common\MultipartIdentifier.cs</Link>
</Compile>
<Compile Include="..\..\src\Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs">
<Link>Microsoft\Data\SqlClient\DataClassification\SensitivityClassification.cs</Link>
</Compile>
Expand Down Expand Up @@ -321,19 +327,13 @@
<Compile Include="$(CommonPath)\Microsoft\Data\Common\DbConnectionOptions.Common.cs">
<Link>Microsoft\Data\Common\DbConnectionOptions.Common.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Microsoft\Data\Common\DbConnectionPoolKey.cs">
<Link>Microsoft\Data\Common\DbConnectionPoolKey.cs</Link>
</Compile>
<Compile Include="Microsoft\Data\Common\DbConnectionStringCommon.cs" />
<Compile Include="$(CommonPath)\Microsoft\Data\Common\FieldNameLookup.cs">
<Link>Microsoft\Data\Common\FieldNameLookup.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Microsoft\Data\Common\BasicFieldNameLookup.cs">
<Link>Microsoft\Data\Common\BasicFieldNameLookup.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Microsoft\Data\Common\MultipartIdentifier.cs">
<Link>Microsoft\Data\Common\MultipartIdentifier.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Microsoft\Data\Common\NameValuePair.cs">
<Link>Microsoft\Data\Common\NameValuePair.cs</Link>
</Compile>
Expand Down
Loading

0 comments on commit a9c21bb

Please sign in to comment.