-
Notifications
You must be signed in to change notification settings - Fork 2
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
182 changed files
with
3,112 additions
and
1,849 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.svn | ||
.AppleDouble | ||
.DS_Store | ||
._* | ||
.LSOverride | ||
|
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 |
---|---|---|
@@ -1,45 +1,45 @@ | ||
// Visual Studio EXE build properties. | ||
|
||
|
||
LANGUAGE 9, 1 | ||
|
||
#include <afxres.h> | ||
|
||
|
||
#pragma code_page(1252) | ||
1 ICON "BTTT.ico" | ||
|
||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 0,9,7,0 | ||
PRODUCTVERSION 0,9,7,0 | ||
FILEFLAGSMASK 0x17L | ||
#ifdef _DEBUG | ||
FILEFLAGS 0x1L | ||
#else | ||
FILEFLAGS 0x0L | ||
#endif | ||
FILEOS 0x4L | ||
FILETYPE 0x1L | ||
FILESUBTYPE 0x0L | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904b0" | ||
BEGIN | ||
VALUE "Comments", "raptor007.com/bttt" | ||
VALUE "CompanyName", "Raptor007" | ||
VALUE "FileDescription", "BTTT: BattleTech TableTop" | ||
VALUE "FileVersion", "0.9.7 Beta" | ||
VALUE "InternalName", "BTTT: BattleTech TableTop" | ||
VALUE "LegalCopyright", "Written by Raptor007, 2020-2022" | ||
VALUE "OriginalFilename", "BTTT.exe" | ||
VALUE "ProductName", "BTTT: BattleTech TableTop" | ||
VALUE "ProductVersion", "0.9.7 Beta" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END | ||
// Visual Studio EXE build properties. | ||
LANGUAGE 9, 1 | ||
#include <afxres.h> | ||
#pragma code_page(1252) | ||
1 ICON "BTTT.ico" | ||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 0,9,8,0 | ||
PRODUCTVERSION 0,9,8,0 | ||
FILEFLAGSMASK 0x17L | ||
#ifdef _DEBUG | ||
FILEFLAGS 0x1L | ||
#else | ||
FILEFLAGS 0x0L | ||
#endif | ||
FILEOS 0x4L | ||
FILETYPE 0x1L | ||
FILESUBTYPE 0x0L | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904b0" | ||
BEGIN | ||
VALUE "Comments", "raptor007.com/bttt" | ||
VALUE "CompanyName", "Raptor007" | ||
VALUE "FileDescription", "BTTT: BattleTech TableTop" | ||
VALUE "FileVersion", "0.9.8 Beta" | ||
VALUE "InternalName", "BTTT: BattleTech TableTop" | ||
VALUE "LegalCopyright", "Written by Raptor007, 2020-2023" | ||
VALUE "OriginalFilename", "BTTT.exe" | ||
VALUE "ProductName", "BTTT: BattleTech TableTop" | ||
VALUE "ProductVersion", "0.9.8 Beta" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END |
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual C++ Express 2008 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BTTT", "BTTT.vcproj", "{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Debug|Win64 = Debug|Win64 | ||
Release|Win32 = Release|Win32 | ||
Release|Win64 = Release|Win64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win32.Build.0 = Debug|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win64.ActiveCfg = Debug|x64 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win64.Build.0 = Debug|x64 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win32.ActiveCfg = Release|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win32.Build.0 = Release|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win64.ActiveCfg = Release|x64 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual C++ Express 2008 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BTTT", "BTTT.vcproj", "{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Debug|Win64 = Debug|Win64 | ||
Release|Win32 = Release|Win32 | ||
Release|Win64 = Release|Win64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win32.Build.0 = Debug|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win64.ActiveCfg = Debug|x64 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Debug|Win64.Build.0 = Debug|x64 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win32.ActiveCfg = Release|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win32.Build.0 = Release|Win32 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win64.ActiveCfg = Release|x64 | ||
{ECD4F4A4-FD1F-11EA-A291-001B63FFFE79}.Release|Win64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.