Skip to content

Commit 1480a4b

Browse files
committed
Move NativeToXF.iOS to right level in folder structure
1 parent 9467158 commit 1480a4b

16 files changed

+20
-20
lines changed

MvvmCross_All.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeToXF", "TestProjects\
437437
EndProject
438438
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeToXF.Android", "TestProjects\Forms\NativeToXF\NativeToXF.Android\NativeToXF.Android.csproj", "{73C38466-F664-4816-8340-E16BA3286CEB}"
439439
EndProject
440-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeToXF.iOS", "NativeToXF.iOS\NativeToXF.iOS.csproj", "{2EC5E423-FF56-42C5-92BA-2828B11C9360}"
440+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeToXF.iOS", "TestProjects\Forms\NativeToXF\NativeToXF.iOS\NativeToXF.iOS.csproj", "{2EC5E423-FF56-42C5-92BA-2828B11C9360}"
441441
EndProject
442442
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeToXF.UWP", "TestProjects\Forms\NativeToXF\NativeToXF.UWP\NativeToXF.UWP.csproj", "{53E497BA-32AF-4554-8125-E64FF3128463}"
443443
EndProject
File renamed without changes.

NativeToXF.iOS/NativeToXF.iOS.csproj TestProjects/Forms/NativeToXF/NativeToXF.iOS/NativeToXF.iOS.csproj

