mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Move Mono DLL from the Orchard.Scripting.CSharp module to the root lib folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -187,5 +187,4 @@ src/Orchard.Azure/Orchard.Azure.CloudService/Staging/
|
|||||||
|
|
||||||
#enable all /lib artifacts
|
#enable all /lib artifacts
|
||||||
!lib/**/*.*
|
!lib/**/*.*
|
||||||
!src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Lib/*.*
|
|
||||||
*/.vs/*
|
*/.vs/*
|
||||||
|
|||||||
@@ -49,8 +49,9 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="Mono.CSharp">
|
<Reference Include="Mono.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
||||||
<HintPath>Lib\Mono.CSharp.dll</HintPath>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>..\..\..\..\lib\mono\Mono.CSharp.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
<ToolsOptionsCategory name="Environment">
|
<ToolsOptionsCategory name="Environment">
|
||||||
<ToolsOptionsSubCategory name="TaskList">
|
<ToolsOptionsSubCategory name="TaskList">
|
||||||
<PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4">
|
<PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4">
|
||||||
<PropertyValue name="0">HACK:2</PropertyValue>
|
<PropertyValue name="0">TODO:2</PropertyValue>
|
||||||
<PropertyValue name="1">TODO:2</PropertyValue>
|
<PropertyValue name="1">HACK:2</PropertyValue>
|
||||||
<PropertyValue name="2">UNDONE:2</PropertyValue>
|
<PropertyValue name="2">UNDONE:2</PropertyValue>
|
||||||
<PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue>
|
<PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue>
|
||||||
</PropertyValue>
|
</PropertyValue>
|
||||||
|
|||||||
Reference in New Issue
Block a user