Tagged Questions
The custom-build-step tag has no wiki summary.
5
votes
4answers
9k views
Visual studio custom build step rule?
Using Visual Studio 2008, When I add to a C++ project a file that is not .c/.cpp/.h/.rc or anything the IDE doesn't recognize a dialog pops up which asks me if I want to create a custom build step ...
4
votes
2answers
1k views
XCode Different Resources For Different Targets
I am developing an iPhone app and there will be a Full as well as a Lite version of that app. In order get both bundles from the same source code and xcode project I added another target to the xcode ...
4
votes
6answers
288 views
Things to consider when writing our own Continuous Integration server?
I work on a large project in an organization that is (slowly) upgrading our development processes to be a bit more modern. We currently are considering moving to a Continuous Integration model; as ...
4
votes
3answers
2k views
Running doxygen as Custom Build Step in VS2008
I am generating doxygen documentation for my (fairly small) project on each build.
I did the following to accomplish this:
Added the index.html, which doxygen generates, to the project
Specified a ...
3
votes
2answers
955 views
Should I auto-increment the assembly version when I build my software?
In Visual Studio 2003, you could easily set your project assembly to auto-increment every time you built it, but with Visual Studio 2005, this functionality was removed. You can still auto-increment ...
2
votes
2answers
172 views
Custom Build Rules in Visual Studio, with multiple outputs
We have a C++ project that uses a custom object-relational-mapping system, in which tables are defined by .tbl files. These are then run through a code-generator that creates, for each, a .h and a ...
2
votes
0answers
318 views
Problem debugging project built with scons in qtcreator 2.2
I'm currently working on a project using SCons as build system. Since the project is written for gcc and I'm developing on Windows I'm compiling with mingw and develop in QTCreator. Therefore I have ...
2
votes
2answers
348 views
Convert .rules file to Visual Studio 2010 .targets file
I'm trying to se flex and bison in Visual Studio 2010. I found a .rules file on the web, but it is only useable in vs2k5/2k8. How do I convert it to the newer, '.targets' format?
Here's the file:
...
2
votes
1answer
143 views
How is the Change.MergeSources Field Populated in TFS?
We'd like to generate build notes with the following format:
1) Associated ChangeSets:
2) - ChangeSet 45241, by Joe: "Patching fix for foobar"
3) 'Foo.cs' integrated from dev v. 22 to qa v. 7
...
2
votes
1answer
937 views
VS2008: Add custom build rule to a Property Sheet (vsprops)?
I'm using the CUDA .rules file which comes with the CUDA SDK for custom build steps in my project.
To save on property duplication I'd like to define the properties of the CUDA rule in a .vsprops ...
1
vote
0answers
10 views
Can pre-build events affect the defines and the include paths of a Visual Studio project?
Is it possible to modify the list of defines/include paths passed to the Visual Studio compiler from a pre-build step?
1
vote
0answers
277 views
Visual Studio 2010: Custom Build Rules for matching filenames
I have a custom build rule (.props, .targets, .xml files) in my VS2010 project that compiles all files with a certain file extension with a 3rd party tool.
However, I would like it to only be applied ...
1
vote
0answers
211 views
Visual Studio 2008 Custom Build step output in setup project
I have the problem, that I want to include a outputfile from a custom build step in a setup project. Since the "add project output" option only adds the exe from the solution and not the custom output ...
1
vote
2answers
278 views
MSBuild custom task “Hello World” walkthrough
Can someone write (or link to) a walkthrough that explains exactly how to create a custom MSBuild task and run it during a build? I'm looking for a custom task that inherits from ...
0
votes
0answers
15 views
How do i build for custom types in visual studios 2010?
I knew how to do it in older versions. I have several files that are .abc and .xyz. If the file has been changed i'd like to run my build script then build my C++ files.
How do i do it in VS2010?
0
votes
1answer
184 views
VS2010 custom build tool for generating .h file
I'm trying to integrate a custom build tool in VS2010 that generates a .h-file from a source file. I've created a .xml, .targets and .props for the step. The XML is mostly copy-pasted from the ...
0
votes
1answer
39 views
Auto version files in VS Custom Build Step
I want to do two things in a custom build step (pre build) but my batch file skills are a little rusty to say the least so am having a little trouble figuring it out!
I need to:
Find all resource ...
0
votes
1answer
58 views
Possible to ignore vs2005 custom build step failure?
I have a visual studio 2005 project with a custom build step that copies a library file to the target applications plugin directory. This works fine, but in the case where I have the target ...
0
votes
0answers
45 views
Is there a way to add a file to a project (“Include In Project” shortcuts on context menus) via the Custom Build Steps in Visual Studio 2010?
I have a Visual Studio 2010 Solution that contains two Projects: the main program (an API/Engine) and the associated Library that creates a static library for distribution.
I can successfully use the ...
0
votes
1answer
56 views
Visual Studio 2005 keeps “recompiling” XML Schema
I have the following inconvenience while working with MS Visual Studio.
My project contains some C++ code, and a Schema file (with extension .xsd).
I have a "custom build step" for converting the ...
0
votes
1answer
135 views
What is the difference between a Custom Build Step and a Post-Build Event?
Both project settings allow me to execute custom commands. What are the benefits or drawbacks of each?
0
votes
1answer
546 views
Why are my Custom Build steps not running in Visual Studio 2010?
I have a Visual Studio project with several Custom Build steps in it, but some of them are simply failing to run. There are no errors and no warnings, and according to the build logs they are ...
0
votes
1answer
125 views
Check if a file is modified in a custom build event in VS2008
I'm using a custom build step to generate gSoap code from a .wsdl file during my build. Is there any way to get Visual Studio to skip this step if the .wsdl file has not been modified since the Soap ...
0
votes
2answers
593 views
Visual Studio 2010 and protobuf-csharp-port
We're using Jon Skeet's proto-csharp-port, and I'm running into some difficulties when mixing it with ReSharper in Visual Studio 2010.
We generate the .cs files via a custom MSBuild target, hooked up ...
0
votes
1answer
752 views
Visual C++ preprocessor definitions
Is there a way to transfer C++ preprocessor definitions into a custom pre-link step procedure call as a command-line parameter or export them into a file any other way?
Example:
Let's say, I have a ...
0
votes
1answer
241 views
Set the default description for custom build rules in Visual Studio (2008)
In VS, it is possible to set a custom build rule at the individual file level. However, unless you change the description of the build step (which is what msbuild outputs when running the external ...
0
votes
1answer
138 views
How do I set up a Java-like language (LeJOS NXJ) in Visual Studio 2005 that uses an external compiler?
Recently, I installed the JDK and a java library called LeJOS NXJ, for controlling a LEGO Mindstorms robot. I'd like to be able to set up the language to run through visual studio, which offers J# ...
0
votes
3answers
938 views
Custom Flex Ant build task
A beginner's question.
I'm building a .swf with Flex Ant.
To my .swf I link a file, target.as, which I generate from file source.txt with command
./tool.sh source.txt > target.as
How can I ...