mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
6 lines
293 B
Text
6 lines
293 B
Text
|
|
<?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'">
|
||
|
|
<StartArguments>TestBot - Localhost</StartArguments>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|