~adam-rpconnelly/+junk/cli.net

« back to all changes in this revision

Viewing changes to src/cli.net/cli.net.csproj

  • Committer: Adam Connelly
  • Date: 2011-06-18 16:04:07 UTC
  • Revision ID: adam.rpconnelly@gmail.com-20110618160407-pxcc8nm190o9h5ph
Added UsageBuilder and the ability for it to generate --version text. Added a copy of the MIT license. Removed a .user file and added the .bzrignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    <Compile Include="GnuArgumentParser.cs" />
58
58
    <Compile Include="ShortOptionParser.cs" />
59
59
    <Compile Include="UnknownOptionException.cs" />
 
60
    <Compile Include="UsageBuilder.cs" />
60
61
  </ItemGroup>
61
62
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62
63
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.