custom-build-step
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 .cpp[详细]
2023-04-04 22:39 分类:问答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 MASM-[详细]
2023-03-30 23:55 分类:问答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![详细]
2023-03-30 02:35 分类:问答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 applicatio[详细]
2023-03-09 01:21 分类:问答Convert .rules file to Visual Studio 2010 .targets file
I\'m trying to se flex and bison in Visual Studio 2010开发者_StackOverflow中文版. 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\'[详细]
2023-02-24 10:13 分类:问答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 Microsoft.Build.Utili[详细]
2023-02-14 14:57 分类:问答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).[详细]
2023-01-28 19:26 分类:问答Why are my Custom Build steps not running in Visual Studio?
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 warning开发者_如何学JAVAs, and according to the build logs t[详细]
2023-01-15 10:13 分类:问答Should I auto-increment the assembly version when I build my software?
I开发者_高级运维n 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 a[详细]
2023-01-01 10:13 分类:问答Check if a file is modified in a custom build event in VS2008
I\'m using a cust开发者_如何学Goom 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 s[详细]
2022-12-30 09:31 分类:问答