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
Post a Comment