Skip to content

Commit

Permalink
fix to missing license dll
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobon committed Mar 21, 2018
1 parent 6b6dbbc commit 9d8f6c8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified Mandrill/Archi-lab_MandrillImages.resources
Binary file not shown.
2 changes: 1 addition & 1 deletion Mandrill_Grasshopper/Mandrill_Grasshopper.csproj
Expand Up @@ -94,7 +94,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Mandrill_License">
<HintPath>..\..\Mandrill_License\Mandrill_License\bin\Debug\Mandrill_License.dll</HintPath>
<HintPath>..\packages\build\Mandrill_License.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="PresentationCore" />
Expand Down
2 changes: 1 addition & 1 deletion Mandrill_UI/Mandrill_UI.csproj
Expand Up @@ -209,7 +209,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Mandrill_License">
<HintPath>..\..\Mandrill_License\Mandrill_License\bin\Debug\Mandrill_License.dll</HintPath>
<HintPath>..\packages\build\Mandrill_License.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Expression.Interactions.dll</HintPath>
Expand Down
Binary file modified Mandrill_UI/Mandrill_UIImages.resources
Binary file not shown.
Binary file added packages/build/Mandrill_License.dll
Binary file not shown.

0 comments on commit 9d8f6c8

Please sign in to comment.