mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
6 lines
314 B
Plaintext
6 lines
314 B
Plaintext
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
||
|
|
<StartArguments>-</StartArguments>
|
||
|
|
<StartWorkingDirectory>C:\Work\cuetoolsnet\bin\x64\Release\</StartWorkingDirectory>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|