Skip to content

Commit

Permalink
Merge pull request #3580 from WardBenjamin/develop
Browse files Browse the repository at this point in the history
Fix casing in protobuild file
  • Loading branch information
tomspilman committed Mar 4, 2015
2 parents 2d43afc + 1bb1c2f commit 0f21a64
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 0f21a64

@mgbot
Copy link
Member

@mgbot mgbot commented on 0f21a64 Mar 4, 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.2210 is now running

@mgbot
Copy link
Member

@mgbot mgbot commented on 0f21a64 Mar 4, 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.2210 outcome was SUCCESS
Summary: Tests passed: 441, ignored: 6 Build time: 00:14:01

Please sign in to comment.