Skip to content

Commit b67d08a

Browse files
committed
Remove XavalonStyler reference
1 parent 4bae329 commit b67d08a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

MainDemo.Wpf/MaterialDesignDemo.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
<Paket>True</Paket>
5252
<Link>VirtualCollection/VirtualizingWrapPanel.cs</Link>
5353
</Compile>
54-
<Reference Include="CodeDisplayer">
54+
<Reference Include="CodeDisplayer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
5556
<HintPath>..\..\..\..\Source\Repos\Displaying-XAML\WpfApplication1\CodeDisplayer\bin\Release\CodeDisplayer.dll</HintPath>
5657
</Reference>
5758
<Reference Include="PresentationFramework.Aero2" />
@@ -69,10 +70,6 @@
6970
<Reference Include="WindowsBase" />
7071
<Reference Include="PresentationCore" />
7172
<Reference Include="PresentationFramework" />
72-
<Reference Include="XamlStyler.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0b11ff60a8153268, processorArchitecture=MSIL">
73-
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\..\..\..\Source\Repos\XamlStyler\XamlStyler.Console\bin\Release\XamlStyler.Core.dll</HintPath>
75-
</Reference>
7673
</ItemGroup>
7774
<ItemGroup>
7875
<ApplicationDefinition Include="App.xaml">

0 commit comments

Comments
 (0)