Skip to content

Commit

Permalink
Add Missing Dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Sep 3, 2016
1 parent 33fd94e commit 411b20c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Binary file added Dependencies/Microsoft.SqlServer.Dmf.dll
Binary file not shown.
Binary file added Dependencies/Microsoft.SqlServer.RegSvrEnum.dll
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions JMMServer/JMMServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,22 @@
<HintPath>..\packages\Microsoft.SQLServer.SMO.12.0.2000.8\lib\Microsoft.SqlServer.ConnectionInfoExtended.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.SqlServer.Dmf, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Microsoft.SqlServer.Dmf.dll</HintPath>
</Reference>
<Reference Include="Microsoft.SqlServer.Management.Sdk.Sfc, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.SQLServer.SMO.12.0.2000.8\lib\Microsoft.SqlServer.Management.Sdk.Sfc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.SqlServer.RegSvrEnum, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Microsoft.SqlServer.RegSvrEnum.dll</HintPath>
</Reference>
<Reference Include="Microsoft.SqlServer.ServiceBrokerEnum, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Microsoft.SqlServer.ServiceBrokerEnum.dll</HintPath>
</Reference>
<Reference Include="Microsoft.SqlServer.Smo, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.SQLServer.SMO.12.0.2000.8\lib\Microsoft.SqlServer.Smo.dll</HintPath>
<Private>True</Private>
Expand Down

0 comments on commit 411b20c

Please sign in to comment.