summaryrefslogtreecommitdiff
path: root/Chess.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Chess.csproj')
-rw-r--r--Chess.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Chess.csproj b/Chess.csproj
index 1dc8e7e..86ed7b9 100644
--- a/Chess.csproj
+++ b/Chess.csproj
@@ -49,13 +49,19 @@
<Compile Include="BoardTile.cs" />
<Compile Include="ChessBoard.cs" />
<Compile Include="ChessPiece.cs" />
+ <Compile Include="ImageHelper.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
+ <Compile Include="Pieces\Bishop.cs" />
+ <Compile Include="Pieces\King.cs" />
+ <Compile Include="Pieces\Knight.cs" />
<Compile Include="Pieces\Pawn.cs" />
+ <Compile Include="Pieces\Queen.cs" />
+ <Compile Include="Pieces\Rook.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="MainForm.resx">
@@ -120,5 +126,11 @@
<ItemGroup>
<None Include="Resources\w_rook_png_shadow_256px.png" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\square brown light_png_shadow_256px.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\square gray light _png_shadow_256px.png" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file