Skip to content

Commit

Permalink
Rename GoToForm.designer.cs for mono/linux
Browse files Browse the repository at this point in the history
Renamed GoToForm.designer.cs to GoToForm.Designer.cs in the solution file to make compile it on linux/mono framework
  • Loading branch information
Tarun Lalwani committed May 6, 2015
1 parent b757a36 commit 7e0afd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FastColoredTextBox/FastColoredTextBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Compile Include="GoToForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GoToForm.designer.cs">
<Compile Include="GoToForm.Designer.cs">
<DependentUpon>GoToForm.cs</DependentUpon>
</Compile>
<Compile Include="Hints.cs" />
Expand Down Expand Up @@ -144,4 +144,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 7e0afd3

Please sign in to comment.