Commit fe121c7fbad210a370b3413f6a7eeee71a114c86
1 parent
1ddf7575
commit
Showing
1 changed file
with
15 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -10167,6 +10167,19 @@ |
10167 | 10167 | <Content Include="libs\jquery\jquery_plugin\jsPanel\vendor\jquery.ui.touch-punch.min.js" /> |
10168 | 10168 | <Content Include="libs\jquery\jquery_plugin\jsPanel\vendor\mobile-detect.js" /> |
10169 | 10169 | <Content Include="libs\jquery\jquery_plugin\jsPanel\vendor\mobile-detect.min.js" /> |
10170 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\browser.js" /> | |
10171 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\bubble.js" /> | |
10172 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\css\bubble.css" /> | |
10173 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\demo.js" /> | |
10174 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\bubble\bottomLeftArrow.png" /> | |
10175 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\bubble\bottomLeftArrow123.png" /> | |
10176 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\bubble\bottomRightArrow.png" /> | |
10177 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\bubble\dismiss_icon.png" /> | |
10178 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\bubble\edit_icon.png" /> | |
10179 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\bubble\topLeftArrow.png" /> | |
10180 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\bubble\topRightArrow.png" /> | |
10181 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\images\other\dot.gif" /> | |
10182 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\index.html" /> | |
10170 | 10183 | <Content Include="libs\videogular\vg-controls.min.js" /> |
10171 | 10184 | <Content Include="libs\videogular\videogular.js" /> |
10172 | 10185 | <Content Include="libs\videogular\videogular.min.js" /> |
... | ... | @@ -10211,6 +10224,8 @@ |
10211 | 10224 | <Content Include="libs\jquery\jquery_plugin\jsPanel\jspanel\fonts\jsglyph.woff" /> |
10212 | 10225 | <Content Include="libs\jquery\jquery_plugin\jsPanel\jspanel\fonts\jsglyph.woff2" /> |
10213 | 10226 | <Content Include="libs\jquery\jquery_plugin\jsPanel\jspanel\images\ui-icons_454545_256x240 - Kopie.psd" /> |
10227 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\example.json" /> | |
10228 | + <Content Include="libs\jquery\jquery_plugin\SpeechBubble\README.md" /> | |
10214 | 10229 | <None Include="Web.Debug.config"> |
10215 | 10230 | <DependentUpon>Web.config</DependentUpon> |
10216 | 10231 | </None> | ... | ... |