Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
🎨 Rename Factory namespace to Reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
louistakepillz committed Apr 27, 2015
1 parent 926be38 commit 3708f3b
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions ArgumentParser/ArgumentParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,32 @@
<Compile Include="Arguments\PowerShell\PowerShellFlag.cs" />
<Compile Include="Arguments\PowerShell\PowerShellFlag`1.cs" />
<Compile Include="Arguments\ValueOptions.cs" />
<Compile Include="Factory\IFlagOptionAttribute.cs" />
<Compile Include="Factory\ICoupleableOptionAttribute.cs" />
<Compile Include="Factory\POSIX\IPOSIXOptionAttribute.cs" />
<Compile Include="Factory\PowerShell\IPSOptionAttribute.cs" />
<Compile Include="Factory\PowerShell\PSCompositeListOptionAttribute.cs" />
<Compile Include="Factory\PowerShell\PSListOptionAttribute.cs" />
<Compile Include="Factory\PowerShell\PSFlagAttribute.cs" />
<Compile Include="Factory\PowerShell\PSOptionAttribute.cs" />
<Compile Include="Factory\Windows\IWindowsOptionAttribute.cs" />
<Compile Include="Factory\Windows\WindowsCompositeListOptionAttribute.cs" />
<Compile Include="Factory\Windows\WindowsListOptionAttribute.cs" />
<Compile Include="Reflection\IFlagOptionAttribute.cs" />
<Compile Include="Reflection\ICoupleableOptionAttribute.cs" />
<Compile Include="Reflection\POSIX\IPOSIXOptionAttribute.cs" />
<Compile Include="Reflection\PowerShell\IPSOptionAttribute.cs" />
<Compile Include="Reflection\PowerShell\PSCompositeListOptionAttribute.cs" />
<Compile Include="Reflection\PowerShell\PSListOptionAttribute.cs" />
<Compile Include="Reflection\PowerShell\PSFlagAttribute.cs" />
<Compile Include="Reflection\PowerShell\PSOptionAttribute.cs" />
<Compile Include="Reflection\Windows\IWindowsOptionAttribute.cs" />
<Compile Include="Reflection\Windows\WindowsCompositeListOptionAttribute.cs" />
<Compile Include="Reflection\Windows\WindowsListOptionAttribute.cs" />
<Compile Include="Helpers\ValueConverter.cs" />
<Compile Include="Arguments\Windows\WindowsFlag.cs" />
<Compile Include="Arguments\Windows\WindowsFlag`1.cs" />
<Compile Include="MemberBinding.cs" />
<Compile Include="Factory\BindingPolicy.cs" />
<Compile Include="Factory\BindingPolicyAttribute.cs" />
<Compile Include="Reflection\BindingPolicy.cs" />
<Compile Include="Reflection\BindingPolicyAttribute.cs" />
<Compile Include="Arguments\FlagOptions.cs" />
<Compile Include="Arguments\POSIX\POSIXFlag`1.cs" />
<Compile Include="Factory\BindingEventArgs.cs" />
<Compile Include="Factory\IOptionAttribute.cs" />
<Compile Include="Factory\POSIX\POSIXCompositeListOptionAttribute.cs" />
<Compile Include="Factory\POSIX\POSIXFlagAttribute.cs" />
<Compile Include="Factory\POSIX\POSIXListOptionAttribute.cs" />
<Compile Include="Factory\Windows\WindowsFlagAttribute.cs" />
<Compile Include="Factory\Windows\WindowsOptionAttribute.cs" />
<Compile Include="Reflection\BindingEventArgs.cs" />
<Compile Include="Reflection\IOptionAttribute.cs" />
<Compile Include="Reflection\POSIX\POSIXCompositeListOptionAttribute.cs" />
<Compile Include="Reflection\POSIX\POSIXFlagAttribute.cs" />
<Compile Include="Reflection\POSIX\POSIXListOptionAttribute.cs" />
<Compile Include="Reflection\Windows\WindowsFlagAttribute.cs" />
<Compile Include="Reflection\Windows\WindowsOptionAttribute.cs" />
<Compile Include="IParserContext.cs" />
<Compile Include="IVerbContext.cs" />
<Compile Include="Patterns\POSIXParameterPattern.cs" />
Expand All @@ -89,7 +89,7 @@
<Compile Include="RawParameter.cs" />
<Compile Include="FlagPair.cs" />
<Compile Include="IPairable.cs" />
<Compile Include="Factory\POSIX\POSIXOptionAttribute.cs" />
<Compile Include="Reflection\POSIX\POSIXOptionAttribute.cs" />
<Compile Include="Key.cs" />
<Compile Include="ParameterPair.cs" />
<Compile Include="Helpers\ProjectionEqualityComparer.cs" />
Expand All @@ -110,7 +110,7 @@
<Compile Include="Arguments\Argument`1.cs" />
<Compile Include="Arguments\Windows\WindowsArgument`1.cs" />
<Compile Include="Arguments\Windows\WindowsArgument.cs" />
<Compile Include="Factory\VerbAttribute.cs" />
<Compile Include="Reflection\VerbAttribute.cs" />
<Compile Include="UnboundValue.cs" />
<Compile Include="ValueParsingException.cs" />
<Compile Include="Verb.cs" />
Expand Down

0 comments on commit 3708f3b

Please sign in to comment.