forked from angular-slider/angularjs-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAngularJS.Slider.njsproj
More file actions
123 lines (123 loc) · 6.69 KB
/
AngularJS.Slider.njsproj
File metadata and controls
123 lines (123 loc) · 6.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7b4d4e41-8897-4371-abe0-910959dfaa32}</ProjectGuid>
<ProjectHome />
<ProjectView>ShowAllFiles</ProjectView>
<StartupFile>Gruntfile.js</StartupFile>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="bower.json" />
<Content Include="package.json" />
<Content Include="CHANGELOG.md" />
<Content Include="CONTRIBUTING.md" />
<Content Include="issue_template.md" />
<Content Include="README.md" />
<Compile Include="Gruntfile.js" />
<Compile Include="karma.conf.js" />
<Content Include="demo\directiveInCustomTemplate.html" />
<Content Include="demo\index.html" />
<Content Include="demo\sliderModal.html" />
<Content Include="demo\demo.css" />
<Compile Include="demo\demo.js" />
<Content Include="dist\rzslider.css" />
<Content Include="dist\rzslider.min.css" />
<Compile Include="dist\rzslider.js" />
<Compile Include="dist\rzslider.min.js" />
<Content Include="src\rzSliderTpl.html" />
<Content Include="src\rzslider.js" />
<Content Include="demo\lib\bootstrap.min.css" />
<Compile Include="demo\lib\ui-bootstrap-tpls.js" />
<Content Include="tests\specs\custom-tpl.html" />
<Content Include="tests\specs\accessibility-test.js" />
<Content Include="tests\specs\custom-template-test.js" />
<Content Include="tests\specs\helper-functions-test.js" />
<Content Include="tests\specs\helper.js" />
<Content Include="tests\specs\labels-test.js" />
<Content Include="tests\specs\options-handling-test.js" />
<Content Include="tests\specs\range-slider-init-test.js" />
<Content Include="tests\specs\rz-slider-options-test.js" />
<Content Include="tests\specs\single-slider-init-test.js" />
<Content Include="tests\specs\test-template.js" />
<Content Include="tests\specs\ticks-test.js" />
<Content Include="tests\specs\keyboard-controls\draggableRangeOnly-range-slider-test.js" />
<Content Include="tests\specs\keyboard-controls\range-slider-test.js" />
<Content Include="tests\specs\keyboard-controls\single-slider-test.js" />
<Content Include="tests\specs\keyboard-controls\specific-test.js" />
<Content Include="tests\specs\keyboard-controls\vertical-slider-test.js" />
<Content Include="tests\specs\mouse-controls\draggable-range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\draggableOnly-range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\minMaxLimit-range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\minMaxLimit-single-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\minMaxRange-noSwitching-range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\minMaxRange-range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\noSwitching-range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\onlyBindHandles-single-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\pushRange-range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\range-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\range-slider-vertical-test.js" />
<Content Include="tests\specs\mouse-controls\single-slider-horizontal-test.js" />
<Content Include="tests\specs\mouse-controls\single-slider-vertical-test.js" />
</ItemGroup>
<ItemGroup>
<Folder Include="demo" />
<Folder Include="demo\lib" />
<Folder Include="dist" />
<Folder Include="src" />
<Folder Include="tests" />
<Folder Include="tests\specs" />
<Folder Include="tests\specs\keyboard-controls" />
<Folder Include="tests\specs\mouse-controls" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<!--Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them.-->
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:48022/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>