Skip to content

Commit

Permalink
Fix casing in protobuild file
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBenjamin committed Feb 27, 2015
1 parent 2d43afc commit e161d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Projects/MonoGame.Framework.definition
Expand Up @@ -1011,7 +1011,7 @@
<Compile Include="Utilities\FileHelpers.cs" />
<Compile Include="Utilities\ReflectionHelpers.cs" />
<Compile Include="Utilities\Lz4Stream\Lz4DecoderStream.cs" />
<Compile Include="Utilities\ZlibStream\ZlibStream.cs" />
<Compile Include="Utilities\ZlibStream\ZLibStream.cs" />
<Compile Include="Utilities\Png\PngCommon.cs" />
<Compile Include="Utilities\Png\PngReader.cs" />
<Compile Include="Utilities\Png\PngWriter.cs" />
Expand Down

2 comments on commit e161d18

@mgbot
Copy link
Member

@mgbot mgbot commented on e161d18 Feb 27, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MonoGame :: Develop (Win) Build 3.3.0.2202 is now running

@mgbot
Copy link
Member

@mgbot mgbot commented on e161d18 Feb 27, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MonoGame :: Develop (Win) Build 3.3.0.2202 outcome was SUCCESS
Summary: Tests passed: 441, ignored: 6 Build time: 00:14:05

Please sign in to comment.