-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProtector.user
More file actions
13 lines (13 loc) · 825 Bytes
/
Protector.user
File metadata and controls
13 lines (13 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<StartAction>Program</StartAction>
<StartProgram>P:\C#\Open Source\TShock\TestPlugin\Debug Server\TerrariaServer.exe</StartProgram>
<StartWorkingDirectory>P:\C#\Open Source\TShock\TestPlugin\Debug Server</StartWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<StartAction>Program</StartAction>
<StartProgram>P:\C#\Open Source\TShock\TestPlugin\Debug Server\TerrariaServer.exe</StartProgram>
<StartWorkingDirectory>P:\C#\Open Source\TShock\TestPlugin\Debug Server</StartWorkingDirectory>
</PropertyGroup>
</Project>