0
votes
0answers
16 views

Show MSBuild command during build or package in output window of Visual Studio IDE?

When Visual Studio build or package Solution, output window comes with ------ Build started: XXXX... But, can I see actual command to execute MSBuild with every switches, which are configured in ...
1
vote
2answers
17 views

MSBuild copy entire directory while using metadata in path names

Here are few other similar answers that I've found, but none answers my question: Copying entire project structure into another directory using afterbuild task Copy all files and folders using ...
2
votes
1answer
44 views

Temp path too long when publishing a web site project

I am trying to publish an ASP.NET web site project using the Publish Web Site tool but get this error: ASPNETCOMPILER(0,0): Error ASPRUNTIME: The specified path, file name, or both are too ...
-1
votes
1answer
60 views

MSBuild won't compile my solution, it fails with critical and ridiculous errors

I have a project which can be compiled perfectly into vs2012 without ANY warning/error. When I try to compile the same project using msbuild 3.5 or 3.0 I get this errors: Microsoft (R) Build Engine, ...
0
votes
1answer
12 views

app,config not overwritten or changes not picked up with custom app.config files according to Build cofiguration

I am currently creating a solution that must both work with localdb and sqlservercompact 4.0, using EntityFramework Code First. I created therefor extra builconfigurations: LocalDb and SQLCE. ...
3
votes
1answer
42 views

TypeScript emit boilerplate code only once

After some more close examination of the code generated from *.ts files I found that if you extend a class, then the boilerplate __extends function is copied as many times, as many times you extended ...
0
votes
1answer
16 views

Applying TransformXml after files were copied to web package directory

I have asp.net 4 project changed to apply custom transformations: <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> ... ...
0
votes
1answer
36 views

Visual Studio Msbuild Task Project Dependencies

I decided to rephrase my problem, as it seems it was not quit as clear as it should have been I want to define a project dependency (let’s call it ProjectB) which is only used for build order ...
1
vote
0answers
18 views

WebEssentials compiles from IDE, doesn't compile from CLI

I have several bundles of JavaScript files, which I want to minify and concatenate during the build. My project has several *.js.bundle files, which are somehow processed by WebEssentials when I issue ...
0
votes
0answers
32 views

With Visual Studio 2012, somehow i started getting this error / conflicts between dependent assemblies

5>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. I'm not sure what ...
2
votes
0answers
51 views

Is there an MSBuild macro for the SharePoint project type package name?

I have a Visual Studio 2010/2012 solution with several SharePoint 2010 projects. On build or package event I want VS to auto-copy the output WSP and PDB files to a common folder at the root of my ...
1
vote
0answers
21 views

PDB files do not include all .net source information

This may come down to my misunderstanding of PDB files and the build process, rather than any particular problem but I've struggled to find a good answer elsewhere. We have recently been good little ...
2
votes
2answers
65 views

Changing .cpp file causing Visual Studio 2012 to recompile unrelated files

Curious if anyone knows how to troubleshoot this; I have a particular .cpp file that, for some reason, whenever I modify it (even just adding a whitespace character) and build the project, causes a ...
0
votes
0answers
24 views

Make build independent of source root path

I want to make my build independent of local workspace path and source code structure. This is my current workspace code organisation: teamproject1 project1.1 project1.2 teamproject2 ...
2
votes
1answer
70 views

How does Visual Studio decide when and how to rebuild IntelliSense?

I'm trying to write a code generation tool. For this tool it's important that the generated code is available prior to building (i.e., for IntelliSense). I know Visual Studio will at least partially ...
0
votes
1answer
169 views

Using msbuild to execute a File System Publish Profile

I have a c# .Net 4.0 project created with VS2010 and now being accessed with VS2012. I'm trying to publish only the needed files from this website to a destination location ...
1
vote
1answer
65 views

How do I use an MSBuild file from Visual Studio 2012?

I have a simple MSBuild file that I'm learning with. Here it is: <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Clean" ...
0
votes
0answers
40 views

Web Essentials bundle into directory other then bundle settings?

