0
votes
0answers
9 views

setting VCCLCompilerTool.TreatWChar_tAsBuiltInType property on MSBuild command line

I need to build Visual Studio 2010 projects with wchar_t not being native type. The IDE setting should be equal to the value of VCCLCompilerTool.TreatWChar_tAsBuiltInType property. However trying to ...
0
votes
0answers
18 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 ...
0
votes
1answer
22 views

VS 2010: Set a conditional build option on dependant libraries based on custom solution configuration

I am using Visual Studio 2010. Let`s say I have three projects in a solution: MainProject DependentA DependentB MainProject is my start up project and DependentA and DependentB are referenced to ...
-2
votes
0answers
14 views

Is there any Way to trigger the TFS2012 Build only in Build Server? [closed]

In the build process, I have selected the trigger as Continuous Integration; it allows when the user check-in code to server, build will trigger’s atomically. Is there any way to trigger the build ...
1
vote
0answers
24 views

TFS Build skips webfonts

Recently we started using webfonts in our projects. When we queue build all the files from the project gets copied however TFS build skips the webfonts (extension .woff, .ttf) Does anyone know why ...
2
votes
1answer
43 views

MSBuild treating Content files differently in different environments

I have a project with a structure like this: > Project > App > Config > File1.json > File2.json File1.json and File2.json are marked as Content, ...
0
votes
1answer
37 views

Error MSB4036: The “Output” task was not found

I'm new in C# and I have created a new project in visual studio 2010. I build this one and I have this error in my View Error List: Error 1 The "Output" task was not found. Check the following: ...
0
votes
1answer
12 views

Accessing other XML value from YUIBuild file

I have integrated YUI MSBuild for minification process. In the Build xml file defined for YUI i want to access other property from a xml file. I have the version number defined in a xml file located ...
0
votes
1answer
60 views

Creating new Directory with YUI Compressor task MSBuild Event

I am using YUI for minification. It all works fine. I am planning to keep the generated file in a different directory each time. But if i give a path which doesn't not exist , this task is not able to ...
1
vote
0answers
69 views

Injecting .cs file into msbuild works fine except the Intellisense (VS 2010)

This is what i am trying to do, but so far been unsuccessful. I have a WPF Project with some xaml classes. I have a msbuild task that creates partial classes with the same name as xaml classes but ...
0
votes
1answer
78 views

cant publish Web Application to file system with vs 2012 express

I have tried to publish 3 different web applications to my file system and every time I get the same error message : "The specified path, file name, or both are too long. The fully qualified file ...
0
votes
0answers
34 views

Visual Studio Build Referenses to two diffrent version?

I have a VB web project and sometimes when I build it, I get a corrupt result. When I run it and visit some of its pages I get a error C:...\AppData\Local\Temp\Temporary ASP.NET ...
0
votes
1answer
98 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 ...
2
votes
0answers
69 views

MSBuild: Produce message that is visible in VisualStudio's “error list” window

Visual Studio has an "Error list" window: In a msbuild task (in a .csproj file): When I use the <error text="Foo"> tag, I get an error in the error list (and I can hide it by un-toggling ...
2
votes
1answer
69 views

msbuild.exe won't deliver the new output after file changed

Recently I am facing a problem with msbuild.exe by building a dll. My idea is to call the msbuild from DOS command line to automatically create the DLL without opening MS Visual Studio. The command ...
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
56 views

MSBuild creates satellite assemblies for the wrong framework version

I have got a VS2010 solution which creates several assemblies for .NET 2.0. This also includes satellite assemblies. When I create everything with VS2010 it is fine. But I have a XP machine working ...
0
votes
1answer
56 views

How to get build number and date from Visual SourceSafe using visual studio 2010

i have developed the windows application in visual studio 2010 with C#. i am using visual source safe 2005 as the version controller. in my application have about us forms which contains the build ...
-1
votes
1answer
36 views

How to run a script at the start of the visual studio command-line tool?

I am using visual studio 2010 I need a script that launches the visual studio console and executes some commands More specifically something like this: %comspec% /k ""C:\Program Files (x86)\Microsoft ...
1
vote
1answer
124 views

Run a solution from visual studio console without opening IDE

I am using visual studio 2010 SP1. What I first tried was this: 1.Open the visual studio console tool from start menu 2.Navigate to project folder (which already contains an executable) 3.run: ...
0
votes
1answer
75 views

Use a single Visual Studio solution to build both x86 and x64 at the same time for C++/CLI project

As a follow-up to this question: Use a single Visual Studio solution to build both x86 and x64 at the same time? I'm using the technique in the accepted answer for C# projects and it works great. Is ...
0
votes
0answers
179 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 ...
1
vote
0answers
53 views

Specifying MSBuild tasks in Visual Studio 2010 (2012?)

I am trying to figure out how to specify values to MSBuild Tasks from within Visual Studio 2010. For instance, I have a build task called "BuildMergeModule" defined, and this build task takes an ...
4
votes
3answers
92 views

How can I expose MSBuild 'Conditions' in VS2010 (for vc++)

I've got a custom build rule in VS2010 for my VC++ project. In this rule, I'd like to allow the users to add complex conditions on whether the file is processed. This also needs to be evaluated at ...
1
vote
2answers
87 views

How to add a command line code generator to Visual Studio?

I'm working on a project that uses code generation to generate C# classes using a command line tool from a text-based description. We are going to start using these descriptions for javascript too. ...
4
votes
4answers
182 views

.csproj multiple hint paths for an assembly

I'm packaging example code for an SDK distribution. In the distribution, the relative path from code to the SDK assemblies is different from the build machine. For example: Distribution ...
1
vote
1answer
65 views

VS2010 MSBuild Target only runs on rebuild

I'm currently attempting to build a C++ library and what I would like is that every time the build button is pressed I would get all of the include files to be moved to a certain directory. What I ...
0
votes
1answer
68 views

MSBuild: Treat single warning as error

Is there a way to force MSBuild to treat a certain warning as an error? When running the Publish target for a ccproj file to make a cspkg for deployment to Azure, this error is thrown: ...
2
votes
1answer
179 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 ...
0
votes
2answers
327 views

Creating batch file to open Visual Studio command prompt?

I have tried something like this but did not work: @echo off call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC" mstest /testcontainer: mytest.dll save as .bat file and when i double ...
0
votes
0answers
24 views

Resolving dependent projects

msbuild and Visual studio seem to resolve project dependencies differently: a solution file contains the project for the main executable, and some projects for dlls the executable depends on. One of ...
5
votes
1answer
697 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 ...
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
115 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 ...
0
votes
1answer
85 views

Copying entire project structure into another directory using afterbuild task

I want to use the AfterBuild target for copying the entire project structure into a separate folder. This is the project structure TANKProject | |__TANK.CLI |__TANK.Core |__TANK.Web I want to ...
0
votes
0answers
70 views

MSI installer PostBuild Event

Under Visual Studio 2010, I am trying to create msi installer for two projects, and the build with: Error 5 'PostBuildEvent' failed with error code '1' 'Unspecified error' However, when I go ...
1
vote
0answers
77 views

Building website with MSBuild form cmd prompt giving error

Im trying to build a website from the cmd prompt with the help of MSBuild and its giving error e:\Projects\XXXXXXX\Default.aspx(149): error CS0433: The type ...
0
votes
1answer
92 views

TFS - Gated Check - A version override can not be specified on a shelveset build

I am using a gated check-in for my TFS server. Everything was working great until today. I now get error message "A version override can not be specified on a shelveset build" every time I try and ...
0
votes
1answer
97 views

How to “get rid of ” $(SolutionDir) when building vs project from outside visual studio

I want to build a .vcxproj via msbuild from outside Visual Studio.The problem is that there are alot of $(SolutionDir) inside the .vcxproj file which apparently only get set correctly when the ...
0
votes
1answer
61 views

How to compare 2 duild configurations of visual studio 2010 solution?

I have a huge solution in Visual Studio 2010 (more then 30 F# and C# projects). Just now I get a problem with building of solution in different configurations (say, Release|AnyCPU and Debug|AnyCPU). ...
1
vote
1answer
400 views

Building WCF Library on CI Machine

UPDATE: Just an update as we finally got our licensing fixed and installed Visual Studio 2012 on our build agent. As soon as we finished the install everything built perfectly. Thank you everyone ...
0
votes
1answer
50 views

How can I make a build fail in a VS2010 modeling project with a missing referenced assembly?

I have a VS 2010 modeling project with a layer diagram. I use the layer diagram to validate some assemblies. Note that I am adding assembly referenced to the modeling project, not project references, ...
0
votes
1answer
321 views

warning MSB8012 - Linker's OutputFile property value ()

warning MSB8012 I've read through many answers to people asking about this error, but none of them seem to have gotten such a problem as mine. I'm trying to use property sheets in my projects to save ...
3
votes
3answers
277 views

Visual Studio Rebuilds unmodified projects

So, as the title reads, I have a VS2010 solution with ~50 projects in it right now. If I make a change to a "top level" project that nothing references then VS still rebuilds all 50 projects. I'm ...
1
vote
2answers
131 views

MSBuild Permissions - ACL - Entire IIS Folder

I'm fairly new to MSBuild, having discovered it's sheer power whilst automating many of our processes. I'm currently setting up our TARGETS files for our web projects, and I'm looking to set a global ...
0
votes
1answer
138 views

Click-once publish addtional files stopped with VS 2012

I customized my project using a solution I found in this question: Why doesn't ClickOnce in Visual Studio deploy content files from dependent assemblies? <ItemGroup> ...
1
vote
1answer
155 views

What context does MSBUILD run in?

When we are running our build through MSBuild, what context does the MSBuild run in/under? The reason I am asking is because I have pre-build event that calls a command line program (ajax ...
0
votes
2answers
88 views

Why My test Binaries are getting copied into TestResults\<somepath>\out folder?

I am facing this unusual behavior from my Visual Studio where all of a sudden my test binaries(mytestsolution.dll) and the dependency binaries which are added in reference, are getting copied into ...
1
vote
1answer
290 views

Failed to successfully launch or connect to a child MSBuild.exe process

In VS2012, when building I frequently will get the following error: Error 5 The build stopped unexpectedly because of an internal failure. Microsoft.Build.Exceptions.BuildAbortedException: Build ...
0
votes
1answer
244 views

The same wixproj file only works in VS 2012 IDE, but not in VS command prompt

I am trying the steps on this page. I have installed the wix binaries in a folder on my local machine. So I got a wix installer project created by wix VS 2010 plugin. I can use the VS 2010 IDE to ...

1 2 3 4 5 13