Skip to content

Commit

Permalink
Improve script compiler options description
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Aug 19, 2024
1 parent 364bbd7 commit 67f4aa4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,13 @@
</ItemGroup>
<!-- End normal DLL items-->

<!-- Only for standalone script compiler
<!--
These options are when building a standalone "Script Compiler" executable,
which is used to compile the game scripts on Github Actions.
NOTE: Visual Studio doesn't properly reload settings when you switch configurations,
so you will need to reload the project when you are changing between "Release" and "ScriptCompiler" -->
so you will need to reload the project when you are changing between "Release" and "ScriptCompiler"
-->
<PropertyGroup Condition="'$(Configuration)' == 'ScriptCompiler'">
<OutputType>Exe</OutputType>
<AssemblyName>HigurashiScriptCompiler</AssemblyName>
Expand Down

0 comments on commit 67f4aa4

Please sign in to comment.