mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +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>
|
||||
<Content Include="Module.txt" />
|
||||
<None Include="Service References\GalleryServer\Reference.datasvcmap">
|
||||
<Content Include="Service References\GalleryServer\Reference.datasvcmap">
|
||||
<Generator>DataServiceClientGenerator</Generator>
|
||||
<LastGenOutput>Reference.cs</LastGenOutput>
|
||||
</None>
|
||||
</Content>
|
||||
<Content Include="Styles\orchard-packaging-admin.css" />
|
||||
<Content Include="Views\Gallery\AddSource.cshtml" />
|
||||
<Content Include="Views\Gallery\Modules.cshtml" />
|
||||
@@ -143,7 +143,7 @@
|
||||
</ServiceReferenceMetadataStorage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Service References\GalleryServer\service.edmx" />
|
||||
<Content Include="Service References\GalleryServer\service.edmx" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
|
Reference in New Issue
Block a user