Fix filename capitalization (#56)

This commit is contained in:
ipaucek4680
2020-06-07 11:32:35 +00:00
committed by GitHub
parent 422c24145c
commit 3afbf76fb0
3 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@
<Compile Include="ImagePreview.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ImagePreview.designer.cs">
<Compile Include="ImagePreview.Designer.cs">
<DependentUpon>ImagePreview.cs</DependentUpon>
</Compile>
<Compile Include="InternetImage.cs" />
@@ -177,4 +177,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View File

@@ -173,7 +173,7 @@
<value>..\Resources\pictures.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="accuraterip16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\accuraterip_16.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\Resources\accuraterip_16.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="wave" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\wave.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -283,4 +283,4 @@
<data name="opus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\opus.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
</root>