vsmodtemplate/VSModLauncher.csproj.user
2018-05-03 13:31:32 +02:00

18 lines
No EOL
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartAction>Program</StartAction>
<StartProgram>$(AppData)\Vintagestory\Vintagestory.exe</StartProgram>
<StartArguments>--openWorld="modsamplestest" -p3 --addModPath="$(SolutionDir)mods"</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>
<StartWorkingDirectory>$(AppData)\Vintagestory\</StartWorkingDirectory>
</PropertyGroup>
<PropertyGroup>
<ReferencePath>$(AppData)\Vintagestory\;$(AppData)\Vintagestory\Lib\</ReferencePath>
</PropertyGroup>
</Project>