Added a command line parser that extracts command line arguments and assignments for console-based utility programs

git-svn-id: file:///srv/devel/repo-conversion/nusu@50 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-09-24 20:16:14 +00:00
parent 504d96eb0a
commit 93092637cf
3 changed files with 225 additions and 1 deletions

View file

@ -179,6 +179,15 @@
<Name>SimpleRectanglePacker.Test</Name>
<DependentUpon>SimpleRectanglePacker.cs</DependentUpon>
</Compile>
<Compile Include="Source\Parsing\CommandLineParser.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>CommandLineParser</Name>
</Compile>
<Compile Include="Source\Parsing\CommandLineParser.Test.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>CommandLineParser.Test</Name>
<DependentUpon>CommandLineParser.cs</DependentUpon>
</Compile>
<Compile Include="Source\PathHelper.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>PathHelper</Name>
@ -308,7 +317,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Documents\" />
<Folder Include="Source\Parsing\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.ContentPipeline.targets" />