c# - XAML source file compilation in VS 2008 -



c# - XAML source file compilation in VS 2008 -

i have c# project in vs 2008 solution, includes lot of .xaml (for wpf) , other independent .cs source files. there possibility compile single .xaml file, without having build / rebuild entire project in vs2008, because take lot of unnecessary time? context menu on .xaml file (right click) , "build" menu don't seem have option.

try exclude xaml files project (right click on file on solution explorer). (and if don't utilize mvvm) comment line .cs files using decalartion xaml files. when need xaml load back.

c# .net wpf xaml visual-studio-2008

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -