app.xaml
<Application x:Class="L4.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local ="clr-namespace:L4"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
StartupUri="MainWindow.xaml">
<Window x:Class="L4.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="501"
Height="550"
Title="MainWindow">
为什么生成 MainWindow.g.cs中的 SampleExpander.exe文件?并且还改不了这个地方,我是从别处复制的代码,没别的引用。
为什么生成不了我建的项目L4.exe
------解决思路----------------------
在项目上右键属性看下相关配置
------解决思路----------------------
为什么要是项目的名?生成什么文件名跟项目名本来就没有任何关系,只不过一开始创建工程的时候它们俩默认是一样的,你改了项目名之后,文件名不会自动跟着变
在项目右键属性->生成里,修改
------解决思路----------------------
是的程序集名字,跟命名空间是两码事
右键工程属性里