rename ColorHSLR.cs to ColorRamp.cs to match classname

This commit is contained in:
Chris Forbes
2011-07-09 17:32:32 +12:00
committed by Paul Chote
parent 95e29e06df
commit c7c97ec743
2 changed files with 1 additions and 1 deletions

View File

@@ -60,7 +60,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ColorHSLR.cs" />
<Compile Include="Evaluator.cs" />
<Compile Include="Exts.cs" />
<Compile Include="FieldLoader.cs" />
@@ -115,6 +114,7 @@
<Compile Include="Filesystem\ZipFile.cs" />
<Compile Include="InstallUtils.cs" />
<Compile Include="Primitives\Cached.cs" />
<Compile Include="ColorRamp.cs" />
<Compile Include="Primitives\Bits.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />