Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from OpenXbox/csproj_cleanup
Browse files Browse the repository at this point in the history
Cleanup csproj
  • Loading branch information
tuxuser authored Apr 29, 2019
2 parents 43e940f + 993812e commit 3f1e3fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 62 deletions.
10 changes: 0 additions & 10 deletions xnano.Droid/Assets/player.html

This file was deleted.

44 changes: 0 additions & 44 deletions xnano.Droid/Assets/player.js

This file was deleted.

7 changes: 1 addition & 6 deletions xnano.Droid/xnano.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
<AndroidResource Include="Resources\drawable\RecordButton.png" />
<AndroidResource Include="Resources\layout\GamestreamLayout.axml" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<AndroidAsset Include="Assets\player.html" />
<AndroidAsset Include="Assets\player.js" />
</ItemGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
<Reference Include="System" />
Expand Down Expand Up @@ -122,4 +117,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
</Project>
10 changes: 8 additions & 2 deletions xnano/xnano.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@
<EmbeddedResource Update="App.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Views\AuthenticationPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Views\ConnectionPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Views\ConsoleListPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Views\EnterIpAddressPage.xaml">
<EmbeddedResource Update="Views\EnterIpAddressPopup.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Views\LoadingPage.xaml">
<EmbeddedResource Update="Views\MainPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Views\StreamPage.xaml">
Expand Down

0 comments on commit 3f1e3fa

Please sign in to comment.