33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
86 <ProjectGuid >{B7970173-9022-466B-B57A-7AB1E1F3145F}</ProjectGuid >
9- <ProjectTypeGuids >{6BC8ED88-2882-458C-8E55-DFD12B67127B };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
7+ <ProjectTypeGuids >{FEACFBD2-3405-455C-9665-78FE426C6842 };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
108 <OutputType >Library</OutputType >
119 <RootNamespace >CodeHub.Core</RootNamespace >
1210 <IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
1311 <AssemblyName >CodeHub.Core</AssemblyName >
12+ <TargetFrameworkIdentifier >Xamarin.iOS</TargetFrameworkIdentifier >
13+ <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
1414 </PropertyGroup >
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1616 <DebugSymbols >true</DebugSymbols >
135135 <Compile Include =" ViewModels\Notifications\NotificationsViewModel.cs" />
136136 <Compile Include =" ViewModels\LoadableViewModel.cs" />
137137 <Compile Include =" Messages\PullRequestEditMessage.cs" />
138+ <Compile Include =" Cache\CacheEntry.cs" />
139+ <Compile Include =" Data\Account.cs" />
140+ <Compile Include =" Data\AccountCache.cs" />
141+ <Compile Include =" Data\AccountFilters.cs" />
142+ <Compile Include =" Data\AccountPinnedRepositories.cs" />
143+ <Compile Include =" Data\Filter.cs" />
144+ <Compile Include =" Data\IAccount.cs" />
145+ <Compile Include =" Data\PinnedRepository.cs" />
146+ <Compile Include =" Data\SQLite.cs" />
147+ <Compile Include =" Messages\CancelationMessage.cs" />
148+ <Compile Include =" Messages\ErrorMessage.cs" />
149+ <Compile Include =" Services\AccountsService.cs" />
150+ <Compile Include =" Services\ErrorService.cs" />
151+ <Compile Include =" Services\IAccountPreferencesService.cs" />
152+ <Compile Include =" Services\IAccountsService.cs" />
153+ <Compile Include =" Services\IAlertDialogService.cs" />
154+ <Compile Include =" Services\IAnalyticsService.cs" />
155+ <Compile Include =" Services\IDefaultValueService.cs" />
156+ <Compile Include =" Services\IEnvrionmentService.cs" />
157+ <Compile Include =" Services\IErrorService.cs" />
158+ <Compile Include =" Services\IHttpClientService.cs" />
159+ <Compile Include =" Services\IJsonHttpClientService.cs" />
160+ <Compile Include =" Services\IJsonSerializationService.cs" />
161+ <Compile Include =" Services\IShareService.cs" />
162+ <Compile Include =" Services\IUIThreadService.cs" />
163+ <Compile Include =" Services\IViewModelTxService.cs" />
164+ <Compile Include =" Services\JsonHttpClientService.cs" />
165+ <Compile Include =" Services\ViewModelTxService.cs" />
166+ <Compile Include =" Utils\CrashReporting.cs" />
167+ <Compile Include =" Utils\CustomObservableCollection.cs" />
168+ <Compile Include =" Utils\DateTimeExtensions.cs" />
169+ <Compile Include =" Utils\DefaultStartupViewCommand.cs" />
170+ <Compile Include =" Utils\EnumExtensions.cs" />
171+ <Compile Include =" Utils\ExceptionExtensions.cs" />
172+ <Compile Include =" Utils\FilterGroup.cs" />
173+ <Compile Include =" Utils\FireAndForgetTask.cs" />
174+ <Compile Include =" Utils\RepositoryIdentifier.cs" />
175+ <Compile Include =" Utils\SimpleJson.cs" />
176+ <Compile Include =" Utils\StringExtensions.cs" />
177+ <Compile Include =" ViewModels\App\BaseDefaultStartupViewModel.cs" />
178+ <Compile Include =" ViewModels\App\BaseMenuViewModel.cs" />
179+ <Compile Include =" ViewModels\BaseAccountsViewModel.cs" />
180+ <Compile Include =" ViewModels\BaseStartupViewModel.cs" />
181+ <Compile Include =" ViewModels\BaseViewModel.cs" />
182+ <Compile Include =" ViewModels\CollectionViewModel.cs" />
183+ <Compile Include =" ViewModels\FileSourceViewModel.cs" />
184+ <Compile Include =" ViewModels\FilterableCollectionViewModel.cs" />
185+ <Compile Include =" ViewModels\FilterGroup.cs" />
186+ <Compile Include =" ViewModels\FilterModel.cs" />
187+ <Compile Include =" ViewModels\IFilterableViewModel.cs" />
188+ <Compile Include =" ViewModels\WebBrowserViewModel.cs" />
189+ <Compile Include =" PresentationValues.cs" />
138190 </ItemGroup >
139191 <ItemGroup />
140192 <ItemGroup >
141193 <Reference Include =" System" />
142194 <Reference Include =" System.Windows" />
143195 <Reference Include =" System.Core" />
196+ <Reference Include =" System.Net.Http" />
197+ <Reference Include =" Flurry.Analytics.Portable" >
198+ <HintPath >..\CodeHub.iOS\packages\Flurry.Analytics.Portable.1.2.0\lib\portable-wp80+win80+wpa81+net45+sl50+MonoTouch10+MonoAndroid10+XamariniOS10\Flurry.Analytics.Portable.dll</HintPath >
199+ </Reference >
144200 <Reference Include =" Cirrious.CrossCore" >
145- <HintPath >..\lib\CodeFramework\lib\iOS\Cirrious.CrossCore.dll</HintPath >
201+ <HintPath >..\CodeHub.iOS\packages\MvvmCross.HotTuna.CrossCore.3.5.1\lib\portable-win+net45+wp8+win8+wpa81\Cirrious.CrossCore.dll</HintPath >
202+ </Reference >
203+ <Reference Include =" Cirrious.MvvmCross.Localization" >
204+ <HintPath >..\CodeHub.iOS\packages\MvvmCross.HotTuna.CrossCore.3.5.1\lib\portable-win+net45+wp8+win8+wpa81\Cirrious.MvvmCross.Localization.dll</HintPath >
146205 </Reference >
147206 <Reference Include =" Cirrious.MvvmCross" >
148- <HintPath >..\lib\CodeFramework\lib\iOS\Cirrious.MvvmCross.dll</HintPath >
207+ <HintPath >..\CodeHub.iOS\packages\MvvmCross.HotTuna.MvvmCrossLibraries.3.5.1\lib\portable-win+net45+wp8+win8+wpa81\Cirrious.MvvmCross.dll</HintPath >
208+ </Reference >
209+ <Reference Include =" Newtonsoft.Json" >
210+ <HintPath >..\CodeHub.iOS\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath >
211+ </Reference >
212+ <Reference Include =" GitHubSharp" >
213+ <HintPath >..\CodeHub.iOS\packages\GitHubClient.1.0.5.0\lib\portable-net45+win+wpa81\GitHubSharp.dll</HintPath >
149214 </Reference >
150215 <Reference Include =" Cirrious.MvvmCross.Plugins.Messenger" >
151- <HintPath >..\lib\CodeFramework\ lib\iOS \Cirrious.MvvmCross.Plugins.Messenger.dll</HintPath >
216+ <HintPath >..\CodeHub.iOS\packages\MvvmCross.HotTuna.Plugin.Messenger.3.5.1\ lib\portable-win+net45+wp8+win8+wpa81 \Cirrious.MvvmCross.Plugins.Messenger.dll</HintPath >
152217 </Reference >
153- <Reference Include =" System.Net.Http" />
154- </ItemGroup >
155- <ItemGroup >
156- <ProjectReference Include =" ..\lib\GitHubSharp\GitHubSharp.MonoTouch.csproj" >
157- <Project >{89E14828-85BB-4790-9B4E-E44DD4CE000E}</Project >
158- <Name >GitHubSharp.MonoTouch</Name >
159- </ProjectReference >
160- <ProjectReference Include =" ..\lib\CodeFramework\CodeFramework.iOS\CodeFramework.iOS.csproj" >
161- <Project >{2698B412-26A3-4269-AA01-AC3BC79A0F14}</Project >
162- <Name >CodeFramework.iOS</Name >
163- </ProjectReference >
164- <ProjectReference Include =" ..\lib\CodeFramework\CodeFramework.Core\CodeFramework.Core.csproj" >
165- <Project >{C99FE7E3-0985-48F1-9EBB-91680A795F0F}</Project >
166- <Name >CodeFramework.Core</Name >
167- </ProjectReference >
218+ <Reference Include =" Xamarin.iOS" />
168219 </ItemGroup >
169- <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
170220 <ItemGroup />
171221 <ItemGroup >
172222 <Content Include =" Markdown\marked.js" />
177227 <Folder Include =" ViewModels\Teams\" />
178228 <Folder Include =" ViewModels\Changesets\" />
179229 <Folder Include =" ViewModels\Notifications\" />
230+ <Folder Include =" Cache\" />
231+ </ItemGroup >
232+ <ItemGroup >
233+ <None Include =" packages.config" />
180234 </ItemGroup >
235+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
181236</Project >
0 commit comments