+19-19
Original file line numberDiff line numberDiff line change
@@ -106,91 +106,91 @@
106106
<Reference Include="System.Xml" />
107107
<Reference Include="System.Core" />
108108
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
109-
<HintPath>..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
109+
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
110110
</Reference>
111111
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
112-
<HintPath>..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
112+
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
113113
</Reference>
114114
<Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
115-
<HintPath>..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
115+
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
116116
</Reference>
117117
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
118-
<HintPath>..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
118+
<HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
119119
</Reference>
120120
<Reference Include="Xamarin.iOS" />
121121
</ItemGroup>
122122
<ItemGroup>
123-
<ProjectReference Include="..\MvvmCross-Forms\MvvmCross.Forms.iOS\MvvmCross.Forms.iOS.csproj">
123+
<ProjectReference Include="..\..\..\..\MvvmCross-Forms\MvvmCross.Forms.iOS\MvvmCross.Forms.iOS.csproj">
124124
<Project>{f2270784-c153-4b1c-bb04-15cb29f0f945}</Project>
125125
<Name>MvvmCross.Forms.iOS</Name>
126126
<IsAppExtension>false</IsAppExtension>
127127
<IsWatchApp>false</IsWatchApp>
128128
</ProjectReference>
129-
<ProjectReference Include="..\MvvmCross-Forms\MvvmCross.Forms\MvvmCross.Forms.csproj">
129+
<ProjectReference Include="..\..\..\..\MvvmCross-Forms\MvvmCross.Forms\MvvmCross.Forms.csproj">
130130
<Project>{0797d39c-c59b-4fe2-bb16-ab6fa0119c69}</Project>
131131
<Name>MvvmCross.Forms</Name>
132132
</ProjectReference>
133-
<ProjectReference Include="..\MvvmCross-Plugins\DownloadCache\MvvmCross.Plugins.DownloadCache.iOS\MvvmCross.Plugins.DownloadCache.iOS.csproj">
133+
<ProjectReference Include="..\..\..\..\MvvmCross-Plugins\DownloadCache\MvvmCross.Plugins.DownloadCache.iOS\MvvmCross.Plugins.DownloadCache.iOS.csproj">
134134
<Project>{59452e25-103c-4677-ab2a-e0d33b9fbdda}</Project>
135135
<Name>MvvmCross.Plugins.DownloadCache.iOS</Name>
136136
<IsAppExtension>false</IsAppExtension>
137137
<IsWatchApp>false</IsWatchApp>
138138
</ProjectReference>
139-
<ProjectReference Include="..\MvvmCross-Plugins\DownloadCache\MvvmCross.Plugins.DownloadCache\MvvmCross.Plugins.DownloadCache.csproj">
139+
<ProjectReference Include="..\..\..\..\MvvmCross-Plugins\DownloadCache\MvvmCross.Plugins.DownloadCache\MvvmCross.Plugins.DownloadCache.csproj">
140140
<Project>{60a80eb8-2056-4771-8600-03a8da417cfb}</Project>
141141
<Name>MvvmCross.Plugins.DownloadCache</Name>
142142
</ProjectReference>
143-
<ProjectReference Include="..\MvvmCross-Plugins\File\MvvmCross.Plugins.File.iOS\MvvmCross.Plugins.File.iOS.csproj">
143+
<ProjectReference Include="..\..\..\..\MvvmCross-Plugins\File\MvvmCross.Plugins.File.iOS\MvvmCross.Plugins.File.iOS.csproj">
144144
<Project>{5b8cf261-197a-48af-bc7c-899cf81aa187}</Project>
145145
<Name>MvvmCross.Plugins.File.iOS</Name>
146146
<IsAppExtension>false</IsAppExtension>
147147
<IsWatchApp>false</IsWatchApp>
148148
</ProjectReference>
149-
<ProjectReference Include="..\MvvmCross-Plugins\File\MvvmCross.Plugins.File\MvvmCross.Plugins.File.csproj">
149+
<ProjectReference Include="..\..\..\..\MvvmCross-Plugins\File\MvvmCross.Plugins.File\MvvmCross.Plugins.File.csproj">
150150
<Project>{19ee04d6-7ee0-4fe8-ab10-4623d93f165a}</Project>
151151
<Name>MvvmCross.Plugins.File</Name>
152152
</ProjectReference>
153-
<ProjectReference Include="..\MvvmCross\Binding\iOS\MvvmCross.Binding.iOS.csproj">
153+
<ProjectReference Include="..\..\..\..\MvvmCross\Binding\iOS\MvvmCross.Binding.iOS.csproj">
154154
<Project>{913b13b5-7b2c-4dda-becb-dadc827ed895}</Project>
155155
<Name>MvvmCross.Binding.iOS</Name>
156156
<IsAppExtension>false</IsAppExtension>
157157
<IsWatchApp>false</IsWatchApp>
158158
</ProjectReference>
159-
<ProjectReference Include="..\MvvmCross\Core\Binding\MvvmCross.Binding.csproj">
159+
<ProjectReference Include="..\..\..\..\MvvmCross\Core\Binding\MvvmCross.Binding.csproj">
160160
<Project>{64dcd397-9019-41e8-a928-e5f5c5df185b}</Project>
161161
<Name>MvvmCross.Binding</Name>
162162
</ProjectReference>
163-
<ProjectReference Include="..\MvvmCross\Core\Core\MvvmCross.Core.csproj">
163+
<ProjectReference Include="..\..\..\..\MvvmCross\Core\Core\MvvmCross.Core.csproj">
164164
<Project>{b6e27475-e7d0-448c-a5cc-5097dca1e2dd}</Project>
165165
<Name>MvvmCross.Core</Name>
166166
</ProjectReference>
167-
<ProjectReference Include="..\MvvmCross\iOS\iOS\MvvmCross.iOS.csproj">
167+
<ProjectReference Include="..\..\..\..\MvvmCross\iOS\iOS\MvvmCross.iOS.csproj">
168168
<Project>{e042edd9-e89d-4928-bf4d-27f0fc29ceda}</Project>
169169
<Name>MvvmCross.iOS</Name>
170170
<IsAppExtension>false</IsAppExtension>
171171
<IsWatchApp>false</IsWatchApp>
172172
</ProjectReference>
173-
<ProjectReference Include="..\MvvmCross\Platform\iOS\MvvmCross.Platform.iOS.csproj">
173+
<ProjectReference Include="..\..\..\..\MvvmCross\Platform\iOS\MvvmCross.Platform.iOS.csproj">
174174
<Project>{bbbcd850-e7cb-4b6c-86d9-ce01f2b1c81c}</Project>
175175
<Name>MvvmCross.Platform.iOS</Name>
176176
<IsAppExtension>false</IsAppExtension>
177177
<IsWatchApp>false</IsWatchApp>
178178
</ProjectReference>
179-
<ProjectReference Include="..\MvvmCross\Platform\Platform\MvvmCross.Platform.csproj">
179+
<ProjectReference Include="..\..\..\..\MvvmCross\Platform\Platform\MvvmCross.Platform.csproj">
180180
<Project>{cff6f25a-3c3b-44ee-a54c-2ed4aaff3adb}</Project>
181181
<Name>MvvmCross.Platform</Name>
182182
</ProjectReference>
183-
<ProjectReference Include="..\TestProjects\Forms\NativeToXF\NativeToXF\NativeToXF.csproj">
183+
<ProjectReference Include="..\NativeToXF\NativeToXF.csproj">
184184
<Project>{89fa2210-1b64-44db-937e-f2ef3b86889b}</Project>
185185
<Name>NativeToXF</Name>
186186
</ProjectReference>
187187
</ItemGroup>
188188
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
189-
<Import Project="..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
189+
<Import Project="..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
190190
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
191191
<PropertyGroup>
192192
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
193193
</PropertyGroup>
194-
<Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
194+
<Error Condition="!Exists('..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
195195
</Target>
196196
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)