diff options
author | Davide Morelli <morellid@users.sourceforge.net> | 2006-01-16 11:30:26 +0000 |
---|---|---|
committer | Davide Morelli <morellid@users.sourceforge.net> | 2006-01-16 11:30:26 +0000 |
commit | 831e206a4ee3f60e6e18300d092da52a307917d9 (patch) | |
tree | 3b8920939591109b942859ac3f46dd2ae757e676 /external | |
parent | af0a9de91583557786cdfeca37c36b8e5656fb23 (diff) |
errors loading the assembly will no more crash pd
svn path=/trunk/externals/clr/; revision=4421
Diffstat (limited to 'external')
-rwxr-xr-x | external/external.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/external.csproj b/external/external.csproj index 536e73d..00bd727 100755 --- a/external/external.csproj +++ b/external/external.csproj @@ -82,7 +82,7 @@ <Reference
Name = "PureData"
AssemblyName = "PureData"
- HintPath = "PureData.dll"
+ HintPath = "..\PureData.dll"
/>
</References>
</Build>
|