Re: Working With WPF in D2007/D2008?
- From: "I.P. Nichols" <NoSpan@xxxxxxxx>
- Date: Tue, 29 Apr 2008 07:13:37 -0400
"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
.
- Follow-Ups:
- Re: Working With WPF in D2007/D2008?
- From: Robert Giesecke
- Re: Working With WPF in D2007/D2008?
- References:
- Working With WPF in D2007/D2008?
- From: Alchemist
- Re: Working With WPF in D2007/D2008?
- From: Bernhard Geyer
- Re: Working With WPF in D2007/D2008?
- From: Markus.Humm
- Re: Working With WPF in D2007/D2008?
- From: Craig Stuntz [TeamB]
- Re: Working With WPF in D2007/D2008?
- From: I.P. Nichols
- Re: Working With WPF in D2007/D2008?
- From: Robert Giesecke
- Re: Working With WPF in D2007/D2008?
- From: I.P. Nichols
- Re: Working With WPF in D2007/D2008?
- From: Robert Giesecke
- Re: Working With WPF in D2007/D2008?
- From: I.P. Nichols
- Re: Working With WPF in D2007/D2008?
- From: Robert Giesecke
- Working With WPF in D2007/D2008?
- Prev by Date: YAHU!
- Next by Date: Re: Multi core
- Previous by thread: Re: Working With WPF in D2007/D2008?
- Next by thread: Re: Working With WPF in D2007/D2008?
- Index(es):
Relevant Pages
|