Objective: To use WPF to complete a configuration tool under VS2010, the configuration file is in XML format, the XML file as the data source, directly and the WPF foreground binding, after generating EXE, run EXE can load the same path under the XML configuration file and display
XML files in the project settings are different: The build operation for the content, always copy, you can directly modify the EXE in the same directory of XML files, XML file content changes can be reflected in the EXE launcher interface, EXE size of 16k,xml size of 3K,
The build operation is resource, always copy, modify the XML file, exe boot after the display content does not change, exe size 18K, visible resource, the generated EXE integrated XML, the data in the EXE, modify the external XML can not change the actual configuration
WPF Direct binding XML Build Application