summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
index fe36665f..22068d0b 100644
--- a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
+++ b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
@@ -66,13 +66,6 @@
<Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
- <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeBindingService.cs">
- <Link>NativeBindingService.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeValueConverterService.cs">
- <Link>NativeValueConverterService.cs</Link>
- </Compile>
- <Compile Include="PlatformConfigurationExtensions.cs" />
</ItemGroup>
<ItemGroup Condition=" '$(OS)' != 'Unix' ">
<Compile Include="BrushHelpers.cs" />
@@ -175,6 +168,13 @@
<Compile Include="HorizontalTextAlignmentConverter.cs" />
<Compile Include="AlignmentExtensions.cs" />
<Compile Include="TextAlignmentToHorizontalAlignmentConverter.cs" />
+ <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeBindingService.cs">
+ <Link>NativeBindingService.cs</Link>
+ </Compile>
+ <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeValueConverterService.cs">
+ <Link>NativeValueConverterService.cs</Link>
+ </Compile>
+ <Compile Include="PlatformConfigurationExtensions.cs" />
<Page Include="PageControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -192,4 +192,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>