Aggiunto componente SQL x glimpse
This commit is contained in:
Binary file not shown.
@@ -195,6 +195,9 @@
|
||||
<HintPath>..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Glimpse.Ado, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Glimpse.Ado.1.7.3\lib\net45\Glimpse.Ado.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Glimpse.AspNet, Version=1.9.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Glimpse.AspNet.1.9.2\lib\net45\Glimpse.AspNet.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<package id="elmah.corelibrary" version="1.2.2" targetFramework="net45" />
|
||||
<package id="FontAwesome" version="4.7.0" targetFramework="net45" />
|
||||
<package id="Glimpse" version="1.8.6" targetFramework="net462" />
|
||||
<package id="Glimpse.Ado" version="1.7.3" targetFramework="net462" />
|
||||
<package id="Glimpse.AspNet" version="1.9.2" targetFramework="net462" />
|
||||
<package id="Glimpse.AspNetCache" version="0.9.9.35094" targetFramework="net462" />
|
||||
<package id="Glimpse.Elmah" version="1.1.1" targetFramework="net462" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
Register-GlimpseExtension $package $DTE
|
||||
@@ -0,0 +1,3 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
Unregister-GlimpseExtension $package
|
||||
Reference in New Issue
Block a user