Renamed the 'Documentation' folder of all projects involved in Nuclex.FireFight to 'Documents'
git-svn-id: file:///srv/devel/repo-conversion/nusu@47 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
99312edc17
commit
96e546c2f4
|
@ -25,7 +25,7 @@
|
|||
<NoStdLib>true</NoStdLib>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DocumentationFile>Documentation\Nuclex.Support.xml</DocumentationFile>
|
||||
<DocumentationFile>Documents\Nuclex.Support.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<NoStdLib>true</NoStdLib>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DocumentationFile>Documentation\Nuclex.Support.xml</DocumentationFile>
|
||||
<DocumentationFile>Documents\Nuclex.Support.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Xna.Framework">
|
||||
|
@ -294,6 +294,9 @@
|
|||
<Name>Nuclex.Support</Name>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Documents\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.ContentPipeline.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.Common.targets" />
|
||||
|
|
|
@ -67,7 +67,6 @@ namespace Nuclex.Support.SpatialPartitioning {
|
|||
result.Max = Vector2.Max(original.Max, additional.Max);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>Coordinates of the lesser side of the bounding rectangle</summary>
|
||||
public Vector2 Min;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user