Skip to content

Commit

Permalink
Fix for case sensitive filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Feb 17, 2014
1 parent 9d4f580 commit 0f8e332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomChoiceList/CustomChoiceList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<AndroidResource Include="Resources\values\styles.xml" />
<AndroidResource Include="Resources\values\dimens.xml" />
<AndroidResource Include="Resources\color\hideable_text_color.xml" />
<AndroidResource Include="Resources\drawable-hdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-hdpi\icon.png" />
<AndroidResource Include="Resources\drawable-xhdpi\ic_hideable_item_checked.png" />
<AndroidResource Include="Resources\drawable-xhdpi\ic_hideable_item_unchecked.png" />
<AndroidResource Include="Resources\drawable\ic_hideable_item.xml" />
Expand All @@ -80,4 +80,4 @@
<Folder Include="Resources\values-sw600dp\" />
<Folder Include="Resources\values-v11\" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 0f8e332

Please sign in to comment.