Mercurial > silverbladetech
diff SilverlightExampleApp/SilverlightExampleApp.Interfaces/SilverlightExampleApp.Interfaces.csproj @ 59:3591c26bd63e
MVVMLight added
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 21 Apr 2012 19:20:28 +0100 |
parents | 502f5f365649 |
children |
line wrap: on
line diff
--- a/SilverlightExampleApp/SilverlightExampleApp.Interfaces/SilverlightExampleApp.Interfaces.csproj Sat Apr 21 15:06:48 2012 +0100 +++ b/SilverlightExampleApp/SilverlightExampleApp.Interfaces/SilverlightExampleApp.Interfaces.csproj Sat Apr 21 19:20:28 2012 +0100 @@ -47,19 +47,22 @@ </PropertyGroup> <ItemGroup> <Reference Include="mscorlib" /> - <Reference Include="System.Windows" /> - <Reference Include="system" /> + <Reference Include="System" /> <Reference Include="System.Core" /> - <Reference Include="System.Xml" /> <Reference Include="System.Net" /> - <Reference Include="System.Windows.Browser" /> + <Reference Include="System.ServiceModel" /> + <Reference Include="System.Windows" /> </ItemGroup> <ItemGroup> <Compile Include="Models\IClient.cs" /> <Compile Include="Models\ICountry.cs" /> <Compile Include="Models\ITitle.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Services\AuthenticationService.cs" /> + <Compile Include="Services\ClientDataService.cs" /> <Compile Include="Services\IClientDataService.cs" /> + <Compile Include="Services\IClientDataServiceClient.cs" /> + <Compile Include="Services\SecureService.cs" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> <ProjectExtensions>