Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share more files and add MultiPartIdentifier tests #827

Merged
merged 2 commits into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
share more files and add MultiPartIdentifier tests
  • Loading branch information
Wraith2 committed Nov 29, 2020
commit 92fff5842851d6456c26326e21644bd580186f77
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