Media/web.config should be content, not none in proj file

--HG--
branch : 1.x
This commit is contained in:
Bertrand Le Roy
2012-08-15 19:40:26 -07:00
parent bfe86d3d02
commit 595abfcdcd

View File

@@ -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>