diff --git a/source2/Build/Cosmos.Build.Installer/Task.cs b/source2/Build/Cosmos.Build.Installer/Task.cs index b93627ba9..68f2bb6bc 100644 --- a/source2/Build/Cosmos.Build.Installer/Task.cs +++ b/source2/Build/Cosmos.Build.Installer/Task.cs @@ -96,7 +96,7 @@ namespace Cosmos.Build.Installer { xProcess.WaitForExit(); if (xProcess.ExitCode != 0) { Log.SetError(); - throw new Exception("Application returned exit code."); + throw new ApplicationException("Application returned exit code 0x" + xProcess.ExitCode.ToString("X8") + "."); } } } diff --git a/source2/VSIP/Cosmos.VS.Package/Templates/Projects/CosmosProject (C#)/Proj/CosmosProj.vstemplate b/source2/VSIP/Cosmos.VS.Package/Templates/Projects/CosmosProject (C#)/Proj/CosmosProj.vstemplate deleted file mode 100644 index 36ec3cd55..000000000 --- a/source2/VSIP/Cosmos.VS.Package/Templates/Projects/CosmosProject (C#)/Proj/CosmosProj.vstemplate +++ /dev/null @@ -1,23 +0,0 @@ - - - Proj - A project for creating a Cosmos Kernel - Kernel.ico - Cosmos - - - - - - - - - Cosmos.VS.Package, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f4d94ac959d59ec3 - Cosmos.VS.Package.Templates.Wizards.UseGuidsWizard - - diff --git a/source2/VSIP/Cosmos.VS.Package/Templates/Projects/CosmosProject (C#)/Proj/Kernel.ico b/source2/VSIP/Cosmos.VS.Package/Templates/Projects/CosmosProject (C#)/Proj/Kernel.ico deleted file mode 100644 index fcdc40183..000000000 Binary files a/source2/VSIP/Cosmos.VS.Package/Templates/Projects/CosmosProject (C#)/Proj/Kernel.ico and /dev/null differ