|
15 | 15 | </metadata> |
16 | 16 | <files> |
17 | 17 | <file src="../icon.png" target="icon.png" /> |
18 | | - <file src="*.cs" |
19 | | - target="contentFiles/cs/netstandard2.0/Polyfill/"/> |
20 | | - <file src="ArgumentExceptions\*.cs" |
21 | | - target="contentFiles/cs/netstandard2.0/Polyfill/ArgumentExceptions"/> |
22 | | - <file src="Ensure\*.cs" |
23 | | - target="contentFiles/cs/netstandard2.0/Polyfill/Ensure"/> |
24 | | - <file src="Guard\*.cs" |
25 | | - target="contentFiles/cs/netstandard2.0/Polyfill/Guard"/> |
26 | | - <file src="Nullable\*.cs" |
27 | | - target="contentFiles/cs/netstandard2.0/Polyfill/Nullable"/> |
28 | | - <file src="Nullability\*.cs" |
29 | | - target="contentFiles/cs/netstandard2.0/Polyfill/Nullability"/> |
30 | | - <file src="IndexRange\*.cs" |
31 | | - target="contentFiles/cs/netstandard2.0/Polyfill/IndexRange"/> |
32 | | - <file src="StringInterpolation\*.cs" |
33 | | - target="contentFiles/cs/netstandard2.0/Polyfill/StringInterpolation"/> |
34 | | - <file src="Trimming\*.cs" |
35 | | - target="contentFiles/cs/netstandard2.0/Polyfill/Trimming"/> |
36 | | - <file src="Regex\*.cs" |
37 | | - target="contentFiles/cs/netstandard2.0/Polyfill/Regex"/> |
38 | | - <file src="PlatformCompatibility\*.cs" |
39 | | - target="contentFiles/cs/netstandard2.0/Polyfill/PlatformCompatibility"/> |
40 | | - <file src="Numbers\*.cs" |
41 | | - target="contentFiles/cs/netstandard2.0/Polyfill/Numbers"/> |
42 | | - <file src="Polyfill.targets" |
43 | | - target="build"/> |
44 | | - <file src="exclude.editorconfig" |
45 | | - target=".editorconfig"/> |
| 18 | + <file src="../Split/**/*.cs" target="contentFiles/cs/"/> |
| 19 | + <file src="Polyfill.targets" target="build"/> |
| 20 | + <file src="exclude.editorconfig" target=".editorconfig"/> |
46 | 21 | </files> |
47 | 22 | </package> |
0 commit comments