Commit abceed24805d1a801c97387a017bdc5ddf6526c7

Authored by Nikita Kulshreshtha
1 parent 96414ebd

csproj commit

400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... ... @@ -21172,6 +21172,8 @@
21172 21172 <Content Include="content\images\zoom.png" />
21173 21173 <Content Include="content\js\custom\custom.js" />
21174 21174 <Content Include="content\js\custom\main.js" />
  21175 + <Content Include="libs\angular-ui\css\slider.css" />
  21176 + <Content Include="libs\angular-ui\js\slider.js" />
21175 21177 <Content Include="libs\angular\1.4.9\angular-route.min.js" />
21176 21178 <Content Include="libs\angular\1.4.9\ngStorage.js" />
21177 21179 <Content Include="libs\jinqJs.js" />
... ... @@ -21240,6 +21242,7 @@
21240 21242 <Content Include="libs\jquery\jquery_plugin\jsPanel\vendor\jquery.ui.touch-punch.min.js" />
21241 21243 <Content Include="libs\jquery\jquery_plugin\jsPanel\vendor\mobile-detect.js" />
21242 21244 <Content Include="libs\jquery\jquery_plugin\jsPanel\vendor\mobile-detect.min.js" />
  21245 + <Content Include="libs\jquery\jquery_plugin\slider-pips\jquery-ui-slider-pips.css" />
21243 21246 <Content Include="libs\jquery\jquery_plugin\SpeechBubble\browser.js" />
21244 21247 <Content Include="libs\jquery\jquery_plugin\SpeechBubble\bubble.js" />
21245 21248 <Content Include="libs\jquery\jquery_plugin\SpeechBubble\css\bubble.css" />
... ... @@ -21328,7 +21331,7 @@
21328 21331 <Content Include="themes\default\scripts\bootstrap\3.3.6\npm.js" />
21329 21332 <Content Include="themes\default\scripts\custom\main.js" />
21330 21333 <Content Include="themes\default\scripts\easyTree.js" />
21331   - <Content Include="libs\jquery\jquery_plugin\jquery-ui-slider-pips.js" />
  21334 + <Content Include="libs\jquery\jquery_plugin\slider-pips\jquery-ui-slider-pips.js" />
21332 21335 <Content Include="libs\jquery\jquery_plugin\jquery.mCustomScrollbar.concat.min.js" />
21333 21336 <Content Include="libs\jquery\jquery_plugin\jquery.sticky.js" />
21334 21337 <Content Include="app\widget\TopMenu.html" />
... ...
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3 <PropertyGroup>
4   - <ProjectView>ShowAllFiles</ProjectView>
  4 + <ProjectView>ProjectFiles</ProjectView>
5 5 </PropertyGroup>
6 6 <ProjectExtensions>
7 7 <VisualStudio>
... ...