|
38 | 38 | <Content Include="bower_components\components-font-awesome\css\font-awesome.min.css" />
|
39 | 39 | <Content Include="bower_components\components-font-awesome\fonts\fontawesome-webfont.svg" />
|
40 | 40 | <Content Include="bower_components\jquery\dist\jquery.js" />
|
41 |
| - <Content Include="dist\AngularUtils.js" /> |
42 |
| - <Content Include="dist\auDatepicker.js" /> |
43 |
| - <Content Include="dist\auHelper.js" /> |
44 |
| - <Content Include="dist\AuHttpDateFix.js" /> |
45 |
| - <Content Include="dist\demo.js" /> |
46 |
| - <Content Include="index.html" /> |
| 41 | + <Content Include="gruntfile.js" /> |
| 42 | + <Content Include="demo\index.html" /> |
47 | 43 | <Content Include="web.config" />
|
48 | 44 | </ItemGroup>
|
49 | 45 | <ItemGroup>
|
50 |
| - <TypeScriptCompile Include="auDatepicker.ts" /> |
51 |
| - <TypeScriptCompile Include="AngularUtils.ts" /> |
52 |
| - <TypeScriptCompile Include="AuHttpDateFix.ts" /> |
53 |
| - <TypeScriptCompile Include="auHelper.ts" /> |
54 |
| - <TypeScriptCompile Include="demo.ts" /> |
| 46 | + <TypeScriptCompile Include="demo\demo.ts" /> |
55 | 47 | <TypeScriptCompile Include="Scripts\typings\angularjs\angular-animate.d.ts" />
|
56 | 48 | <TypeScriptCompile Include="Scripts\typings\angularjs\angular-component-router.d.ts" />
|
57 | 49 | <TypeScriptCompile Include="Scripts\typings\angularjs\angular-cookies.d.ts" />
|
|
64 | 56 | <TypeScriptCompile Include="Scripts\typings\bootstrap\bootstrap.d.ts" />
|
65 | 57 | <TypeScriptCompile Include="Scripts\typings\es6-promise\es6-promise.d.ts" />
|
66 | 58 | <TypeScriptCompile Include="Scripts\typings\jquery\jquery.d.ts" />
|
| 59 | + <TypeScriptCompile Include="src\au-button.ts" /> |
| 60 | + <TypeScriptCompile Include="src\au-click-on-key-enter.ts" /> |
| 61 | + <TypeScriptCompile Include="src\au-compare-to.ts" /> |
| 62 | + <TypeScriptCompile Include="src\au-core.ts" /> |
| 63 | + <TypeScriptCompile Include="src\au-errors.ts" /> |
| 64 | + <TypeScriptCompile Include="src\au-fileread.ts" /> |
| 65 | + <TypeScriptCompile Include="src\au-http-activity.ts" /> |
| 66 | + <TypeScriptCompile Include="src\au-input.ts" /> |
| 67 | + <TypeScriptCompile Include="src\au-datepicker.ts" /> |
| 68 | + <TypeScriptCompile Include="src\au-loading.ts" /> |
| 69 | + <TypeScriptCompile Include="src\au-ng-utils.ts" /> |
| 70 | + <TypeScriptCompile Include="src\au-http-date-parser.ts" /> |
67 | 71 | </ItemGroup>
|
68 | 72 | <ItemGroup>
|
69 | 73 | <Content Include="bower_components\bootstrap\dist\css\bootstrap-theme.css.map" />
|
|
75 | 79 | <Content Include="bower_components\bootstrap\dist\fonts\glyphicons-halflings-regular.woff" />
|
76 | 80 | <Content Include="bower_components\bootstrap\dist\fonts\glyphicons-halflings-regular.woff2" />
|
77 | 81 | <Content Include="bower.json" />
|
78 |
| - <Content Include="dist\AngularUtils.js.map"> |
79 |
| - <DependentUpon>AngularUtils.js</DependentUpon> |
80 |
| - </Content> |
81 |
| - <Content Include="dist\demo.js.map"> |
82 |
| - <DependentUpon>demo.js</DependentUpon> |
83 |
| - </Content> |
84 | 82 | <Content Include="bower_components\components-font-awesome\fonts\fontawesome-webfont.eot" />
|
85 | 83 | <Content Include="bower_components\components-font-awesome\fonts\fontawesome-webfont.ttf" />
|
86 | 84 | <Content Include="bower_components\components-font-awesome\fonts\fontawesome-webfont.woff" />
|
87 | 85 | <Content Include="bower_components\components-font-awesome\fonts\fontawesome-webfont.woff2" />
|
88 | 86 | <Content Include="bower_components\components-font-awesome\fonts\FontAwesome.otf" />
|
89 |
| - <Content Include="dist\auDatepicker.js.map"> |
90 |
| - <DependentUpon>auDatepicker.js</DependentUpon> |
91 |
| - </Content> |
92 |
| - <Content Include="dist\AuHttpDateFix.js.map"> |
93 |
| - <DependentUpon>AuHttpDateFix.js</DependentUpon> |
94 |
| - </Content> |
95 |
| - <Content Include="dist\auHelper.js.map"> |
96 |
| - <DependentUpon>auHelper.js</DependentUpon> |
97 |
| - </Content> |
98 | 87 | <Content Include="packages.config" />
|
| 88 | + <Content Include="package.json" /> |
99 | 89 | <None Include="web.Debug.config">
|
100 | 90 | <DependentUpon>web.config</DependentUpon>
|
101 | 91 | </None>
|
|
135 | 125 | <TypeScriptSourceMap>true</TypeScriptSourceMap>
|
136 | 126 | <TypeScriptTarget>ES5</TypeScriptTarget>
|
137 | 127 | <TypeScriptJSXEmit>None</TypeScriptJSXEmit>
|
138 |
| - <TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled> |
| 128 | + <TypeScriptCompileOnSaveEnabled>False</TypeScriptCompileOnSaveEnabled> |
139 | 129 | <TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
|
140 |
| - <TypeScriptModuleKind>None</TypeScriptModuleKind> |
| 130 | + <TypeScriptModuleKind> |
| 131 | + </TypeScriptModuleKind> |
141 | 132 | <TypeScriptOutFile>
|
142 | 133 | </TypeScriptOutFile>
|
143 | 134 | <TypeScriptOutDir>dist/</TypeScriptOutDir>
|
|
0 commit comments