mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Timer and TypeConverters to Shared
This commit is contained in:
parent
96557a9200
commit
8f01f63b99
7 changed files with 30 additions and 31 deletions
|
|
@ -179,6 +179,9 @@
|
|||
<Compile Include="..\Shared\TileSource.cs">
|
||||
<Link>TileSource.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\Timer.cs">
|
||||
<Link>Timer.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\TransverseMercatorProjection.cs">
|
||||
<Link>TransverseMercatorProjection.cs</Link>
|
||||
</Compile>
|
||||
|
|
@ -275,9 +278,6 @@
|
|||
<Compile Include="..\WinUI\Tile.WinUI.cs">
|
||||
<Link>Tile.WinUI.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\WPF\Timer.WPF.cs">
|
||||
<Link>Timer.WPF.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="TileImageLoader.UWP.cs" />
|
||||
<EmbeddedResource Include="Properties\MapControl.UWP.rd.xml" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue