Skip to content

Commit

Permalink
remove unused registrar project
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Oct 25, 2021
1 parent e22c8c4 commit 68e036b
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 449 deletions.
3 changes: 0 additions & 3 deletions UpdateVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ $hNew = `
#define FILEVERSION_TUPLE $($fileVersion[0]),$($fileVersion[1]),$($fileVersion[2]),$($fileVersion[3])
#define FILEVERSION_TEXT "$($fileVersion[0]).$($fileVersion[1]).$($fileVersion[2]).$($fileVersion[3])"
#define REGISTRAR_FILEVERSION_TUPLE $($registrarFileVersion[0]),$($registrarFileVersion[1]),$($registrarFileVersion[2]),$($registrarFileVersion[3])
#define REGISTRAR_FILEVERSION_TEXT "$($registrarFileVersion[0]).$($registrarFileVersion[1]).$($registrarFileVersion[2]).$($registrarFileVersion[3])"
#define PRODUCTVERSION_TUPLE $($productVersion[0]),$($productVersion[1]),$($productVersion[2]),$($productVersion[3])
#define PRODUCTVERSION_TEXT "$($productVersion[0]).$($productVersion[1]).$($productVersion[2]).$($productVersion[3])"
Expand Down
6 changes: 2 additions & 4 deletions Version.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
$fileVersion = 1,5,0,0
$registrarFileVersion = 1,0,0,0
$productVersion = 1,5,0,0
$fileVersion = 1,6,0,0
$productVersion = 1,6,0,0

if ($Env:GITHUB_ACTIONS -eq "true") {
$fileVersion[2] = [int]$Env:GITHUB_RUN_NUMBER
$registrarFileVersion[2] = [int]$Env:GITHUB_RUN_NUMBER
$productVersion[2] = [int]$Env:GITHUB_RUN_NUMBER
}
6 changes: 0 additions & 6 deletions VietType.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VietTypeATL", "VietTypeATL\
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "VietTypeSetup", "VietTypeSetup\VietTypeSetup.wixproj", "{8882E9D2-7670-4906-98F5-60A147BF5ECA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VietTypeRegistrar", "VietTypeRegistrar\VietTypeRegistrar.vcxproj", "{21FE5325-5162-4B68-9D65-397FC99D82B1}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "VietTypeSetupBootstrapper", "VietTypeSetupBootstrapper\VietTypeSetupBootstrapper.wixproj", "{1139CE87-C648-4D3C-8F2A-61AB9D04C396}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VietTypeUnitTests", "VietTypeUnitTests\VietTypeUnitTests.vcxproj", "{3F698192-164B-4E9D-91FD-DDD623C1C98C}"
Expand Down Expand Up @@ -55,10 +53,6 @@ Global
{8882E9D2-7670-4906-98F5-60A147BF5ECA}.Release|Win32.Build.0 = Release|x86
{8882E9D2-7670-4906-98F5-60A147BF5ECA}.Release|x64.ActiveCfg = Release|x64
{8882E9D2-7670-4906-98F5-60A147BF5ECA}.Release|x64.Build.0 = Release|x64
{21FE5325-5162-4B68-9D65-397FC99D82B1}.Debug|Win32.ActiveCfg = Debug|Win32
{21FE5325-5162-4B68-9D65-397FC99D82B1}.Debug|x64.ActiveCfg = Debug|x64
{21FE5325-5162-4B68-9D65-397FC99D82B1}.Release|Win32.ActiveCfg = Release|Win32
{21FE5325-5162-4B68-9D65-397FC99D82B1}.Release|x64.ActiveCfg = Release|x64
{1139CE87-C648-4D3C-8F2A-61AB9D04C396}.Debug|Win32.ActiveCfg = Debug|x86
{1139CE87-C648-4D3C-8F2A-61AB9D04C396}.Debug|x64.ActiveCfg = Debug|x86
{1139CE87-C648-4D3C-8F2A-61AB9D04C396}.Release|Win32.ActiveCfg = Release|x86
Expand Down
115 changes: 0 additions & 115 deletions VietTypeRegistrar/VietTypeRegistrar.cpp

This file was deleted.

Binary file removed VietTypeRegistrar/VietTypeRegistrar.rc
Binary file not shown.
203 changes: 0 additions & 203 deletions VietTypeRegistrar/VietTypeRegistrar.vcxproj

This file was deleted.

Loading

0 comments on commit 68e036b

Please sign in to comment.