Skip to content

Commit d46e155

Browse files
committed
Added dependency .dll into project file of MainDemo.wpf
1 parent 35dc192 commit d46e155

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MainDemo.Wpf/MaterialDesignDemo.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
<Paket>True</Paket>
5454
<Link>VirtualCollection/VirtualizingWrapPanel.cs</Link>
5555
</Compile>
56+
<Reference Include="CodeDisplayer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
57+
<SpecificVersion>False</SpecificVersion>
58+
<HintPath>ExternalDependency\CodeDisplayer.dll</HintPath>
59+
</Reference>
5660
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
5761
<HintPath>..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
5862
<Private>False</Private>
@@ -467,4 +471,4 @@
467471
<Error Condition="!Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
468472
</Target>
469473
<Import Project="..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" />
470-
</Project>
474+
</Project>

0 commit comments

Comments
 (0)