-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathModdersToolkit.csproj.user
19 lines (19 loc) · 1.08 KB
/
ModdersToolkit.csproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<ActiveDebugProfile>TerrariaFast</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartAction>Program</StartAction>
<StartProgram>C:\Program Files %28x86%29\Steam\steamapps\common\Terraria\tModLoaderDebug.exe</StartProgram>
<StartWorkingDirectory>C:\Program Files %28x86%29\Steam\steamapps\common\Terraria\</StartWorkingDirectory>
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugClient|AnyCPU'">
<StartProgram>C:\Program Files %28x86%29\Steam\steamapps\common\Terraria\tModLoaderDebug.exe</StartProgram>
<StartAction>Program</StartAction>
<StartWorkingDirectory>C:\Program Files %28x86%29\Steam\steamapps\common\Terraria\</StartWorkingDirectory>
<StartArguments>-skipselect</StartArguments>
</PropertyGroup>
</Project>