Mercurial > silverbladetech
diff SilverlightGlimpse/SilverlightValidation/SilverlightValidation.csproj @ 78:dd6bcd2535b6
Working version
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 23 Apr 2012 22:43:53 +0100 |
parents | a0bcd783e612 |
children | 4ea16a799a03 |
line wrap: on
line diff
--- a/SilverlightGlimpse/SilverlightValidation/SilverlightValidation.csproj Mon Apr 23 22:06:05 2012 +0100 +++ b/SilverlightGlimpse/SilverlightValidation/SilverlightValidation.csproj Mon Apr 23 22:43:53 2012 +0100 @@ -90,18 +90,10 @@ <Compile Include="App.xaml.cs"> <DependentUpon>App.xaml</DependentUpon> </Compile> - <Compile Include="Data\Factory.cs" /> - <Compile Include="Interfaces\ICloneable.cs" /> <Compile Include="Interfaces\IUserModel.cs" /> - <Compile Include="Messages\UserViewResponseMessage.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Commands\RelayCommand.cs" /> - <Compile Include="ViewModels\UserListViewModel.cs" /> <Compile Include="Models\UserModel.cs" /> <Compile Include="Validators\UserModelValidator.cs" /> - <Compile Include="Views\UserListView.xaml.cs"> - <DependentUpon>UserListView.xaml</DependentUpon> - </Compile> <Compile Include="Views\UserView.xaml.cs"> <DependentUpon>UserView.xaml</DependentUpon> </Compile> @@ -113,17 +105,12 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </ApplicationDefinition> - <Page Include="Views\UserListView.xaml"> - <SubType>Designer</SubType> - <Generator>MSBuild:Compile</Generator> - </Page> <Page Include="Views\UserView.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> </ItemGroup> <ItemGroup> - <None Include="Diagrams\Overview.cd" /> <None Include="Properties\AppManifest.xml" /> </ItemGroup> <ItemGroup>