refresh packages...

This commit is contained in:
Samuele Locatelli
2017-05-03 11:49:28 +02:00
parent d5d869b979
commit 69a7bbd406
6 changed files with 11 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -345,6 +345,7 @@
<DependentUpon>compilerconfig.json</DependentUpon>
</None>
<None Include="Properties\PublishProfiles\IIS01.pubxml" />
<Content Include="Reports\ReportSchedaIdentificazione.rdl" />
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
<Content Include="Scripts\jquery-3.1.1.js" />
<Content Include="Scripts\jquery-3.1.1.min.js" />
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<pages>
<controls>
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
</controls>
</pages>
</system.web>
</configuration>
Binary file not shown.