Skip to content

Commit

Permalink
Update UniSky.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
WamWooWam committed Dec 12, 2024
1 parent 37c3287 commit 0d99277
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions UniSky/UniSky.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@
<Compile Include="Pages\SearchPage.xaml.cs">
<DependentUpon>SearchPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\SettingsPage.xaml.cs">
<DependentUpon>SettingsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Services\INavigationService.cs" />
<Compile Include="Services\INavigationServiceLocator.cs" />
<Compile Include="Services\IProtocolService.cs" />
Expand Down Expand Up @@ -483,10 +480,6 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\SettingsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="RootPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down Expand Up @@ -601,7 +594,9 @@
<Name>UniSky.Models</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="Controls\Gallery\" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
Expand Down

0 comments on commit 0d99277

Please sign in to comment.