csproj
Why do my projects build when there are no changes?
I\'ve got many C# (Visual Studio 2008) projects and a few of them are updating the ass开发者_如何学JAVAembly even when there have been no changes (even when I choose Build and not Rebuild). Most of my[详细]
2023-01-27 13:14 分类:问答MSBuild Post-Build
I\'ve got an MSBuild script that is just about doing everything that I need it to do apart from my post-build step (see a previous question that I asked: MSBuild conditional Exec?).[详细]
2023-01-27 06:19 分类:问答Tfs2010 Build Number and Assembly File Versions & MSBuild targets
I read John Robbins\' article TFS 2010 Build Number and Assembly File Versions: Completely In Sync with Only MSBuild 4.0, and I\'m wondering about the best way to go about integrating this.[详细]
2023-01-18 05:49 分类:问答XPath and *.csproj
I am for sure missing some important detail here. I just cannot make .NET\'s XPath work with Visual Studio project files.[详细]
2023-01-17 04:51 分类:问答Where does Java Project Explorer load files from in Eclispe IDE
I\'m a .Net guy and used to csproj/vbproj files being the central repository for all folders/开发者_开发知识库files in a .Net project.[详细]
2023-01-13 12:54 分类:问答How do I get a diagram of the dependencies between my C# projects
I have a fairly complex application which has been broken up into multiple components. Each component has a solution file which contains a bunch of projects. So I like to think of this as a component[详细]
2023-01-13 04:26 分类:问答Opening existing project in Visual Studio 2010
All, I have a project that was originally written in vs 2005 or earlier (don\'t remember bc I didn\'t write it).I opened it in vs2008 and converted it although it still has the csproj file.sln file s[详细]
2023-01-11 05:19 分类:问答MS-Build BeforeBuild not firing
I\'m customizing a .csproj project to run some custom tasks before the main build. However, I can\'t get the tasks to execute at all.[详细]
2023-01-09 18:12 分类:问答csproj from VS2008 fail to compile with mono xbuild
I use Mono 2.6.4 compiled from source on CentOS to compile a VS2008 project in C#. Some csproj compile, but this one doesn\'t, here is the output of xbuild /t:detailed :[详细]
2023-01-05 14:13 分类:问答C# nant build using .csproj files
Typically when doing a build script for C# I just include **/*.cs for each project/dll to build.However I now have a situation where I have some .cs files which are not part of the project but live in[详细]
2023-01-04 17:50 分类:问答