Skip to content

Commit e207a8a

Browse files
committed
References
1 parent 93dfc36 commit e207a8a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vs/DataCommander.sqlite

0 Bytes
Binary file not shown.

DataCommander.Providers.SqlServer/DataCommander.Providers.SqlServer.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,17 @@
273273
<Reference Include="Foundation">
274274
<HintPath>..\DataCommander.Foundation\bin\Debug\Foundation.dll</HintPath>
275275
</Reference>
276-
<Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
276+
<Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=14.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
277+
<SpecificVersion>False</SpecificVersion>
278+
<HintPath>..\References\Microsoft.SqlServer.ConnectionInfo.dll</HintPath>
279+
</Reference>
277280
<Reference Include="Microsoft.SqlServer.Management.Sdk.Sfc, Version=14.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
278281
<SpecificVersion>False</SpecificVersion>
279-
<HintPath>C:\Program Files\Microsoft SQL Server\140\SDK\Assemblies\Microsoft.SqlServer.Management.Sdk.Sfc.dll</HintPath>
282+
<HintPath>..\References\Microsoft.SqlServer.Management.Sdk.Sfc.dll</HintPath>
280283
</Reference>
281284
<Reference Include="Microsoft.SqlServer.Smo, Version=14.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
282285
<SpecificVersion>False</SpecificVersion>
283-
<HintPath>C:\Program Files\Microsoft SQL Server\140\SDK\Assemblies\Microsoft.SqlServer.Smo.dll</HintPath>
286+
<HintPath>..\References\Microsoft.SqlServer.Smo.dll</HintPath>
284287
</Reference>
285288
<Reference Include="System" />
286289
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)