Skip to content

Commit

Permalink
Make sure to use the appropriate case for files to be findable (Issue c…
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Jan 15, 2021
1 parent 7c1ec6f commit 425c1c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/CCTray/CCTray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{D9040862-D7E0-4232-BBD0-CF088706E009}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>cctray.ico</ApplicationIcon>
<ApplicationIcon>CCTray.ico</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>cctray</AssemblyName>
Expand Down Expand Up @@ -124,7 +124,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="cctray.ico" />
<Content Include="CCTray.ico" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion project/Validator/Validator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<HintPath>..\..\lib\ScintillaNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 1 addition & 1 deletion project/console/console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.configuration" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Xml">
<Name>System.XML</Name>
Expand Down

0 comments on commit 425c1c0

Please sign in to comment.