Skip to content

Commit a117564

Browse files
committedNov 10, 2014
Large refactoring to Async
1 parent b9026b3 commit a117564

File tree

87 files changed

+5530
-3197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+5530
-3197
lines changed
 

‎AgFx.Controls.Phone/BatchObservableCollection.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
using System.Windows;
1414
using System.Windows.Threading;
1515

16+
// TODO: Test this whole thing
1617
namespace AgFx
1718
{
1819
/// <summary>

‎AgFx.Portable.Test.WP8/AgFx.Portable.Test.WP8.csproj

+14-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
<WarningLevel>4</WarningLevel>
7272
</PropertyGroup>
7373
<ItemGroup>
74+
<Compile Include="..\AgFx.Portable.Test\HashedFileStoreProviderTests.cs">
75+
<Link>HashedFileStoreProviderTests.cs</Link>
76+
</Compile>
7477
<Compile Include="App.xaml.cs">
7578
<DependentUpon>App.xaml</DependentUpon>
7679
</Compile>
@@ -79,6 +82,7 @@
7982
<Compile Include="DataLoaderProxyTests.cs" />
8083
<Compile Include="DataManagerTests.cs" />
8184
<Compile Include="Dispatcher.cs" />
85+
<Compile Include="LiveValueLoaderTests.cs" />
8286
<Compile Include="LocalizedStrings.cs" />
8387
<Compile Include="MainPage.xaml.cs">
8488
<DependentUpon>MainPage.xaml</DependentUpon>
@@ -101,7 +105,6 @@
101105
<DesignTime>True</DesignTime>
102106
<DependentUpon>AppResources.resx</DependentUpon>
103107
</Compile>
104-
<Compile Include="StoreProviderTests.cs" />
105108
<Compile Include="TestHelpers.cs" />
106109
<Compile Include="UITestMethodAttribute.cs" />
107110
</ItemGroup>
@@ -150,6 +153,10 @@
150153
</EmbeddedResource>
151154
</ItemGroup>
152155
<ItemGroup>
156+
<ProjectReference Include="..\AgFx.Controls.Phone\AgFx.Controls.Phone.csproj">
157+
<Project>{cdbbc960-2f8d-4e4f-932b-496204f7faaf}</Project>
158+
<Name>AgFx.Controls.Phone</Name>
159+
</ProjectReference>
153160
<ProjectReference Include="..\AgFx.Portable\AgFx.Portable.csproj">
154161
<Project>{d7bd5901-3f1d-4113-8036-d512982328d6}</Project>
155162
<Name>AgFx.Portable</Name>
@@ -159,6 +166,9 @@
159166
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
160167
</ItemGroup>
161168
<ItemGroup>
169+
<Reference Include="Castle.Core">
170+
<HintPath>..\Lib\Castle.Core.dll</HintPath>
171+
</Reference>
162172
<Reference Include="Microsoft.Phone.Controls.Toolkit">
163173
<HintPath>..\packages\WPtoolkit.4.2012.10.30\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
164174
</Reference>
@@ -168,6 +178,9 @@
168178
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Phone">
169179
<HintPath>..\packages\WPToolkitTestFx.4.2012.11.14\lib\wp8\Microsoft.VisualStudio.QualityTools.UnitTesting.Phone.dll</HintPath>
170180
</Reference>
181+
<Reference Include="Moq.Silverlight">
182+
<HintPath>..\Lib\Moq.Silverlight.dll</HintPath>
183+
</Reference>
171184
<Reference Include="PCLStorage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL">
172185
<SpecificVersion>False</SpecificVersion>
173186
<HintPath>..\packages\PCLStorage.1.0.0\lib\wp8\PCLStorage.dll</HintPath>

0 commit comments

Comments
 (0)