xaml 改到Views 資料夾 20250324
This commit is contained in:
parent
7c86f3b6e3
commit
b0a9673ffc
@ -261,31 +261,31 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml">
|
||||
<ApplicationDefinition Include="Views\App.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Compile Include="Converters\ImagePathConverter.cs" />
|
||||
<Compile Include="Models\SongData.cs" />
|
||||
<Page Include="Index.xaml">
|
||||
<Page Include="Views\Index.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Page Include="Views\MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Compile Include="Controller\App.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
<DependentUpon>Views\App.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Converters\BitmapToImageSourceConverter.cs" />
|
||||
<Compile Include="Controller\Index.cs">
|
||||
<DependentUpon>Index.xaml</DependentUpon>
|
||||
<DependentUpon>Views\Index.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controller\MainViewModel.cs" />
|
||||
<Compile Include="Controller\MainWindow.cs">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
<DependentUpon>Views\MainWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:Karaoke_Kingpin.Controller"
|
||||
xmlns:converters="clr-namespace:Karaoke_Kingpin.Converters"
|
||||
StartupUri="MainWindow.xaml">
|
||||
StartupUri="Views\MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
</Application.Resources>
|
Reference in New Issue
Block a user