Fixed a warning resulting from an invalid character in an XML comment; renamed findBestPlacement() to tryFindBestPlacement() which is more in sync with the conventions used by the .NET framework

git-svn-id: file:///srv/devel/repo-conversion/nusu@28 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-05-31 19:15:39 +00:00
parent d977552d8f
commit 979e6328fb
3 changed files with 8 additions and 4 deletions

View file

@ -103,7 +103,10 @@
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>RingMemoryStream</Name>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>AssemblyInfo</Name>
</Compile>
<Compile Include="Source\Collections\RingMemoryStream.Test.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>RingMemoryStream.Test</Name>