|
10 | 10 |
|
11 | 11 | <ItemGroup> |
12 | 12 | <Compile Include="Types.fs" /> |
13 | | - <Compile Include="Helper\Helpers.fs" /> |
14 | | - <Compile Include="Helper\DateParsing.fs" /> |
15 | | - <Compile Include="StyleHelper\StyleTypes.fs" /> |
16 | | - <Compile Include="StyleHelper\Length.fs" /> |
17 | | - <Compile Include="StyleHelper\BorderStyle.fs" /> |
18 | | - <Compile Include="StyleHelper\GridTypes.fs" /> |
19 | | - <Compile Include="StyleHelper\TextDecorationLine.fs" /> |
20 | | - <Compile Include="StyleHelper\TextDecorationStyle.fs" /> |
21 | | - <Compile Include="StyleHelper\TransformOrigin.fs" /> |
22 | | - <Compile Include="StyleHelper\TransitionProperty.fs" /> |
23 | | - <Compile Include="StyleHelper\TransitionTimingFunction.fs" /> |
24 | | - <Compile Include="StyleHelper\Transform.fs" /> |
| 13 | + <Compile Include="Helper/Helpers.fs" /> |
| 14 | + <Compile Include="Helper/DateParsing.fs" /> |
| 15 | + <Compile Include="StyleHelper/StyleTypes.fs" /> |
| 16 | + <Compile Include="StyleHelper/Length.fs" /> |
| 17 | + <Compile Include="StyleHelper/BorderStyle.fs" /> |
| 18 | + <Compile Include="StyleHelper/GridTypes.fs" /> |
| 19 | + <Compile Include="StyleHelper/TextDecorationLine.fs" /> |
| 20 | + <Compile Include="StyleHelper/TextDecorationStyle.fs" /> |
| 21 | + <Compile Include="StyleHelper/TransformOrigin.fs" /> |
| 22 | + <Compile Include="StyleHelper/TransitionProperty.fs" /> |
| 23 | + <Compile Include="StyleHelper/TransitionTimingFunction.fs" /> |
| 24 | + <Compile Include="StyleHelper/Transform.fs" /> |
25 | 25 | <Compile Include="Styles.fs" /> |
26 | | - <Compile Include="PropertyHelper\Key.fs" /> |
| 26 | + <Compile Include="PropertyHelper/Key.fs" /> |
27 | 27 | <Compile Include="Properties.fs" /> |
28 | | - <Compile Include="React\ReactTypes.fs" /> |
29 | | - <Compile Include="React\React.fs" /> |
30 | | - <Compile Include="React\ReactDOM.fs" /> |
| 28 | + <Compile Include="React/ReactTypes.fs" /> |
| 29 | + <Compile Include="React/React.fs" /> |
| 30 | + <Compile Include="React/ReactDOM.fs" /> |
31 | 31 | <Compile Include="Svg.fs" /> |
32 | 32 | <Compile Include="Html.fs" /> |
33 | 33 | <Compile Include="JSX.fs" /> |
34 | | - <Compile Include="StringEnums\Colors.fs" /> |
35 | | - <Compile Include="StringEnums\Fonts.fs" /> |
36 | | - <Compile Include="StringEnums\Locale.fs" /> |
| 34 | + <Compile Include="StringEnums/Colors.fs" /> |
| 35 | + <Compile Include="StringEnums/Fonts.fs" /> |
| 36 | + <Compile Include="StringEnums/Locale.fs" /> |
37 | 37 | </ItemGroup> |
38 | 38 |
|
39 | 39 | <ItemGroup> |
|
0 commit comments