Mercurial > silverbladetech
comparison 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 |
comparison
equal
deleted
inserted
replaced
77:86ed4919b126 | 78:dd6bcd2535b6 |
---|---|
88 </ItemGroup> | 88 </ItemGroup> |
89 <ItemGroup> | 89 <ItemGroup> |
90 <Compile Include="App.xaml.cs"> | 90 <Compile Include="App.xaml.cs"> |
91 <DependentUpon>App.xaml</DependentUpon> | 91 <DependentUpon>App.xaml</DependentUpon> |
92 </Compile> | 92 </Compile> |
93 <Compile Include="Data\Factory.cs" /> | |
94 <Compile Include="Interfaces\ICloneable.cs" /> | |
95 <Compile Include="Interfaces\IUserModel.cs" /> | 93 <Compile Include="Interfaces\IUserModel.cs" /> |
96 <Compile Include="Messages\UserViewResponseMessage.cs" /> | |
97 <Compile Include="Properties\AssemblyInfo.cs" /> | 94 <Compile Include="Properties\AssemblyInfo.cs" /> |
98 <Compile Include="Commands\RelayCommand.cs" /> | |
99 <Compile Include="ViewModels\UserListViewModel.cs" /> | |
100 <Compile Include="Models\UserModel.cs" /> | 95 <Compile Include="Models\UserModel.cs" /> |
101 <Compile Include="Validators\UserModelValidator.cs" /> | 96 <Compile Include="Validators\UserModelValidator.cs" /> |
102 <Compile Include="Views\UserListView.xaml.cs"> | |
103 <DependentUpon>UserListView.xaml</DependentUpon> | |
104 </Compile> | |
105 <Compile Include="Views\UserView.xaml.cs"> | 97 <Compile Include="Views\UserView.xaml.cs"> |
106 <DependentUpon>UserView.xaml</DependentUpon> | 98 <DependentUpon>UserView.xaml</DependentUpon> |
107 </Compile> | 99 </Compile> |
108 <Compile Include="ViewModels\UserViewModel.cs" /> | 100 <Compile Include="ViewModels\UserViewModel.cs" /> |
109 <Compile Include="ViewModels\ViewModelBase.cs" /> | 101 <Compile Include="ViewModels\ViewModelBase.cs" /> |
111 <ItemGroup> | 103 <ItemGroup> |
112 <ApplicationDefinition Include="App.xaml"> | 104 <ApplicationDefinition Include="App.xaml"> |
113 <SubType>Designer</SubType> | 105 <SubType>Designer</SubType> |
114 <Generator>MSBuild:Compile</Generator> | 106 <Generator>MSBuild:Compile</Generator> |
115 </ApplicationDefinition> | 107 </ApplicationDefinition> |
116 <Page Include="Views\UserListView.xaml"> | |
117 <SubType>Designer</SubType> | |
118 <Generator>MSBuild:Compile</Generator> | |
119 </Page> | |
120 <Page Include="Views\UserView.xaml"> | 108 <Page Include="Views\UserView.xaml"> |
121 <Generator>MSBuild:Compile</Generator> | 109 <Generator>MSBuild:Compile</Generator> |
122 <SubType>Designer</SubType> | 110 <SubType>Designer</SubType> |
123 </Page> | 111 </Page> |
124 </ItemGroup> | 112 </ItemGroup> |
125 <ItemGroup> | 113 <ItemGroup> |
126 <None Include="Diagrams\Overview.cd" /> | |
127 <None Include="Properties\AppManifest.xml" /> | 114 <None Include="Properties\AppManifest.xml" /> |
128 </ItemGroup> | 115 </ItemGroup> |
129 <ItemGroup> | 116 <ItemGroup> |
130 <ProjectReference Include="..\SilverlightGlimpse\SilverlightGlimpse.csproj"> | 117 <ProjectReference Include="..\SilverlightGlimpse\SilverlightGlimpse.csproj"> |
131 <Project>{bb51026b-2864-4389-aaca-0bbdf1926e46}</Project> | 118 <Project>{bb51026b-2864-4389-aaca-0bbdf1926e46}</Project> |