|
143 | 143 | <Compile Include="Views\BuildingTheUIPage.xaml.cs">
|
144 | 144 | <DependentUpon>BuildingTheUIPage.xaml</DependentUpon>
|
145 | 145 | </Compile>
|
| 146 | + <Compile Include="Views\INotifyPropertyChangedAttributePage.xaml.cs"> |
| 147 | + <DependentUpon>INotifyPropertyChangedAttributePage.xaml</DependentUpon> |
| 148 | + </Compile> |
| 149 | + <Compile Include="Views\RelayCommandAttributePage.xaml.cs"> |
| 150 | + <DependentUpon>RelayCommandAttributePage.xaml</DependentUpon> |
| 151 | + </Compile> |
146 | 152 | <Compile Include="Views\ObservableValidatorPage.xaml.cs">
|
147 | 153 | <DependentUpon>ObservableValidatorPage.xaml</DependentUpon>
|
148 | 154 | </Compile>
|
| 155 | + <Compile Include="Views\ObservablePropertyAttributePage.xaml.cs"> |
| 156 | + <DependentUpon>ObservablePropertyAttributePage.xaml</DependentUpon> |
| 157 | + </Compile> |
| 158 | + <Compile Include="Views\SourceGeneratorsPage.xaml.cs"> |
| 159 | + <DependentUpon>SourceGeneratorsPage.xaml</DependentUpon> |
| 160 | + </Compile> |
149 | 161 | <Compile Include="Views\RedditServicePage.xaml.cs">
|
150 | 162 | <DependentUpon>RedditServicePage.xaml</DependentUpon>
|
151 | 163 | </Compile>
|
|
391 | 403 | <Generator>MSBuild:Compile</Generator>
|
392 | 404 | <SubType>Designer</SubType>
|
393 | 405 | </Page>
|
| 406 | + <Page Include="Views\INotifyPropertyChangedAttributePage.xaml"> |
| 407 | + <Generator>MSBuild:Compile</Generator> |
| 408 | + <SubType>Designer</SubType> |
| 409 | + </Page> |
| 410 | + <Page Include="Views\RelayCommandAttributePage.xaml"> |
| 411 | + <Generator>MSBuild:Compile</Generator> |
| 412 | + <SubType>Designer</SubType> |
| 413 | + </Page> |
394 | 414 | <Page Include="Views\ObservableValidatorPage.xaml">
|
395 | 415 | <Generator>MSBuild:Compile</Generator>
|
396 | 416 | <SubType>Designer</SubType>
|
397 | 417 | </Page>
|
| 418 | + <Page Include="Views\ObservablePropertyAttributePage.xaml"> |
| 419 | + <Generator>MSBuild:Compile</Generator> |
| 420 | + <SubType>Designer</SubType> |
| 421 | + </Page> |
| 422 | + <Page Include="Views\SourceGeneratorsPage.xaml"> |
| 423 | + <Generator>MSBuild:Compile</Generator> |
| 424 | + <SubType>Designer</SubType> |
| 425 | + </Page> |
398 | 426 | <Page Include="Views\RedditServicePage.xaml">
|
399 | 427 | <Generator>MSBuild:Compile</Generator>
|
400 | 428 | <SubType>Designer</SubType>
|
|
505 | 533 | <Link>Assets\docs\ObservableGroupedCollections.md</Link>
|
506 | 534 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
507 | 535 | </Content>
|
| 536 | + <Content Include="..\..\msdocs-communitytoolkit\docs\mvvm\generators\Overview.md"> |
| 537 | + <Link>Assets\docs\Overview.md</Link> |
| 538 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 539 | + </Content> |
| 540 | + <Content Include="..\..\msdocs-communitytoolkit\docs\mvvm\generators\ObservableProperty.md"> |
| 541 | + <Link>Assets\docs\ObservablePropertyAttribute.md</Link> |
| 542 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 543 | + </Content> |
| 544 | + <Content Include="..\..\msdocs-communitytoolkit\docs\mvvm\generators\RelayCommand.md"> |
| 545 | + <Link>Assets\docs\RelayCommandAttribute.md</Link> |
| 546 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 547 | + </Content> |
| 548 | + <Content Include="..\..\msdocs-communitytoolkit\docs\mvvm\generators\INotifyPropertyChanged.md"> |
| 549 | + <Link>Assets\docs\INotifyPropertyChangedAttribute.md</Link> |
| 550 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 551 | + </Content> |
508 | 552 | </ItemGroup>
|
509 | 553 | <ItemGroup>
|
510 | 554 | <ProjectReference Include="..\MvvmSample.Core\MvvmSample.Core.csproj">
|
|
0 commit comments