Skip to content

Commit

Permalink
bump dllsBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Sep 21, 2023
1 parent fc0b323 commit ac519fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
unique="SporeBorderless"
description="This is a Spore mod which makes Spore launch in borderless fullscreen"
installerSystemVersion="1.0.1.2"
dllsBuild="2.5.179">
dllsBuild="2.5.280">
<prerequisite>SporeBorderless.dll</prerequisite>
</mod>
4 changes: 2 additions & 2 deletions SporeBorderless/SporeBorderless.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</Link>
<PreBuildEvent>
<Command>if NOT EXIST "$(SporeSdkPath)dll\$(Configuration)\SporeModAPI.lib" (
msbuild "$(SporeSdkPath)Spore ModAPI" /t:BuildDlls /p:BuildVer=180 /p:Config=$(Configuration) /p:Platform=$(Platform) /m
msbuild "$(SporeSdkPath)Spore ModAPI" /t:BuildDlls /p:BuildVer=280 /p:Config=$(Configuration) /p:Platform=$(Platform) /m
)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
Expand All @@ -102,7 +102,7 @@
</Link>
<PreBuildEvent>
<Command>if NOT EXIST "$(SporeSdkPath)dll\$(Configuration)\SporeModAPI.lib" (
msbuild "$(SporeSdkPath)Spore ModAPI" /t:BuildDlls /p:BuildVer=180 /p:Config=$(Configuration) /p:Platform=$(Platform) /m
msbuild "$(SporeSdkPath)Spore ModAPI" /t:BuildDlls /p:BuildVer=280 /p:Config=$(Configuration) /p:Platform=$(Platform) /m
)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
Expand Down

0 comments on commit ac519fe

Please sign in to comment.