mirror of
https://github.com/anegostudios/vsmodtemplate
synced 2025-07-05 04:44:30 -07:00
18 lines
No EOL
1 KiB
XML
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> |