forked from nicholas-ross/SSMS-Schema-Folders
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.config
12 lines (12 loc) · 986 Bytes
/
packages.config
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.VisualStudio.OLE.Interop" version="7.10.6070" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.14.0" version="14.2.25123" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Immutable.10.0" version="10.0.30319" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Interop" version="7.10.6071" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Interop.10.0" version="10.0.30319" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Interop.8.0" version="8.0.50727" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.Interop.9.0" version="9.0.30729" targetFramework="net452" />
<package id="Microsoft.VSSDK.BuildTools" version="14.2.25123" targetFramework="net452" developmentDependency="true" />
<package id="VSSDK.Shell.10" version="10.0.4" targetFramework="net452" />
</packages>