mirror of
https://github.com/anegostudios/vsmodtemplate
synced 2025-07-04 20:34:29 -07:00
- Feature: Adding a new mod also adds a ModSystem template file
- Fixed: Newly added mods had the wrong .net framework version - Fixed: Logging output not written to the IDE debug console
This commit is contained in:
parent
f2c81a4c55
commit
bea384b470
4 changed files with 2 additions and 44 deletions
|
@ -3,13 +3,13 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||||
<StartAction>Program</StartAction>
|
||||
<StartProgram>$(AppData)\Vintagestory\Vintagestory.exe</StartProgram>
|
||||
<StartArguments>--openWorld="modsamplestest" -pcreativebuilding --addModPath="$(SolutionDir)mods"</StartArguments>
|
||||
<StartArguments>--openWorld="modsamplestest" -pcreativebuilding --addModPath="$(SolutionDir)mods" --tracelog</StartArguments>
|
||||
<StartWorkingDirectory>$(AppData)\Vintagestory\</StartWorkingDirectory>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
||||
<StartAction>Program</StartAction>
|
||||
<StartProgram>$(AppData)\Vintagestory\Vintagestory.exe</StartProgram>
|
||||
<StartArguments>--openWorld="modsamplestest" -p3 --addModPath="$(SolutionDir)mods"</StartArguments>
|
||||
<StartArguments>--openWorld="modsamplestest" -p3 --addModPath="$(SolutionDir)mods" --tracelog</StartArguments>
|
||||
<StartWorkingDirectory>$(AppData)\Vintagestory\</StartWorkingDirectory>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue