File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8080 <TypeScriptCompile Include =" application\application.android.ts" >
8181 <DependentUpon >application.d.ts</DependentUpon >
8282 </TypeScriptCompile >
83- <TypeScriptCompile Include =" application\application_common.ts" >
84- <DependentUpon >application.d.ts</DependentUpon >
85- </TypeScriptCompile >
8683 <TypeScriptCompile Include =" application\application.d.ts" />
8784 <TypeScriptCompile Include =" application\application.ios.ts" >
8885 <DependentUpon >application.d.ts</DependentUpon >
190187 <TypeScriptCompile Include =" image\image-impl.ios.ts" >
191188 <DependentUpon >image-impl.d.ts</DependentUpon >
192189 </TypeScriptCompile >
190+ <TypeScriptCompile Include =" application\application-common.ts" />
193191 <Content Include =" image\Readme.md" />
194192 <TypeScriptCompile Include =" local-settings\index.ts" />
195193 <TypeScriptCompile Include =" local-settings\local-settings.d.ts" />
File renamed without changes.
Original file line number Diff line number Diff line change 1- import appModule = require( "application/application_common " ) ;
1+ import appModule = require( "application/application-common " ) ;
22
33// merge the exports of the application_common file with the exports of this file
44declare var exports ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ log("JavaScript loading ended.");
2020
2121*/
2222
23- import appModule = require( "application/application_common " ) ;
23+ import appModule = require( "application/application-common " ) ;
2424
2525// merge the exports of the application_common file with the exports of this file
2626declare var exports ;
You can’t perform that action at this time.
0 commit comments