Temporaty fix for CI error

--HG--
branch : 1.x
This commit is contained in:
Renaud Paquay
2011-01-07 23:59:21 -08:00
parent 37909d97a4
commit 32ac0ffc6b

View File

@@ -93,9 +93,6 @@
<Compile Include="ViewModels\PackagingSourcesViewModel.cs" /> <Compile Include="ViewModels\PackagingSourcesViewModel.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="Content\Images\moduleDefaultIcon.png" />
<Content Include="Content\Images\packageDefaultIcon.png" />
<Content Include="Content\Images\themeDefaultIcon.png" />
<Content Include="Module.txt" /> <Content Include="Module.txt" />
<Content Include="Service References\GalleryServer\Reference.datasvcmap"> <Content Include="Service References\GalleryServer\Reference.datasvcmap">
<Generator>DataServiceClientGenerator</Generator> <Generator>DataServiceClientGenerator</Generator>
@@ -148,6 +145,9 @@
<ItemGroup> <ItemGroup>
<Content Include="Service References\GalleryServer\service.edmx" /> <Content Include="Service References\GalleryServer\service.edmx" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Content\Images\" />
</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" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.