Tagged Questions

17
votes
4answers
6k views

How to get the Windows SDK folder in MSBuild?

What would be the way to retrieve the Windows SDK folder in an MSBuild task? Using the generateBootstrapper task I'm creating a bootstrapper for my setup to be able to install the pre-requisites. ...
13
votes
4answers
4k views

MSBuild on TeamCity Server can't find AL.exe

I'm having a problem on my TeamCity CI build server where during compilation I get the following error: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2342, 9): error ...
5
votes
1answer
843 views

Issue with clickonce bootstrapper and msbuild

I have a CruiseControl .NET build server running on Windows Server 2003, and I am trying to build and publish my ClickOnce application using msbuild. Everything is working fine, except when I enable ...
5
votes
2answers
1k views

When do you need the Windows SDK for MSBuild?

I'm setting up my first build server for .NET 3.5 projects, and found this interesting line in the MSBuild log after a successful build of a simple test application: Could not locate the expected ...
2
votes
2answers
422 views

How to use a specific Windows SDK with MSBuild?

I have a large project made of many C++ and C# projects, and a MSBuild (3.5) script to build the whole thing. This script is based on the VCBuild (C++ projects) and MSBuild (C# projects) tasks. It is ...
0
votes
0answers
16 views

.NET 4 SDK Does not install Bootstrapper directory

I have a problem on our Jenkins CI server. I've install Windows 7 .NET 4 SDK on it but for some reason it did not install the Bootstrapper directory. In my local machine I have Program Files\Microsoft ...
0
votes
0answers
81 views

setting up Windows SDK paths either using project properties or using MSBuild

We have fairly huge source base (few hundreds of project Visual Studio 2010 project files) and we want to be able to specify Windows SDK version globally for both developers using Visual Studio 2010 ...
0
votes
1answer
1k views

Telling TFS 2010 Build to use SDK 7.1

I have installed TFS 2010 including Build Service on a Win Srv 2008 R2 machine, and it works - almost. What I can't seem to get going is the build using tools like resgen.exe from the Windows SDK - I ...