fixed external module template so that it generates folder paths correctly

This commit is contained in:
Shaun Walker
2020-04-13 12:48:49 -04:00
parent c25615546a
commit f41dd06f6d
7 changed files with 23 additions and 20 deletions

View File

@ -23,10 +23,10 @@
<ItemGroup>
<Reference Include="Oqtane.Client">
<HintPath>..\..\oqtane.framework\Oqtane.Client\bin\Debug\netstandard2.1\Oqtane.Client.dll</HintPath>
<HintPath>..\..\[RootFolder]\Oqtane.Client\bin\Debug\netstandard2.1\Oqtane.Client.dll</HintPath>
</Reference>
<Reference Include="Oqtane.Shared">
<HintPath>..\..\oqtane.framework\Oqtane.Client\bin\Debug\netstandard2.1\Oqtane.Shared.dll</HintPath>
<HintPath>..\..\[RootFolder]\Oqtane.Client\bin\Debug\netstandard2.1\Oqtane.Shared.dll</HintPath>
</Reference>
</ItemGroup>