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 acefb10 commit fc9586aCopy full SHA for fc9586a
Files/Files.csproj
@@ -221,7 +221,7 @@
221
<DependentUpon>Properties.xaml</DependentUpon>
222
</Compile>
223
<Compile Include="Properties\AssemblyInfo.cs" />
224
- <Compile Include="Search.xaml.cs">
+ <Compile Include="Views\Pages\Search.xaml.cs">
225
<DependentUpon>Search.xaml</DependentUpon>
226
227
<Compile Include="Settings.cs" />
@@ -358,7 +358,7 @@
358
<SubType>Designer</SubType>
359
<Generator>MSBuild:Compile</Generator>
360
</Page>
361
- <Page Include="Search.xaml">
+ <Page Include="Views\Pages\Search.xaml">
362
363
364
Files/Search.xaml renamed to Files/Views/Pages/Search.xaml
Files/Search.xaml.cs renamed to Files/Views/Pages/Search.xaml.cs
0 commit comments