Skip to content

Commit a6fdb62

Browse files
committed
Update WPFDevelopers.SamplesCode.csproj
1 parent c09e19a commit a6fdb62

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/WPFDevelopers.SamplesCode/WPFDevelopers.SamplesCode.csproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@
132132
<Resource Include="..\WPFDevelopers.Samples.Shared\Controls\CropControl\CropControl.cs" Link="Controls\CropControl\CropControl.cs" />
133133
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\CropImageExample.xaml.cs" Link="ExampleViews\CropImageExample.xaml.cs" DependentUpon="CropImageExample.xaml" />
134134
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\BadgeExample.xaml.cs" Link="ExampleViews\BadgeExample.xaml.cs" DependentUpon="BadgeExample.xaml" />
135-
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\MessageExample.xaml.cs" Link="ExampleViews\MessageExample.xaml.cs" DependentUpon="MessageExample.xaml" />
135+
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\MessageExample.xaml.cs" Link="ExampleViews\MessageExample.xaml.cs" DependentUpon="MessageExample.xaml" />
136+
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\NoChromeWindow.xaml.cs" Link="ExampleViews\NoChromeWindow.xaml.cs" DependentUpon="NoChromeWindow.xaml" />
137+
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\NoneNoChromeWindow.xaml.cs" Link="ExampleViews\NoneNoChromeWindow.xaml.cs" DependentUpon="NoneNoChromeWindow.xaml" />
136138
</ItemGroup>
137139
<ItemGroup>
138140
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\AboutWindow.xaml">
@@ -444,8 +446,14 @@
444446
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\BadgeExample.xaml">
445447
<Link>ExampleViews\BadgeExample.xaml</Link>
446448
</Resource>
447-
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\MessageExample.xaml">
449+
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\MessageExample.xaml">
448450
<Link>ExampleViews\MessageExample.xaml</Link>
449451
</Resource>
452+
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\NoChromeWindow.xaml">
453+
<Link>ExampleViews\NoChromeWindow.xaml</Link>
454+
</Resource>
455+
<Resource Include="..\WPFDevelopers.Samples.Shared\ExampleViews\NoneNoChromeWindow.xaml">
456+
<Link>ExampleViews\NoneNoChromeWindow.xaml</Link>
457+
</Resource>
450458
</ItemGroup>
451459
</Project>

0 commit comments

Comments
 (0)