We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9586a commit e8b7c7fCopy full SHA for e8b7c7f
Files/Files.csproj
@@ -253,7 +253,7 @@
253
<Compile Include="View Models\SettingsViewModel.cs" />
254
<Compile Include="Helpers\WindowDisplayInfo.cs" />
255
<Compile Include="Helpers\WindowDisplayMode.cs" />
256
- <Compile Include="YourHome.xaml.cs">
+ <Compile Include="UserControls\YourHome.xaml.cs">
257
<DependentUpon>YourHome.xaml</DependentUpon>
258
</Compile>
259
</ItemGroup>
@@ -398,7 +398,7 @@
398
<SubType>Designer</SubType>
399
<Generator>MSBuild:Compile</Generator>
400
</Page>
401
- <Page Include="YourHome.xaml">
+ <Page Include="UserControls\YourHome.xaml">
402
403
404
Files/YourHome.xaml renamed to Files/UserControls/YourHome.xaml
Files/YourHome.xaml.cs renamed to Files/UserControls/YourHome.xaml.cs
0 commit comments