I am trying to bundle several JavaScript files generated from TypeScript, the bundle file itself is (and should preferably remain) in a directory different from that where the final JavaScript file ...
1
vote
1answer
32 views

Faster ResolveAssemblyReference Task

I want to build my solution faster. From VS output window I see that the ResolveAssemblyReference Task takes much time. How can I make it faster? Maybe I should specify paths for a Assembly ...
2
votes
0answers
29 views

Where can I find information on MSBuild:* as VS Custom Tool?

I have seen MSBuild:SomeTarget used as Custom Tool in recent versions of Visual Studio (for example, MSBuild:Compile slow save). However I can not find that documented anywhere. Where can I find ...
0
votes
2answers
91 views

Visual Studio Post build command line Deployment

In Visual Studio am creating a post-build event for Deploying using md "$(SolutionDir)Deploy\bin" which created the bin folder inside Deploy folder, inside my Solution. How do I point this to the ...
1
vote
1answer
43 views

Build a solution with ms build when the solution configuration doesn't match all project

I have a solution which has a configuration lets call it "A" 80% of the projects in that solution also have a configuration "A" but the rest do not. Although they do need to be built. When I build ...
0
votes
1answer
26 views

Using $(PlatformTarget) for content items in csproj files

I'd like to use the selected platform target -- $(PlatformTarget) for certain content items in my .csproj file. For example: <Content Include="Plugins\$(PlatformTarget)\Plugins.dll"> ...
1
vote
1answer
79 views

Missing MSBuild task when compiling C++/CLI

I am trying to compile some C++/CLI using MSBuild. I am getting an error: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean. targets(74,5): error MSB4062: The ...
5
votes
0answers
100 views

Storing Windows SDKs in source control?

The question is at the end - let me start by posing the context: One of the problem we are facing at work when using Visual Studio is to make sure that everybody on the team is using the same version ...
0
votes
0answers
65 views

Visual Studio Build fails with “object not declared” on substring of keyword

This is pretty weird - I am getting "object not declared" on variables that are a substring of a piece of code. I have pasted an example below. In the error line above the 'les' from Handles is ...
0
votes
1answer
75 views

Visual Studio / MSBuild - 'Clean' Solution

I am working with the web application Umbraco. To speed up my workflow I have made the 'served' Umbraco folder a project inside my visual studio solution. This allows me to create other projects ...
0
votes
1answer
94 views

Include existing service reference folder to project in visual studio 2010

I have a bunch of service references in my local drive that I want to include in a Visual Studio 2010 project. But when I select Include in Project command they are included as folders and I cannot ...
6
votes
2answers
184 views

How to configure a VS2012 solution for x86 and x64 simultaneously

We have a VS2012 .NET 4 product that has 2 different SKU's A and B which we currently build for x86 only. We also have the usual Configurations Debug and Release meaning we have 4 configurations ...
0
votes
1answer
25 views

Publishing with MSBuild with custom parameters

I am publishing an application from Visual Studio 2012 (.NET 4.5). I am using "File System" publishing method (I can not use "Web Deploy Package" also known as target:package). As a result of ...
3
votes
1answer
55 views

MSBuild assembly lock

