ligershark / side-waffle

A collection of Item- and Project Templates for Visual Studio
Other
656 stars 205 forks source link

Could not copy the file error #317

Closed MCKRUZ closed 8 years ago

MCKRUZ commented 8 years ago

Hi,

I am following the steps detailed out here https://github.com/ligershark/side-waffle/wiki/How-to-create-a-project-template

and I'm getting this error

Could not copy the file "C:\TFS\Tallan.Mobile.Web\Momentum-Dev\Momentum.EnterpriseTemplate\Momentum.EnterpriseTemplate{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" because it was not found.

Can you help me?

sayedihashimi commented 8 years ago

Can you post the Project file contents for the project you are creating a template for?

MCKRUZ commented 8 years ago

Unfortunately I can't, its too large plus it's confidential. But regardless I have a bunch of files in there so it's pretty large. Where is it getting that guid?

sayedihashimi commented 8 years ago

Look in the project file for the guid and post the line here then I can tell u how to fix it.

MCKRUZ commented 8 years ago
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>
    </ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{F852482D-F5AB-4E35-A93D-D0A854111F04}</ProjectGuid>
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Momentum.EnterpriseTemplate</RootNamespace>
    <AssemblyName>Boilerplate.Web.Mvc5.Sample</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <MvcBuildViews>false</MvcBuildViews>
    <UseIISExpress>true</UseIISExpress>
    <IISExpressSSLPort>44301</IISExpressSSLPort>
    <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
    <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
    <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
    <UseGlobalApplicationHostFile />
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
    <RestorePackages>true</RestorePackages>
    <TypeScriptToolsVersion>1.6</TypeScriptToolsVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <!-- Build the .cshtml ASP.NET MVC views, so we get compile time errors instead of runtime errors.
         We do this only in release mode because this stops edit and refresh from working. -->
    <MvcBuildViews>true</MvcBuildViews>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="AntiXssLibrary, Version=4.3.0.0, Culture=neutral, PublicKeyToken=d127efab8a9c114f, processorArchitecture=MSIL">
      <HintPath>..\packages\AntiXSS.4.3.0\lib\net40\AntiXssLibrary.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
      <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
      <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Autofac.Integration.Mvc, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
      <HintPath>..\packages\Autofac.Mvc5.3.3.4\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Autofac.Integration.Mvc.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
      <HintPath>..\packages\Autofac.Mvc5.Owin.3.1.0\lib\net45\Autofac.Integration.Mvc.Owin.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Autofac.Integration.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
      <HintPath>..\packages\Autofac.Owin.3.1.0\lib\net45\Autofac.Integration.Owin.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Boilerplate.Web.Mvc5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fc5550082a9c642c, processorArchitecture=MSIL">
      <HintPath>..\packages\Boilerplate.Web.Mvc5.1.0.22\lib\net45\Boilerplate.Web.Mvc5.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Breeze.ContextProvider, Version=1.5.0.0, Culture=neutral, PublicKeyToken=f6085f1a45e2ac59, processorArchitecture=MSIL">
      <HintPath>..\packages\Breeze.Server.ContextProvider.1.5.4\lib\Breeze.ContextProvider.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Elmah, Version=1.2.14706.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Elmah.Mvc, Version=2.1.2.1389, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\Elmah.MVC.2.1.2\lib\net40\Elmah.Mvc.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Glimpse.AspNet, Version=1.9.2.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\Glimpse.AspNet.1.9.2\lib\net45\Glimpse.AspNet.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Glimpse.Core, Version=1.8.6.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\Glimpse.1.8.6\lib\net45\Glimpse.Core.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Glimpse.Elmah, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\Glimpse.Elmah.1.1.1\lib\net40\Glimpse.Elmah.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Glimpse.Mvc5, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\Glimpse.Mvc5.1.5.3\lib\net45\Glimpse.Mvc5.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="HtmlSanitizationLibrary, Version=4.3.0.0, Culture=neutral, PublicKeyToken=d127efab8a9c114f, processorArchitecture=MSIL">
      <HintPath>..\packages\AntiXSS.4.3.0\lib\net40\HtmlSanitizationLibrary.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="Microsoft.Data.Edm">
      <HintPath>..\..\Momentum.Conservations\packages\Microsoft.Data.Edm.5.6.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Microsoft.Data.OData">
      <HintPath>..\..\Momentum.Conservations\packages\Microsoft.Data.OData.5.6.4\lib\net40\Microsoft.Data.OData.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Microsoft.Owin.Security, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="NWebsec">
      <HintPath>..\..\Momentum.Conservations\packages\NWebsec.4.2.0\lib\45\NWebsec.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="NWebsec.Core">
      <HintPath>..\..\Momentum.Conservations\packages\NWebsec.Core.1.5.0\lib\45\NWebsec.Core.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="NWebsec.Mvc">
      <HintPath>..\..\Momentum.Conservations\packages\NWebsec.Mvc.4.2.0\lib\45\NWebsec.Mvc.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="NWebsec.Owin">
      <HintPath>..\..\Momentum.Conservations\packages\NWebsec.Owin.2.2.0\lib\45\NWebsec.Owin.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
      <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Runtime.Caching" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.Spatial">
      <HintPath>..\..\Momentum.Conservations\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.3\lib\net45\System.Web.Cors.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.DynamicData" />
    <Reference Include="System.Web.Entity" />
    <Reference Include="System.Web.ApplicationServices" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Core" />
    <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.Http.OData">
      <HintPath>..\..\Momentum.Conservations\packages\Microsoft.AspNet.WebApi.OData.5.7.0\lib\net45\System.Web.Http.OData.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Web.Abstractions" />
    <Reference Include="System.Web.Routing" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.EnterpriseServices" />
    <Reference Include="System.Net.Http">
    </Reference>
    <Reference Include="System.Net.Http.WebRequest">
    </Reference>
    <Reference Include="WebActivator, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\WebActivator.1.5.3\lib\net40\WebActivator.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
      <Private>True</Private>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="App_Start\BundleConfig.cs" />
    <Compile Include="App_Start\FilterConfig.cs" />
    <Compile Include="App_Start\RouteConfig.cs" />
    <Compile Include="App_Start\Startup.Container.cs" />
    <Compile Include="App_Start\WebApiConfig.cs" />
    <Compile Include="Constants\Application.cs" />
    <Compile Include="Constants\CacheSetting.cs" />
    <Compile Include="Constants\CacheProfileName.cs" />
    <Compile Include="Constants\ContentDeliveryNetwork.cs" />
    <Compile Include="Constants\ControllerName.cs" />
    <Compile Include="Constants\ErrorController\ErrorControllerAction.cs" />
    <Compile Include="Constants\ErrorController\ErrorControllerRoute.cs" />
    <Compile Include="Constants\HomeController\HomeControllerAction.cs" />
    <Compile Include="Constants\HomeController\HomeControllerRoute.cs" />
    <Compile Include="Controllers\BreezeController.cs" />
    <Compile Include="Controllers\ErrorController.cs" />
    <Compile Include="Controllers\HomeController.cs" />
    <Compile Include="Controllers\LoggingController.cs" />
    <Compile Include="Controllers\OAuthController.cs" />
    <Compile Include="Controllers\ServerRedirectController.cs" />
    <Compile Include="Controllers\SocialContoller.cs" />
    <Compile Include="Controllers\TranslateController.cs" />
    <Compile Include="Controllers\WebConfigController.cs" />
    <Compile Include="GlimpseSecurityPolicy.cs" />
    <Compile Include="Global.asax.cs">
      <DependentUpon>Global.asax</DependentUpon>
    </Compile>
    <Compile Include="Helpers\ErrorBuilderHelper.cs" />
    <Compile Include="Helpers\FileSystemHelper.cs" />
    <Compile Include="Helpers\Translate\AsyncLazy.cs" />
    <Compile Include="Helpers\Translate\GoogleTranslateHelper.cs" />
    <Compile Include="Helpers\Translate\ITranslator.cs" />
    <Compile Include="Helpers\Translate\MicrosoftAccessTokenHelper.cs" />
    <Compile Include="Helpers\Translate\MicrosoftTranslatorHelper.cs" />
    <Compile Include="Models\Requests\ClientInfo.cs" />
    <Compile Include="Models\Requests\PageHistory.cs" />
    <Compile Include="Models\Requests\StackObject.cs" />
    <Compile Include="Models\Tokens\AuthenticationToken.cs" />
    <Compile Include="Models\Tokens\FacebookToken.cs" />
    <Compile Include="Models\Requests\AuthenticationRequest.cs" />
    <Compile Include="Models\Requests\ClientErrorRequest.cs" />
    <Compile Include="Models\Requests\RedirectInfoRequest.cs" />
    <Compile Include="Models\ServerError.cs" />
    <Compile Include="Models\TranslateModels.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Services\BrowserConfig\BrowserConfigService.cs" />
    <Compile Include="Services\BrowserConfig\IBrowserConfigService.cs" />
    <Compile Include="Services\Cache\CacheService.cs" />
    <Compile Include="Services\Cache\ICacheService.cs" />
    <Compile Include="Services\Logging\ILoggingService.cs" />
    <Compile Include="Services\Logging\LoggingService.cs" />
    <Compile Include="Services\Manifest\IManifestService.cs" />
    <Compile Include="Services\Manifest\ManifestService.cs" />
    <Compile Include="Services\OpenSearch\IOpenSearchService.cs" />
    <Compile Include="Services\OpenSearch\OpenSearchService.cs" />
    <Compile Include="Services\Robots\IRobotsService.cs" />
    <Compile Include="Services\Robots\RobotsService.cs" />
    <Compile Include="Services\SitemapPinger\ISitemapPingerService.cs" />
    <Compile Include="Services\SitemapPinger\SitemapPingerService.cs" />
    <Compile Include="Services\Sitemap\ISitemapService.cs" />
    <Compile Include="Services\Sitemap\SitemapService.cs">
      <ExcludeFromStyleCop>False</ExcludeFromStyleCop>
    </Compile>
    <Compile Include="Services\Feed\IFeedService.cs" />
    <Compile Include="Services\Feed\FeedService.cs" />
    <Compile Include="Startup.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="AppViews\Home\addressList.html" />
    <Content Include="AppViews\Home\contact.html" />
    <Content Include="AppViews\Home\home.html" />
    <Content Include="App\Modules\Common\commonMod.js" />
    <Content Include="App\Modules\Common\Config\config.constants.js" />
    <Content Include="App\Modules\Common\Config\config.decorators.js" />
    <Content Include="App\Modules\Common\Config\config.factories.js" />
    <Content Include="App\Modules\Common\Config\config.interceptors.js" />
    <Content Include="App\Modules\Common\Directives\translate\translateHref.js" />
    <Content Include="App\Modules\Common\Directives\translate\translateInclude.js" />
    <Content Include="App\Modules\Common\Directives\translate\translateLocaleSelect.js" />
    <Content Include="App\Modules\Common\Directives\translate\translateSrc.js" />
    <Content Include="App\Modules\Common\Factories\analyticsFty.js" />
    <Content Include="App\Modules\Common\Factories\bootstrapFty.js" />
    <Content Include="App\Modules\Common\Factories\commonFty.js" />
    <Content Include="App\Modules\Common\Factories\encryptionFty.js" />
    <Content Include="App\Modules\Common\Factories\facebookFty.js" />
    <Content Include="App\Modules\Common\Factories\Interceptors\oAuthInterceptorFty.js" />
    <Content Include="App\Modules\Common\Factories\Interceptors\serverRedirectFty.js" />
    <Content Include="App\Modules\Common\Factories\locationFty.js" />
    <Content Include="App\Modules\Common\Factories\logFty.js" />
    <Content Include="App\Modules\Common\Factories\promiseFty.js" />
    <Content Include="App\Modules\Common\Factories\sessionFty.js" />
    <Content Include="App\Modules\Common\Factories\settingsFty.js" />
    <Content Include="App\Modules\Common\Factories\timeoutFty.js" />
    <Content Include="App\Modules\Common\Factories\translateFty.js" />
    <Content Include="App\Modules\Common\Factories\validationFty.js" />
    <Content Include="App\Modules\Common\Filters\browserFltr.js" />
    <Content Include="App\Modules\Data\Config\config.constants.js" />
    <Content Include="App\Modules\Data\Config\config.factories.js" />
    <Content Include="App\Modules\Data\dataMod.js" />
    <Content Include="App\Modules\Data\Factories\breezeQueryTrackerFty.js" />
    <Content Include="App\Modules\Data\Factories\dataContextFty.js" />
    <Content Include="App\Modules\Data\Injectors\contactInj.js" />
    <Content Include="App\Modules\Data\Models\testDataModel.js" />
    <Content Include="App\Modules\Data\Repositories\abstract.js" />
    <Content Include="App\Modules\Data\Repositories\testData.js" />
    <Content Include="App\Modules\Main\Config\config.router.js" />
    <Content Include="App\Modules\Main\Controllers\Home\contactCtrl.js" />
    <Content Include="App\Modules\Main\Controllers\layoutCtrl.js" />
    <Content Include="App\Modules\Main\mainMod.js" />
    <Content Include="sw-file-icon.png" />
    <Content Include="_Definitions\_project.vstemplate.xml">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="_preprocess.xml" />
    <Content Include="Content\icons\android-chrome-144x144.png" />
    <Content Include="Content\icons\android-chrome-192x192.png" />
    <Content Include="Content\icons\android-chrome-36x36.png" />
    <Content Include="Content\icons\android-chrome-48x48.png" />
    <Content Include="Content\icons\android-chrome-72x72.png" />
    <Content Include="Content\icons\android-chrome-96x96.png" />
    <Content Include="Content\icons\apple-touch-icon-114x114.png" />
    <Content Include="Content\icons\apple-touch-icon-120x120.png" />
    <Content Include="Content\icons\apple-touch-icon-144x144.png" />
    <Content Include="Content\icons\apple-touch-icon-152x152.png" />
    <Content Include="Content\icons\apple-touch-icon-180x180.png" />
    <Content Include="Content\icons\apple-touch-icon-57x57.png" />
    <Content Include="Content\icons\apple-touch-icon-60x60.png" />
    <Content Include="Content\icons\apple-touch-icon-72x72.png" />
    <Content Include="Content\icons\apple-touch-icon-76x76.png" />
    <Content Include="Content\icons\apple-touch-icon-precomposed.png" />
    <Content Include="Content\icons\apple-touch-icon.png" />
    <Content Include="Content\icons\apple-touch-startup-image-1496x2048.png" />
    <Content Include="Content\icons\apple-touch-startup-image-1536x2008.png" />
    <Content Include="Content\icons\apple-touch-startup-image-320x460.png" />
    <Content Include="Content\icons\apple-touch-startup-image-640x1096.png" />
    <Content Include="Content\icons\apple-touch-startup-image-640x920.png" />
    <Content Include="Content\icons\apple-touch-startup-image-748x1024.png" />
    <Content Include="Content\icons\apple-touch-startup-image-768x1004.png" />
    <Content Include="Content\icons\atom-icon-48x48.png" />
    <Content Include="Content\icons\atom-logo-96x48.png" />
    <Content Include="Content\icons\favicon-16x16.png" />
    <Content Include="Content\icons\favicon-192x192.png" />
    <Content Include="Content\icons\favicon-32x32.png" />
    <Content Include="Content\icons\favicon-96x96.png" />
    <Content Include="Content\icons\mstile-144x144.png" />
    <Content Include="Content\icons\mstile-150x150.png" />
    <Content Include="Content\icons\mstile-310x150.png" />
    <Content Include="Content\icons\mstile-310x310.png" />
    <Content Include="Content\icons\mstile-70x70.png" />
    <Content Include="Content\icons\open-graph-1200x630.png" />
    <Content Include="Content\site-plugins.less" />
    <Content Include="bower.json" />
    <Content Include="gulp.config.js" />
    <Content Include="gulpfile.js" />
    <Content Include="packages.config">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="package.json" />
    <None Include="NWebsecConfig\HttpHeaderSecurityModuleConfig.xsd">
      <SubType>Designer</SubType>
    </None>
    <None Include="ReadMe.html" />
    <Content Include="favicon.ico" />
    <Content Include="Content\Site.css">
      <DependentUpon>site.less</DependentUpon>
    </Content>
    <Content Include="Content\Site.min.css">
      <DependentUpon>Site.css</DependentUpon>
    </Content>
    <Content Include="Error\Forbidden.html" />
    <Content Include="Error\GatewayTimeout.html" />
    <Content Include="Error\ServiceUnavailable.html" />
    <Content Include="Global.asax" />
    <Content Include="Content\Site.css.map">
      <DependentUpon>Site.css</DependentUpon>
    </Content>
    <None Include="Content\site.less" />
    <Content Include="humans.txt" />
    <Content Include="README.txt" />
    <Content Include="Scripts\Fallback\styles.js" />
    <Content Include="Scripts\Fallback\scripts.js" />
    <Content Include="Scripts\modernizr-2.8.3.js" />
    <Content Include="Scripts\TallanCustom\tln-sortable.js" />
    <Content Include="Scripts\_references.js" />
    <Content Include="Views\Error\BadRequest.cshtml" />
    <Content Include="Views\Error\InternalServerError.cshtml" />
    <Content Include="Web.config">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="Web.Debug.config">
      <DependentUpon>Web.config</DependentUpon>
    </Content>
    <Content Include="Web.Release.config">
      <DependentUpon>Web.config</DependentUpon>
    </Content>
    <Content Include="Views\Web.config">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="Views\_ViewStart.cshtml" />
    <Content Include="Views\Shared\_Layout.cshtml" />
    <Content Include="Views\Home\Index.cshtml" />
    <Content Include="Views\Error\NotFound.cshtml" />
    <Content Include="Views\Error\Unauthorized.cshtml" />
    <Content Include="Views\Error\Forbidden.cshtml" />
    <Content Include="Views\Error\MethodNotAllowed.cshtml" />
    <Content Include="Views\Shared\Analytics\_BodyAnalytics.cshtml" />
    <Content Include="Views\Shared\Analytics\_HeadAnalytics.cshtml" />
    <Content Include="tsd.json" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="App_Data\" />
  </ItemGroup>
  <ItemGroup>
    <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
  </ItemGroup>
  <ItemGroup>
    <TypeScriptCompile Include="App\Modules\Common\Factories\sessionFty.ts" />
    <TypeScriptCompile Include="typings\tsd.d.ts" />
  </ItemGroup>
  <PropertyGroup>
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  </PropertyGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  </Target>
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
        <WebProjectProperties>
          <UseIIS>True</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>8877</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>http://localhost:4321/</IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
          <UseCustomServer>False</UseCustomServer>
          <CustomServerUrl>
          </CustomServerUrl>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
        </WebProjectProperties>
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  </Target>
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target> -->
</Project>
sayedihashimi commented 8 years ago

