mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-15 17:10:23 +08:00
Fixed projectreference (copy local = false) for CodeGen generated Modules
This commit is contained in:
parent
3e6043b6d7
commit
cbb5a2f9fc
@ -318,18 +318,22 @@ namespace Orchard.CodeGeneration.Commands {
|
||||
@"<ProjectReference Include=""..\..\..\Orchard\Orchard.Framework.csproj"">
|
||||
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
||||
<Name>Orchard.Framework</Name>
|
||||
<Private>false</Private>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include=""..\..\Core\Orchard.Core.csproj"">
|
||||
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
||||
<Name>Orchard.Core</Name>
|
||||
<Private>false</Private>
|
||||
</ProjectReference>" :
|
||||
@"<Reference Include=""Orchard.Core"">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\bin\Orchard.Core.dll</HintPath>
|
||||
<Private>false</Private>
|
||||
</Reference>
|
||||
<Reference Include=""Orchard.Framework"">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\bin\Orchard.Framework.dll</HintPath>
|
||||
<Private>false</Private>
|
||||
</Reference>";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user