I have a custom MSBuild task(resides in assembly A) to build a custom project type(let's call it 'TestAppContent'). 'A' references another assembly 'B' that is currently under development. To test ...
1
vote
2answers
76 views

Build C++/C# created with Visual Studio 2012 without VS 2012 being installed?

If I have a Visual Studio Solution file of VS2012 with few C++ native projects and a few C# projects, can I build this solution without installing Visual Studio 2012 itself? This would ease (among ...
0
votes
0answers
22 views

auto build error while shifting from vs2005 to 2010

Recently we migrated our project from VS205 to VS2010. Post migration we are observing the problem with automated build. Please, see below the details. Build machine is set up with CruiseControl and ...
1
vote
1answer
74 views

How to use the MSBuild command line parameter called Configuration as a conditional compilation symbol?

I would like to display a string that tells user which build configuration was used to build the application. For example: If the command line resembled this: msbuild project.sln /t:Build ...
9
votes
2answers
334 views

'Specified condition “$(PackageAsSingleFile)” evaluates to “” instead of a boolean?

The visual studio 2012 on my PC get the following error message when preview in the "Public Web". I need to restart VS to get rid of the error message. Invoke build failed due to exception ...
0
votes
0answers
172 views

SlowCheetah transforms for non-web app.config

I am confused by the rapid pace and terrific work done by Sayed Hashimi and company on SlowCheetah, specifically whether or not SlowCheetah is able to transform files on Build instead of just Package ...
0
votes
1answer
76 views

Run MSBuild script once for solution

I have got a solution with 30 projects. All these projects have the same custom MSBuild script which copies all the compiled files (from the _PackageTempDir) to another location on the hard drive. ...
2
votes
1answer
175 views

VS Post build event declare var in bat file and use it later

I'm trying to auto sign project with certificate using signtool.exe in Visual Studio 2010. Here is my simplified post-build script: if $(ConfigurationName) == Debug ( call ...
2
votes
1answer
76 views

Can Microsoft.Build.BuildEngine be multithreaded

I have a number of Visual Studio solutions to build. Can Microsoft.Build.BuildEngine be used to build multiple solutions at once (i.e. through multithreading)? I know that it has some STAThread ...
5
votes
1answer
648 views

MSBuild in TeamCity of Visual Studio 2012 solution

I have a VS 2012 web project /sln that I am trying to build in TeamCity. it uses .NET 4.5 which is installed on TeamCity. The TeamCity server has VS 2010 installed only. I get this error when the ...
4
votes
1answer
48 views

If Statement in Visual Studio Project

I have this in my Visual Studio Project <Target Name="BeforeBuild"> <Message Text="Compiling TypeScript files" /> <Message Text="Executing tsc$(TypeScriptSourceMap) ...
1
vote
2answers
79 views

Getting very odd startup error

I have a very simple program: using System; using System.Windows.Forms; using System.Text; using System.IO; namespace NS { class Program { [STAThread] static void ...
0
votes
1answer
42 views

Is it possible to capture console output from beforebuild/afterbuild targets and display as Visual Studio output?

I've created both a pre-processor and a post-build program that I run as part of my Visual Studio builds, by specifying them via the BeforeBuild and AfterBuild MSBuild targets. They write error ...
1
vote
1answer
60 views

How do I determine the exact command line that VS 2010 is using to build a solution?

Generally, we use Visual Studio to build solutions in release mode, and after the build some files get copied to different locations. Is it posible to know what the exact command line is that is ...
1
vote
1answer
111 views

Difference between MSBuild's Targets attribute and Target tag

I am confused between MSBuild's Targets attribute and general Target tag. Does below code compile into msbuild myapp.sln /t:Rebuild and Is "Rebuild" pre-defined target in .NET. <Target ...
1
vote
0answers
81 views

VS 2012 / MSBuild CMD After DB Publish?

I was able to run custom scripts after VS 2010 database projects were deployed. I need to do something similar in Visual Studio 2012, after a database is published, I want to shell to CMD (so I can ...
0
votes
0answers
46 views

How is a Visual Studio-triggered ClickOnce publish different from an MSBuild-triggered one?

I used to publish my app by publishing it from Visual Studio. Now, I'm looking into doing it via MSBuild so I can set up a Hudson job for it. I've managed to do it but it seems that there are a no. ...
0
votes
0answers
34 views

VS2008: Link error while changing default value in import library [closed]

Please take a look at my picture below which shows the error I am getting. I don't know why this error happen. I pointed *.lib files to specific folder for making them easy to manage them between ...
0
votes
0answers
171 views

FrameWork 1.1 targeted by Visual Studio 2008/2010/2012 [closed]

Has someone using Framework Dot Net 1.1 with newer version of Visual Studio? I know that framework 1.1 is not supported or compiled since VS 2005. BUt more or less 50% of the solutions developed where ...
3
votes
1answer
185 views

Output Build Order of Visual Studio solution to a text file

Is there a way to output the Build order to a text file via command line? To explain: We use multiple branches of source and have large solutions of 100+ projects on each branch. I need to write ...

1 2 3 4 5 11