- Fixing two ExtensionManager tests that suddenly started failing due to being tagged as content instead of embedded resources.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043650
This commit is contained in:
suhacan
2009-12-10 02:08:25 +00:00
parent c676842309
commit e8ba2bbcd5

View File

@@ -164,9 +164,9 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Extensions\FoldersData\Sample1\Package.txt" />
<Content Include="Extensions\FoldersData\Sample2\Two.txt" />
<Content Include="Extensions\FoldersData\Sample3\Package.txt" />
<EmbeddedResource Include="Extensions\FoldersData\Sample1\Package.txt" />
<EmbeddedResource Include="Extensions\FoldersData\Sample2\Two.txt" />
<EmbeddedResource Include="Extensions\FoldersData\Sample3\Package.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.