mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Media/web.config should be content, not none in proj file
--HG-- branch : 1.x
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
<Content Include="Config\Sample.HostComponents.config">
|
<Content Include="Config\Sample.HostComponents.config">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="Media\web.config" />
|
<Content Include="Media\web.config" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Reference in New Issue
Block a user