Re: Working With WPF in D2007/D2008?



"Robert Giesecke" wrote:
I.P. Nichols wrote:

Blend uses the Visual Studio *.proj file as the interface so that if either Visual Studio or Blend make changes to either a XAML or it's code behind file, the other one knows that a change has happened and can reload the changed files.

That *is* the MSBuild file.

Maybe I'm being too persnickety but in the vernacular of both MSBuild and Visual Studio they are referred to as "Project" files. For instance if you have a C# Visual Studio project named foo, you can build the project with the command line "MSBuild foo.sln". If you rename or delete the foo.csproj file and try to build with that same command line, MSBuild will complain with the error message "MSBUILD : error MSB1009: Project file does not exist."

"MSBuild uses project files to instruct the build engine what to build and how to build it. "
http://msdn2.microsoft.com/en-us/library/5dy88c2e.aspx





.



Relevant Pages

  • Re: Dotfuscator and ClickOnce
    ... Visual Studio uses MSBuild to build and publish ClickOnce ... Fortunately, there's a AfterCompile target, which is built after the ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Thinking Clearly
    ... I agree and thank Brian, I wasn't aware of that excellent link. ... Actually it's msbuild that's the key that unlocks everything. ... Visual Studio installed - msbuild comes as part of the WinFX SDK. ... of benefit to, and easily consumable by, Highlander developers. ...
    (borland.public.delphi.non-technical)
  • Re: Dotfuscator and ClickOnce
    ... This does not work with the Dotfuscator Community Edition shipped with Visual Studio 2005. ... Visual Studio uses MSBuild to build and publish ClickOnce ... Fortunately, there's a AfterCompile target, which is built after the ... building and publishing within VS and what's important is that you can see ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Partitioned Single Solution Model
    ... I'm not sure what you mean by "wait for MSBuild". ... for both Visual Studio 2005 and the Build part of Team System. ... Im doing Partitioned Single Solutions. ... >> You are perfectly correct. ...
    (microsoft.public.vstudio.sourcesafe)
  • Re: Working With WPF in D2007/D2008?
    ... Maybe I'm being too persnickety but in the vernacular of both MSBuild and Visual Studio they are referred to as "Project" files. ... While Oxygene has this one; ... And this line is totally uninteresting for Blend. ...
    (borland.public.delphi.non-technical)