mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-16 11:00:32 +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"">
|
@"<ProjectReference Include=""..\..\..\Orchard\Orchard.Framework.csproj"">
|
||||||
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
||||||
<Name>Orchard.Framework</Name>
|
<Name>Orchard.Framework</Name>
|
||||||
|
<Private>false</Private>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include=""..\..\Core\Orchard.Core.csproj"">
|
<ProjectReference Include=""..\..\Core\Orchard.Core.csproj"">
|
||||||
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
||||||
<Name>Orchard.Core</Name>
|
<Name>Orchard.Core</Name>
|
||||||
|
<Private>false</Private>
|
||||||
</ProjectReference>" :
|
</ProjectReference>" :
|
||||||
@"<Reference Include=""Orchard.Core"">
|
@"<Reference Include=""Orchard.Core"">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\bin\Orchard.Core.dll</HintPath>
|
<HintPath>..\..\bin\Orchard.Core.dll</HintPath>
|
||||||
|
<Private>false</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include=""Orchard.Framework"">
|
<Reference Include=""Orchard.Framework"">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\bin\Orchard.Framework.dll</HintPath>
|
<HintPath>..\..\bin\Orchard.Framework.dll</HintPath>
|
||||||
|
<Private>false</Private>
|
||||||
</Reference>";
|
</Reference>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user