mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Fixing project to remove None attribute on content files
--HG-- branch : dev
This commit is contained in:
@@ -94,10 +94,10 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Module.txt" />
|
<Content Include="Module.txt" />
|
||||||
<None Include="Service References\GalleryServer\Reference.datasvcmap">
|
<Content Include="Service References\GalleryServer\Reference.datasvcmap">
|
||||||
<Generator>DataServiceClientGenerator</Generator>
|
<Generator>DataServiceClientGenerator</Generator>
|
||||||
<LastGenOutput>Reference.cs</LastGenOutput>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
||||||
</None>
|
</Content>
|
||||||
<Content Include="Styles\orchard-packaging-admin.css" />
|
<Content Include="Styles\orchard-packaging-admin.css" />
|
||||||
<Content Include="Views\Gallery\AddSource.cshtml" />
|
<Content Include="Views\Gallery\AddSource.cshtml" />
|
||||||
<Content Include="Views\Gallery\Modules.cshtml" />
|
<Content Include="Views\Gallery\Modules.cshtml" />
|
||||||
@@ -143,7 +143,7 @@
|
|||||||
</ServiceReferenceMetadataStorage>
|
</ServiceReferenceMetadataStorage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Service References\GalleryServer\service.edmx" />
|
<Content Include="Service References\GalleryServer\service.edmx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||||
|
Reference in New Issue
Block a user