diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 8c177ed60..ad7e5626a 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -63,12 +63,6 @@ list-picker.xml - - placeholder.xml - - - placeholder.xml - main-page.xml @@ -579,8 +573,8 @@ + - @@ -773,9 +767,6 @@ - - main-page.xml - @@ -1570,7 +1561,7 @@ False - + \ No newline at end of file diff --git a/apps/gallery-app/main-page.css b/apps/gallery-app/app.css similarity index 100% rename from apps/gallery-app/main-page.css rename to apps/gallery-app/app.css diff --git a/apps/gallery-app/app.ts b/apps/gallery-app/app.ts index cb572300b..519a85d36 100644 --- a/apps/gallery-app/app.ts +++ b/apps/gallery-app/app.ts @@ -1,3 +1,7 @@ import application = require("application"); application.mainModule = "main-page"; + +// Needed only for build infrastructure +application.cssFile = "app.css"; + application.start();