Skip to content

Commit c697852

Browse files
committed
Added external dependencies
1 parent c92c67c commit c697852

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Binary file not shown.

MainDemo.Wpf/MaterialDesignDemo.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<Paket>True</Paket>
5252
<Link>VirtualCollection/VirtualizingWrapPanel.cs</Link>
5353
</Compile>
54+
<Reference Include="CodeDisplayer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
56+
<HintPath>ExternalDependency\CodeDisplayer.dll</HintPath>
57+
</Reference>
5458
<Reference Include="PresentationFramework.Aero2" />
5559
<Reference Include="System" />
5660
<Reference Include="System.Configuration" />
@@ -410,10 +414,6 @@
410414
<None Include="App.config" />
411415
</ItemGroup>
412416
<ItemGroup>
413-
<ProjectReference Include="..\..\..\..\Source\Repos\Displaying-XAML\WpfApplication1\CodeDisplayer\CodeDisplayer.csproj">
414-
<Project>{ab0aca42-1c9f-4823-a8c9-4594c5b70f4e}</Project>
415-
<Name>CodeDisplayer</Name>
416-
</ProjectReference>
417417
<ProjectReference Include="..\MaterialDesignColors.Wpf\MaterialDesignColors.Wpf.csproj">
418418
<Project>{90b53209-c60c-4655-b28d-a1b3e1044ba3}</Project>
419419
<Name>MaterialDesignColors.Wpf</Name>
@@ -441,6 +441,9 @@
441441
<ItemGroup>
442442
<Resource Include="favicon.ico" />
443443
</ItemGroup>
444+
<ItemGroup>
445+
<Content Include="ExternalDependency\CodeDisplayer.dll" />
446+
</ItemGroup>
444447
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
445448
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
446449
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)