diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 16f5e7368..ce25ffaa0 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -693,11 +693,6 @@ - - - main-page.xml - - @@ -1198,7 +1193,6 @@ - @@ -1326,7 +1320,6 @@ - Designer @@ -2018,11 +2011,6 @@ PreserveNewest - - - PreserveNewest - - @@ -2205,7 +2193,7 @@ False - + \ No newline at end of file diff --git a/apps/template-hello-world/app.css b/apps/template-hello-world/app.css deleted file mode 100644 index 341995193..000000000 --- a/apps/template-hello-world/app.css +++ /dev/null @@ -1,16 +0,0 @@ -.title { - font-size: 30; - horizontal-align: center; - margin:20; -} - -button { - font-size: 42; - horizontal-align: center; -} - -.message { - font-size: 20; - color: #284848; - horizontal-align: center; -} diff --git a/apps/template-hello-world/app.ts b/apps/template-hello-world/app.ts deleted file mode 100644 index 142aa1ad2..000000000 --- a/apps/template-hello-world/app.ts +++ /dev/null @@ -1,6 +0,0 @@ -import application = require("application"); - -// Remove this in the AppBuilder templates -application.cssFile = "./app.css" - -application.start({ moduleName: "main-page" }); \ No newline at end of file diff --git a/apps/template-hello-world/main-page.ts b/apps/template-hello-world/main-page.ts deleted file mode 100644 index 3d1e03da4..000000000 --- a/apps/template-hello-world/main-page.ts +++ /dev/null @@ -1,10 +0,0 @@ -import observable = require("data/observable"); -import pages = require("ui/page"); -import vmModule = require("./main-view-model"); - -// Event handler for Page "loaded" event attached in main-page.xml -export function pageLoaded(args: observable.EventData) { - // Get the event sender - var page = args.object; - page.bindingContext = vmModule.mainViewModel; -} \ No newline at end of file diff --git a/apps/template-hello-world/main-page.xml b/apps/template-hello-world/main-page.xml deleted file mode 100644 index a87b76484..000000000 --- a/apps/template-hello-world/main-page.xml +++ /dev/null @@ -1,7 +0,0 @@ - - -