Move platform to platforms
This commit is contained in:
Родитель
ccd7d13b3e
Коммит
55f3260e9b
|
@ -8,59 +8,59 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
<None Include="readme.txt" pack="true" PackagePath="." />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platform\Console\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Console\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<ProjectReference Include="..\MvvmCross.Android.Support\V7.AppCompat\MvvmCross.Droid.Support.V7.AppCompat.csproj" />
|
||||
<ProjectReference Include="..\MvvmCross.Android.Support\Fragment\MvvmCross.Droid.Support.Fragment.csproj" />
|
||||
<PackageReference Include="Xamarin.Android.Support.Design" Version="26.1.0.1" />
|
||||
|
@ -71,8 +71,8 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -8,62 +8,62 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -8,62 +8,62 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -8,62 +8,62 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -8,62 +8,62 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -8,65 +8,65 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Device" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -8,62 +8,62 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -8,62 +8,62 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Platform\**\*.cs" />
|
||||
<None Include="Platform\**\*.cs" />
|
||||
<Compile Remove="Platforms\**\*.cs" />
|
||||
<None Include="Platforms\**\*.cs" />
|
||||
<None Include="Resources\*.cs" />
|
||||
<Compile Remove="Resources\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
||||
<Compile Include="Platform\Netstandard\**\*.cs" />
|
||||
<Compile Include="Platforms\Netstandard\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
|
||||
<Compile Include="Platform\Net\**\*.cs" />
|
||||
<Compile Include="Platform\Wpf\**\*.cs" />
|
||||
<Compile Include="Platforms\Net\**\*.cs" />
|
||||
<Compile Include="Platforms\Wpf\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
|
||||
<Compile Include="Platform\Shared\**\*.cs" />
|
||||
<Compile Include="Platforms\Shared\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
|
||||
<Compile Include="Platform\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platform\Uap\**\*.cs" />
|
||||
<Compile Include="Platforms\Windows-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Uap\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Ios\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Ios\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Mac\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Mac\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.TVOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Tvos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tvos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.WatchOS')) ">
|
||||
<Compile Include="Platform\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platform\Watchos\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Apple-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Watchos\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
||||
<Compile Include="Platform\Android\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Android\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('tizen')) ">
|
||||
<Compile Include="Platform\Tizen\**\*.cs" />
|
||||
<Compile Include="Platform\Xamarin-common\**\*.cs" />
|
||||
<Compile Include="Platforms\Tizen\**\*.cs" />
|
||||
<Compile Include="Platforms\Xamarin-common\**\*.cs" />
|
||||
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче