|
147 | 147 | <Compile Include="TextFields.xaml.cs"> |
148 | 148 | <DependentUpon>TextFields.xaml</DependentUpon> |
149 | 149 | </Compile> |
| 150 | + <Compile Include="Transitions.xaml.cs"> |
| 151 | + <DependentUpon>Transitions.xaml</DependentUpon> |
| 152 | + </Compile> |
| 153 | + <Compile Include="TransitionsDemo\Slide1_Intro.xaml.cs"> |
| 154 | + <DependentUpon>Slide1_Intro.xaml</DependentUpon> |
| 155 | + </Compile> |
| 156 | + <Compile Include="TransitionsDemo\Slide2_Intro.xaml.cs"> |
| 157 | + <DependentUpon>Slide2_Intro.xaml</DependentUpon> |
| 158 | + </Compile> |
| 159 | + <Compile Include="TransitionsDemo\Slide3_Intro.xaml.cs"> |
| 160 | + <DependentUpon>Slide3_Intro.xaml</DependentUpon> |
| 161 | + </Compile> |
| 162 | + <Compile Include="TransitionsDemo\Slide4_CombineTransitions.xaml.cs"> |
| 163 | + <DependentUpon>Slide4_CombineTransitions.xaml</DependentUpon> |
| 164 | + </Compile> |
| 165 | + <Compile Include="TransitionsDemo\Slide5_TransitioningContent.xaml.cs"> |
| 166 | + <DependentUpon>Slide5_TransitioningContent.xaml</DependentUpon> |
| 167 | + </Compile> |
| 168 | + <Compile Include="TransitionsDemo\Slide6_MVVM.xaml.cs"> |
| 169 | + <DependentUpon>Slide6_MVVM.xaml</DependentUpon> |
| 170 | + </Compile> |
| 171 | + <Compile Include="TransitionsDemo\Slide7_Master.xaml.cs"> |
| 172 | + <DependentUpon>Slide7_Master.xaml</DependentUpon> |
| 173 | + </Compile> |
| 174 | + <Compile Include="TransitionsDemo\Slide7_MasterModel.cs" /> |
| 175 | + <Compile Include="TransitionsDemo\Slide8_Details.xaml.cs"> |
| 176 | + <DependentUpon>Slide8_Details.xaml</DependentUpon> |
| 177 | + </Compile> |
| 178 | + <Compile Include="TransitionsDemo\TransitionsDemoHome.xaml.cs"> |
| 179 | + <DependentUpon>TransitionsDemoHome.xaml</DependentUpon> |
| 180 | + </Compile> |
150 | 181 | <Compile Include="Trees.xaml.cs"> |
151 | 182 | <DependentUpon>Trees.xaml</DependentUpon> |
152 | 183 | </Compile> |
|
253 | 284 | <SubType>Designer</SubType> |
254 | 285 | <Generator>MSBuild:Compile</Generator> |
255 | 286 | </Page> |
| 287 | + <Page Include="Transitions.xaml"> |
| 288 | + <SubType>Designer</SubType> |
| 289 | + <Generator>MSBuild:Compile</Generator> |
| 290 | + </Page> |
| 291 | + <Page Include="TransitionsDemo\Slide1_Intro.xaml"> |
| 292 | + <SubType>Designer</SubType> |
| 293 | + <Generator>MSBuild:Compile</Generator> |
| 294 | + </Page> |
| 295 | + <Page Include="TransitionsDemo\Slide2_Intro.xaml"> |
| 296 | + <SubType>Designer</SubType> |
| 297 | + <Generator>MSBuild:Compile</Generator> |
| 298 | + </Page> |
| 299 | + <Page Include="TransitionsDemo\Slide3_Intro.xaml"> |
| 300 | + <SubType>Designer</SubType> |
| 301 | + <Generator>MSBuild:Compile</Generator> |
| 302 | + </Page> |
| 303 | + <Page Include="TransitionsDemo\Slide4_CombineTransitions.xaml"> |
| 304 | + <SubType>Designer</SubType> |
| 305 | + <Generator>MSBuild:Compile</Generator> |
| 306 | + </Page> |
| 307 | + <Page Include="TransitionsDemo\Slide5_TransitioningContent.xaml"> |
| 308 | + <SubType>Designer</SubType> |
| 309 | + <Generator>MSBuild:Compile</Generator> |
| 310 | + </Page> |
| 311 | + <Page Include="TransitionsDemo\Slide6_MVVM.xaml"> |
| 312 | + <SubType>Designer</SubType> |
| 313 | + <Generator>MSBuild:Compile</Generator> |
| 314 | + </Page> |
| 315 | + <Page Include="TransitionsDemo\Slide7_Master.xaml"> |
| 316 | + <SubType>Designer</SubType> |
| 317 | + <Generator>MSBuild:Compile</Generator> |
| 318 | + </Page> |
| 319 | + <Page Include="TransitionsDemo\Slide8_Details.xaml"> |
| 320 | + <SubType>Designer</SubType> |
| 321 | + <Generator>MSBuild:Compile</Generator> |
| 322 | + </Page> |
| 323 | + <Page Include="TransitionsDemo\TransitionsDemoHome.xaml"> |
| 324 | + <SubType>Designer</SubType> |
| 325 | + <Generator>MSBuild:Compile</Generator> |
| 326 | + </Page> |
256 | 327 | <Page Include="Trees.xaml"> |
257 | 328 | <SubType>Designer</SubType> |
258 | 329 | <Generator>MSBuild:Compile</Generator> |
|
0 commit comments