Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumuzy committed Nov 1, 2022
1 parent 707e8b1 commit b7f0a24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Chess.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessSharp", "ChessSharp\ChessSharp.csproj", "{14AF9C40-B183-41EB-A2FB-40D97EC71125}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessUI", "ChessUI\ChessUI.csproj", "{1A14EB92-18BF-4CEB-AAB2-1E5E357EC84D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessPuzzlePecker", "ChessUI\ChessPuzzlePecker.csproj", "{1A14EB92-18BF-4CEB-AAB2-1E5E357EC84D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AwiUtils", "AwiUtils\AwiUtils.csproj", "{4DB8FAD5-D6E1-4E3D-8D31-2041AD8265A6}"
EndProject
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/ChessUI/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using ChessSharp.SquareData;
using AwiUtils;
using System.Net;
using ChessUI.Properties;
using ChessPuzzlePecker.Properties;
using System.CodeDom;
using System.Text;

Expand Down Expand Up @@ -387,7 +387,7 @@ private void DrawBoard(Player? playerInCheck = null)
}
else
{
lbl.BackgroundImage = (Image)Properties.Resources.ResourceManager.
lbl.BackgroundImage = (Image)ChessPuzzlePecker.Properties.Resources.ResourceManager.
GetObject($"{piece.Owner}{piece.GetType().Name}");
(lbl.Tag as SquareTag).PieceCol = piece.Owner;
}
Expand Down
4 changes: 2 additions & 2 deletions src/ChessUI/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7f0a24

Please sign in to comment.