Fixing project to remove None attribute on content files

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-12-08 17:04:55 -08:00
parent 98d759e7d4
commit 08ecb5ef3c

View File

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