|
34 | 34 | <Reference Include="System" /> |
35 | 35 | </ItemGroup> |
36 | 36 | <ItemGroup> |
| 37 | + <Compile Include="..\libcmdline\Internal\PresentParserState.cs"> |
| 38 | + <Link>Library\Internal\PresentParserState.cs</Link> |
| 39 | + </Compile> |
| 40 | + <Compile Include="..\libcmdline\Internal\Target.cs"> |
| 41 | + <Link>Library\Internal\Target.cs</Link> |
| 42 | + </Compile> |
| 43 | + <Compile Include="..\libcmdline\ParserState.cs"> |
| 44 | + <Link>Library\ParserState.cs</Link> |
| 45 | + </Compile> |
37 | 46 | <Compile Include="..\libcmdline\Text\Attributes\AssemblyLicenseAttribute.cs"> |
38 | 47 | <Link>Library\Text\Attributes\AssemblyLicenseAttribute.cs</Link> |
39 | 48 | </Compile> |
|
52 | 61 | <Compile Include="..\libcmdline\Utils\Pair.cs"> |
53 | 62 | <Link>Library\Utils\Pair.cs</Link> |
54 | 63 | </Compile> |
| 64 | + <Compile Include="..\libcmdline\Utils\ReflectionCache.cs"> |
| 65 | + <Link>Library\Utils\ReflectionCache.cs</Link> |
| 66 | + </Compile> |
| 67 | + <Compile Include="..\libcmdline\Utils\ReflectionUtil.cs"> |
| 68 | + <Link>Library\Utils\ReflectionUtil.cs</Link> |
| 69 | + </Compile> |
55 | 70 | <Compile Include="..\libcmdline\Utils\StringExtensions.cs"> |
56 | 71 | <Link>Library\Utils\StringExtensions.cs</Link> |
57 | 72 | </Compile> |
|
82 | 97 | <Compile Include="..\libcmdline\Internal\OptionMap.cs"> |
83 | 98 | <Link>Library\Internal\OptionMap.cs</Link> |
84 | 99 | </Compile> |
85 | | - <Compile Include="..\libcmdline\Internal\ParserState.cs"> |
86 | | - <Link>Library\Internal\ParserState.cs</Link> |
87 | | - </Compile> |
88 | | - <Compile Include="..\libcmdline\Internal\ReflectionUtil.cs"> |
89 | | - <Link>Library\Internal\ReflectionUtil.cs</Link> |
90 | | - </Compile> |
91 | 100 | <Compile Include="..\libcmdline\Internal\SR.strings.cs"> |
92 | 101 | <Link>Library\Internal\SR.strings.cs</Link> |
93 | 102 | </Compile> |
94 | 103 | <Compile Include="..\libcmdline\Internal\StringArrayEnumerator.cs"> |
95 | 104 | <Link>Library\Internal\StringArrayEnumerator.cs</Link> |
96 | 105 | </Compile> |
97 | | - <Compile Include="..\libcmdline\Internal\TargetWrapper.cs"> |
98 | | - <Link>Library\Internal\TargetWrapper.cs</Link> |
99 | | - </Compile> |
100 | 106 | <Compile Include="..\libcmdline\Text\BaseSentenceBuilder.cs"> |
101 | 107 | <Link>Library\Text\BaseSentenceBuilder.cs</Link> |
102 | 108 | </Compile> |
|
151 | 157 | <Compile Include="..\libcmdline\CommandLineParser.cs"> |
152 | 158 | <Link>Library\CommandLineParser.cs</Link> |
153 | 159 | </Compile> |
154 | | - <Compile Include="..\libcmdline\CommandLineParser.Strict.cs"> |
155 | | - <Link>Library\CommandLineParser.Strict.cs</Link> |
156 | | - <DependentUpon>CommandLineParser.cs</DependentUpon> |
157 | | - </Compile> |
158 | | - <Compile Include="..\libcmdline\CommandLineParser.Verbs.cs"> |
159 | | - <Link>Library\CommandLineParser.Verbs.cs</Link> |
160 | | - <DependentUpon>CommandLineParser.cs</DependentUpon> |
161 | | - </Compile> |
162 | 160 | <Compile Include="..\libcmdline\CommandLineParserException.cs"> |
163 | 161 | <Link>Library\CommandLineParserException.cs</Link> |
164 | 162 | </Compile> |
|
171 | 169 | <Compile Include="..\libcmdline\IParserState.cs"> |
172 | 170 | <Link>Library\IParserState.cs</Link> |
173 | 171 | </Compile> |
174 | | - <Compile Include="..\libcmdline\ParserState.cs"> |
175 | | - <Link>Library\ParserState.cs</Link> |
176 | | - </Compile> |
177 | 172 | <Compile Include="..\libcmdline\ParsingError.cs"> |
178 | 173 | <Link>Library\ParsingError.cs</Link> |
179 | 174 | </Compile> |
|
0 commit comments