mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
10 lines
333 B
Plaintext
10 lines
333 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemDefinitionGroup Condition="'$(ProjectName)'=='musikcube'">
|
||
|
<Link>
|
||
|
<SubSystem>Console</SubSystem>
|
||
|
<OutputFile>$(TargetDir)\musikcube-cmd.exe</OutputFile>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
</Project>
|