@MCKRUZ in the template project you should find a file at Properties/template-builder.props in that file add the following

  <ItemGroup>
    <ls-NonFileTypes Include="Service;BootstrapperPackage;"/>
  </ItemGroup>

For example https://github.com/ligershark/side-waffle/blob/master/TemplatePack/Properties/template-builder.props#L30. I think that will resolve the issue if you run into another similar error then look in the project file for the missing "file" and then add the element name to the ls-NonFileTypes as above.

sayedihashimi commented 8 years ago

FYI there is some improvements we can do later to improve this so that you don't need to do this. I created a new issue https://github.com/ligershark/side-waffle/issues/318 for that.

MCKRUZ commented 8 years ago

I believe that solved it. Thank you sir!

sayedihashimi commented 8 years ago

Ok closing

MCKRUZ commented 8 years ago

Bah spoke too soon. Now I'm getting this

Unable to copy file "C:\TFS\Tallan.Mobile.Web\Momentum-Dev\Momentum.EnterpriseTemplate\Momentum.EnterpriseTemplate\_Definitions\..\**\*.gif" to "obj\Release\ls-Templates\ProjectTemplate\Momentum.EnterpriseTemplate.project\**\*.gif". Illegal characters in path.
MCKRUZ commented 8 years ago

Any ideas here?

mgj commented 8 years ago

I think i'm encountering this issue here: https://github.com/mgj/MvvmCross-Dreams/tree/feature/TestsVSIX

I have a VSIX project with templates for "Core" and "Droid", and im trying to add "Core.Tests". However, unlike when i added the other projects, i get this:

TemplateBuilder.1.1.4.9-beta\tools\ligershark.templates.targets(532,5): error MSB3030: Could not copy the file "C:\Users\mgj\Documents\GitHub\MvvmCross-Dreams\Dreams.Core.Tests{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" because it was not found.

I have tried adding a template-builder.prop file as @sayedihashimi suggested, but with no luck.

Anyone care to take a look and help me figure out whats up? Thanks in advance