-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
758 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,7 @@ RESOURCES += \ | |
fivechessresources.qrc | ||
|
||
ICON += Resources/ICO.ico | ||
|
||
TRANSLATIONS += zh_CN.ts \ | ||
en_US.ts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="Form Files"> | ||
<UniqueIdentifier>{99349809-55BA-4b9d-BF79-8FDBB0286EB3}</UniqueIdentifier> | ||
<Extensions>ui</Extensions> | ||
<ParseFiles>false</ParseFiles> | ||
</Filter> | ||
<Filter Include="Form Files"> | ||
<UniqueIdentifier>{99349809-55BA-4b9d-BF79-8FDBB0286EB3}</UniqueIdentifier> | ||
<Extensions>ui</Extensions> | ||
<ParseFiles>false</ParseFiles> | ||
</Filter> | ||
<Filter Include="Generated Files"> | ||
<UniqueIdentifier>{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}</UniqueIdentifier> | ||
<Extensions>cpp;c;cxx;moc;h;def;odl;idl;res;</Extensions> | ||
</Filter> | ||
<Filter Include="Generated Files"> | ||
<UniqueIdentifier>{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}</UniqueIdentifier> | ||
<Extensions>cpp;c;cxx;moc;h;def;odl;idl;res;</Extensions> | ||
</Filter> | ||
<Filter Include="Header Files"> | ||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> | ||
</Filter> | ||
<Filter Include="Header Files"> | ||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> | ||
</Filter> | ||
<Filter Include="Resource Files"> | ||
<UniqueIdentifier>{D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E}</UniqueIdentifier> | ||
<Extensions>qrc;*</Extensions> | ||
<ParseFiles>false</ParseFiles> | ||
</Filter> | ||
<Filter Include="Resource Files"> | ||
<UniqueIdentifier>{D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E}</UniqueIdentifier> | ||
<Extensions>qrc;*</Extensions> | ||
<ParseFiles>false</ParseFiles> | ||
</Filter> | ||
<Filter Include="Source Files"> | ||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
</Filter> | ||
<Filter Include="Source Files"> | ||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
</Filter> | ||
<Filter Include="Translation Files"> | ||
<UniqueIdentifier>{639EADAA-A684-42e4-A9AD-28FC9BCB8F7C}</UniqueIdentifier> | ||
<Extensions>ts;xlf</Extensions> | ||
<ParseFiles>false</ParseFiles> | ||
</Filter> | ||
<Filter Include="Translation Files"> | ||
<UniqueIdentifier>{639EADAA-A684-42e4-A9AD-28FC9BCB8F7C}</UniqueIdentifier> | ||
<Extensions>ts;xlf</Extensions> | ||
<ParseFiles>false</ParseFiles> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="FiveChess.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="battlegui.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="chessboarddata_process.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="chessboardgui.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="main.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="waitdialog.cpp"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="Debug\moc_battlegui.cpp"> | ||
<Filter>Generated Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="Debug\moc_FiveChess.cpp"> | ||
<Filter>Generated Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="Debug\moc_waitdialog.cpp"> | ||
<Filter>Generated Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="Debug\moc_chessboardgui.cpp"> | ||
<Filter>Generated Files</Filter> | ||
</ClCompile> | ||
<ClCompile Include="GeneratedFiles\qrc_fivechessresources.cpp"> | ||
<Filter>Generated Files</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<CustomBuild Include="FiveChess.h"> | ||
<Filter>Header Files</Filter> | ||
</CustomBuild> | ||
<CustomBuild Include="battlegui.h"> | ||
<Filter>Header Files</Filter> | ||
</CustomBuild> | ||
<ClInclude Include="chessboarddata_process.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
<CustomBuild Include="chessboardgui.h"> | ||
<Filter>Header Files</Filter> | ||
</CustomBuild> | ||
<CustomBuild Include="waitdialog.h"> | ||
<Filter>Header Files</Filter> | ||
</CustomBuild> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<CustomBuild Include="debug\moc_predefs.h.cbt"> | ||
<Filter>Generated Files</Filter> | ||
</CustomBuild> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="en_US.ts"> | ||
<Filter>Translation Files</Filter> | ||
</None> | ||
<None Include="zh_CN.ts"> | ||
<Filter>Translation Files</Filter> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<CustomBuild Include="FiveChess.ui"> | ||
<Filter>Form Files</Filter> | ||
</CustomBuild> | ||
<CustomBuild Include="battlegui.ui"> | ||
<Filter>Form Files</Filter> | ||
</CustomBuild> | ||
<CustomBuild Include="chessboardgui.ui"> | ||
<Filter>Form Files</Filter> | ||
</CustomBuild> | ||
<CustomBuild Include="waitdialog.ui"> | ||
<Filter>Form Files</Filter> | ||
</CustomBuild> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<CustomBuild Include="fivechessresources.qrc"> | ||
<Filter>Resource Files</Filter> | ||
</CustomBuild> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="GeneratedFiles\ui_FiveChess.h"> | ||
<Filter>Generated Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="GeneratedFiles\ui_battlegui.h"> | ||
<Filter>Generated Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="GeneratedFiles\ui_chessboardgui.h"> | ||
<Filter>Generated Files</Filter> | ||
</ClInclude> | ||
<ClInclude Include="GeneratedFiles\ui_waitdialog.h"> | ||
<Filter>Generated Files</Filter> | ||
</ClInclude> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Image Include="Resources\black.png"> | ||
<Filter>Resource Files</Filter> | ||
</Image> | ||
<Image Include="Resources\chessboard.jpg"> | ||
<Filter>Resource Files</Filter> | ||
</Image> | ||
<Image Include="Resources\white.png"> | ||
<Filter>Resource Files</Filter> | ||
</Image> | ||
<Image Include="Resources\blackwin.JPG"> | ||
<Filter>Resource Files</Filter> | ||
</Image> | ||
<Image Include="Resources\whitewin.JPG"> | ||
<Filter>Resource Files</Filter> | ||
</Image> | ||
<Image Include="Resources\ICO.ico"> | ||
<Filter>Resource Files</Filter> | ||
</Image> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters