Initial checkin, LossyWAV command line utility

This commit is contained in:
chudov
2008-11-22 15:05:25 +00:00
parent 478f92236d
commit b4c0c7e381
4 changed files with 270 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<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>