|
17 | 17 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
18 | 18 | <Product>Core $(BaseProduct)</Product>
|
19 | 19 | <EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
20 |
| - <NoWarn>$(NoWarn);IL2026;IL2057;IL2072;IL2075</NoWarn> |
| 20 | + <NoWarn>$(NoWarn);IL2026;IL2057;IL2072;IL2075</NoWarn> |
21 | 21 | <RootNamespace />
|
22 | 22 | </PropertyGroup>
|
23 | 23 | <!--Generating Strong Name-->
|
|
35 | 35 | <ItemGroup>
|
36 | 36 | <EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />
|
37 | 37 | <EmbeddedFiles Include="$(TargetFrameworkMonikerAssemblyAttributesPath)" />
|
38 |
| - </ItemGroup> |
| 38 | + </ItemGroup> |
39 | 39 | <!-- Contains common items shared between Unix and Windows -->
|
40 | 40 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS'">
|
41 | 41 | <Compile Include="$(CommonSourceRoot)\Interop\Common\Sni\SniErrors.cs">
|
|
178 | 178 | </Compile>
|
179 | 179 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\AlwaysEncryptedKeyConverter.cs">
|
180 | 180 | <Link>Microsoft\Data\SqlClient\AlwaysEncryptedKeyConverter.cs</Link>
|
181 |
| - </Compile> |
| 181 | + </Compile> |
182 | 182 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\ApplicationIntent.cs">
|
183 | 183 | <Link>Microsoft\Data\SqlClient\ApplicationIntent.cs</Link>
|
184 | 184 | </Compile>
|
|
535 | 535 | </Compile>
|
536 | 536 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDbColumn.cs">
|
537 | 537 | <Link>Microsoft\Data\SqlClient\SqlDbColumn.cs</Link>
|
538 |
| - </Compile> |
| 538 | + </Compile> |
539 | 539 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs">
|
540 | 540 | <Link>Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs</Link>
|
541 | 541 | </Compile>
|
|
725 | 725 | <Compile Include="$(CommonSourceRoot)System\Diagnostics\CodeAnalysis.cs">
|
726 | 726 | <Link>System\Diagnostics\CodeAnalysis.cs</Link>
|
727 | 727 | </Compile>
|
728 |
| - |
729 | 728 | <Compile Include="Common\System\NotImplemented.cs" />
|
730 | 729 | <Compile Include="Microsoft\Data\Common\DbConnectionOptions.cs" />
|
731 | 730 | <Compile Include="Microsoft\Data\SqlClient\SNI\ConcurrentQueueSemaphore.cs" />
|
|
760 | 759 | <Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectManaged.cs" />
|
761 | 760 | <Compile Include="Microsoft.Data.SqlClient.TypeForwards.cs" />
|
762 | 761 | </ItemGroup>
|
763 |
| - |
764 | 762 | <!-- Windows only -->
|
765 | 763 | <ItemGroup Condition="'$(TargetsWindows)' == 'true'">
|
766 | 764 | <Compile Include="$(CommonSourceRoot)\Interop\Windows\Handles\SafeLibraryHandle.netcore.cs">
|
|
901 | 899 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlTypes\SqlFileStream.Windows.cs">
|
902 | 900 | <Link>Microsoft\Data\SqlTypes\SqlFileStream.Windows.cs</Link>
|
903 | 901 | </Compile>
|
904 |
| - |
905 | 902 | <Compile Include="Microsoft\Data\SqlClient\SNI\LocalDB.Windows.cs" />
|
906 | 903 | <Compile Include="Microsoft\Data\SqlClient\TdsParser.Windows.cs" />
|
907 | 904 | <Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectNative.cs" />
|
908 | 905 | <Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectFactory.Windows.cs" />
|
909 | 906 | </ItemGroup>
|
910 |
| - |
911 | 907 | <!-- Unix only -->
|
912 | 908 | <ItemGroup Condition="'$(TargetsUnix)' == 'true'">
|
913 | 909 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\Common\AdapterUtil.Unix.cs">
|
|
928 | 924 | <Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlTypes\SqlFileStream.netcore.Unix.cs">
|
929 | 925 | <Link>Microsoft\Data\SqlTypes\SqlFileStream.netcore.Unix.cs</Link>
|
930 | 926 | </Compile>
|
931 |
| - |
932 | 927 | <Compile Include="Microsoft\Data\Sql\SqlDataSourceEnumerator.Unix.cs" />
|
933 | 928 | <Compile Include="Microsoft\Data\SqlClient\SNI\LocalDB.Unix.cs" />
|
934 | 929 | <Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Unix.cs" />
|
|
937 | 932 | <Compile Include="Microsoft\Data\SqlClient\TdsParser.Unix.cs" />
|
938 | 933 | <Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectFactory.Managed.cs" />
|
939 | 934 | </ItemGroup>
|
940 |
| - |
941 | 935 | <!-- Resources -->
|
942 | 936 | <ItemGroup>
|
943 | 937 | <Compile Include="$(CommonSourceRoot)Resources\StringsHelper.cs">
|
|
964 | 958 | <LogicalName>Microsoft.Data.SqlClient.SqlMetaData.xml</LogicalName>
|
965 | 959 | </EmbeddedResource>
|
966 | 960 | </ItemGroup>
|
967 |
| - |
968 | 961 | <!-- Package References Etc -->
|
969 | 962 | <ItemGroup>
|
970 |
| - <PackageReference Include="Microsoft.Data.SqlClient.SNI.runtime" Version="$(MicrosoftDataSqlClientSNIRuntimeVersion)" /> |
971 |
| - <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(MicrosoftExtensionsCachingMemoryVersion)" /> |
| 963 | + <PackageReference Include="Microsoft.Data.SqlClient.SNI.runtime" /> |
| 964 | + <PackageReference Include="Microsoft.Extensions.Caching.Memory" /> |
972 | 965 | <!-- Enable the project reference for debugging purposes. -->
|
973 | 966 | <!-- <ProjectReference Include="$(SqlServerSourceCode)\Microsoft.SqlServer.Server.csproj" /> -->
|
974 |
| - <PackageReference Include="Microsoft.SqlServer.Server" Version="$(MicrosoftSqlServerServerVersion)" /> |
975 |
| - <PackageReference Include="Azure.Identity" Version="$(AzureIdentityVersion)" /> |
976 |
| - <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="$(MicrosoftIdentityModelProtocolsOpenIdConnectVersion)" /> |
977 |
| - <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="$(MicrosoftIdentityModelJsonWebTokensVersion)" /> |
978 |
| - <PackageReference Include="System.Configuration.ConfigurationManager" Version="$(SystemConfigurationConfigurationManagerVersion)" /> |
979 |
| - <PackageReference Include="System.Security.Cryptography.Pkcs" Version="$(SystemSecurityCryptographyPkcsVersion)" /> |
980 |
| - <PackageReference Include="Microsoft.Bcl.Cryptography" Version="$(MicrosoftBclCryptographyVersion)" /> |
| 967 | + <PackageReference Include="Microsoft.SqlServer.Server" /> |
| 968 | + <PackageReference Include="Azure.Identity" /> |
| 969 | + <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" /> |
| 970 | + <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" /> |
| 971 | + <PackageReference Include="System.Configuration.ConfigurationManager" /> |
| 972 | + <PackageReference Include="System.Security.Cryptography.Pkcs" /> |
| 973 | + <PackageReference Include="Microsoft.Bcl.Cryptography" /> |
981 | 974 | </ItemGroup>
|
982 | 975 | <Import Project="$(ToolsDir)targets\GenerateThisAssemblyCs.targets" />
|
983 | 976 | <Import Project="$(ToolsDir)targets\ResolveContract.targets" Condition="'$(OSGroup)' == 'AnyOS'" />
|
|
0 commit comments