Skip to content

Commit 4e6c278

Browse files
committed
.net 4.0 and ultima sdk tidy
1 parent fdbc4aa commit 4e6c278

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

Crypt/Crypt.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@
8686
<Message>Generating Checksum.h...</Message>
8787
<Command>xcopy /Q /Y "$(SolutionDir)Updater\bin\Release\Updater.exe" "$(SolutionDir)Release\"
8888
xcopy /Q /Y "$(SolutionDir)Razor\bin\Release\Razor.exe" "$(SolutionDir)Release\"
89+
xcopy /Q /Y "$(SolutionDir)UltimaSDK\bin\Release\Ultima.dll" "$(SolutionDir)Release\"
8990
signtool sign /a /n "Mark Sturgill" /tr http://time.certum.pl/ /d "Razor Updater" /du https://github.com/msturgill/razor "$(SolutionDir)Release\Updater.exe"
9091
signtool sign /a /n "Mark Sturgill" /tr http://time.certum.pl/ /d "Razor Assistant" /du https://github.com/msturgill/razor "$(SolutionDir)Release\Razor.exe"
92+
signtool sign /a /n "Mark Sturgill" /tr http://time.certum.pl/ /d "Ultima SDK" /du https://github.com/msturgill/razor "$(SolutionDir)Release\Ultima.dll"
9193

9294
del $(SolutionDir)Crypt\Checksum.h
9395
$(ProjectDir)GenerateRazorChecksumH.exe</Command>

Razor

Submodule Razor updated from b57f984 to 37198a8

Razor.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Razor", "Razor\Razor.csproj
66
EndProject
77
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Crypt", "Crypt\Crypt.vcxproj", "{B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}"
88
ProjectSection(ProjectDependencies) = postProject
9+
{F21B64BC-7873-4CDB-9B51-4D7B195B8FC4} = {F21B64BC-7873-4CDB-9B51-4D7B195B8FC4}
910
{8AB99CD3-9582-4E68-BDEC-23F189A222B2} = {8AB99CD3-9582-4E68-BDEC-23F189A222B2}
1011
{F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D} = {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}
12+
{5D66ACE6-B2A4-400F-B5A5-24525959AC5C} = {5D66ACE6-B2A4-400F-B5A5-24525959AC5C}
1113
EndProjectSection
1214
EndProject
1315
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Loader", "Loader\Loader.vcxproj", "{F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}"

Release/Ultima.dll

-62.1 KB
Binary file not shown.

UltimaSDK

0 commit comments

Comments
 (0)