|
71 | 71 | <WarningLevel>4</WarningLevel>
|
72 | 72 | </PropertyGroup>
|
73 | 73 | <ItemGroup>
|
| 74 | + <Compile Include="..\AgFx.Portable.Test\HashedFileStoreProviderTests.cs"> |
| 75 | + <Link>HashedFileStoreProviderTests.cs</Link> |
| 76 | + </Compile> |
74 | 77 | <Compile Include="App.xaml.cs">
|
75 | 78 | <DependentUpon>App.xaml</DependentUpon>
|
76 | 79 | </Compile>
|
|
79 | 82 | <Compile Include="DataLoaderProxyTests.cs" />
|
80 | 83 | <Compile Include="DataManagerTests.cs" />
|
81 | 84 | <Compile Include="Dispatcher.cs" />
|
| 85 | + <Compile Include="LiveValueLoaderTests.cs" /> |
82 | 86 | <Compile Include="LocalizedStrings.cs" />
|
83 | 87 | <Compile Include="MainPage.xaml.cs">
|
84 | 88 | <DependentUpon>MainPage.xaml</DependentUpon>
|
|
101 | 105 | <DesignTime>True</DesignTime>
|
102 | 106 | <DependentUpon>AppResources.resx</DependentUpon>
|
103 | 107 | </Compile>
|
104 |
| - <Compile Include="StoreProviderTests.cs" /> |
105 | 108 | <Compile Include="TestHelpers.cs" />
|
106 | 109 | <Compile Include="UITestMethodAttribute.cs" />
|
107 | 110 | </ItemGroup>
|
|
150 | 153 | </EmbeddedResource>
|
151 | 154 | </ItemGroup>
|
152 | 155 | <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> |
153 | 160 | <ProjectReference Include="..\AgFx.Portable\AgFx.Portable.csproj">
|
154 | 161 | <Project>{d7bd5901-3f1d-4113-8036-d512982328d6}</Project>
|
155 | 162 | <Name>AgFx.Portable</Name>
|
|
159 | 166 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
160 | 167 | </ItemGroup>
|
161 | 168 | <ItemGroup>
|
| 169 | + <Reference Include="Castle.Core"> |
| 170 | + <HintPath>..\Lib\Castle.Core.dll</HintPath> |
| 171 | + </Reference> |
162 | 172 | <Reference Include="Microsoft.Phone.Controls.Toolkit">
|
163 | 173 | <HintPath>..\packages\WPtoolkit.4.2012.10.30\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
|
164 | 174 | </Reference>
|
|
168 | 178 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Phone">
|
169 | 179 | <HintPath>..\packages\WPToolkitTestFx.4.2012.11.14\lib\wp8\Microsoft.VisualStudio.QualityTools.UnitTesting.Phone.dll</HintPath>
|
170 | 180 | </Reference>
|
| 181 | + <Reference Include="Moq.Silverlight"> |
| 182 | + <HintPath>..\Lib\Moq.Silverlight.dll</HintPath> |
| 183 | + </Reference> |
171 | 184 | <Reference Include="PCLStorage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL">
|
172 | 185 | <SpecificVersion>False</SpecificVersion>
|
173 | 186 | <HintPath>..\packages\PCLStorage.1.0.0\lib\wp8\PCLStorage.dll</HintPath>
|
|
0 commit comments