-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVSModLauncher.csproj.user
More file actions
20 lines (20 loc) · 1.16 KB
/
VSModLauncher.csproj.user
File metadata and controls
20 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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" -pcreativebuilding --addModPath="$(SolutionDir)mods</StartArguments>
<StartWorkingDirectory>$(AppData)\VintagestoryData\</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>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' " />
</Project>