|
7 | 7 | <ItemGroup>
|
8 | 8 | <Compile Include="HTMLComponents.fs" />
|
9 | 9 | <Compile Include="CoreComponents.fs" />
|
| 10 | + <None Include="DashComponents\htmlComponentBackbone.template" /> |
| 11 | + <None Include="DashComponents\componentBackbone.template" /> |
| 12 | + <None Include="DashComponents\Readme.md" /> |
| 13 | + <None Include="DashComponents\BackboneGenerator.fsx" /> |
10 | 14 | <Compile Include="DashComponents\ComponentBase.fs" />
|
| 15 | + <None Include="DashComponents\HTMLComponents\Readme.md" /> |
| 16 | + <Compile Include="DashComponents\HTMLComponents\RawString.fs" /> |
| 17 | + <Compile Include="DashComponents\HTMLComponents\A.fs" /> |
| 18 | + <Compile Include="DashComponents\HTMLComponents\Abbr.fs" /> |
| 19 | + <Compile Include="DashComponents\HTMLComponents\Acronym.fs" /> |
| 20 | + <Compile Include="DashComponents\HTMLComponents\Address.fs" /> |
| 21 | + <Compile Include="DashComponents\HTMLComponents\Area.fs" /> |
| 22 | + <Compile Include="DashComponents\HTMLComponents\Article.fs" /> |
| 23 | + <Compile Include="DashComponents\HTMLComponents\Aside.fs" /> |
| 24 | + <Compile Include="DashComponents\HTMLComponents\Audio.fs" /> |
| 25 | + <Compile Include="DashComponents\HTMLComponents\B.fs" /> |
| 26 | + <Compile Include="DashComponents\HTMLComponents\Base.fs" /> |
| 27 | + <Compile Include="DashComponents\HTMLComponents\Basefont.fs" /> |
| 28 | + <Compile Include="DashComponents\HTMLComponents\Bdi.fs" /> |
| 29 | + <Compile Include="DashComponents\HTMLComponents\Bdo.fs" /> |
| 30 | + <Compile Include="DashComponents\HTMLComponents\Big.fs" /> |
| 31 | + <Compile Include="DashComponents\HTMLComponents\Blink.fs" /> |
| 32 | + <Compile Include="DashComponents\HTMLComponents\Blockquote.fs" /> |
| 33 | + <Compile Include="DashComponents\HTMLComponents\Br.fs" /> |
| 34 | + <Compile Include="DashComponents\HTMLComponents\Button.fs" /> |
| 35 | + <Compile Include="DashComponents\HTMLComponents\Canvas.fs" /> |
| 36 | + <Compile Include="DashComponents\HTMLComponents\Caption.fs" /> |
| 37 | + <Compile Include="DashComponents\HTMLComponents\Center.fs" /> |
| 38 | + <Compile Include="DashComponents\HTMLComponents\Cite.fs" /> |
| 39 | + <Compile Include="DashComponents\HTMLComponents\Code.fs" /> |
| 40 | + <Compile Include="DashComponents\HTMLComponents\Col.fs" /> |
| 41 | + <Compile Include="DashComponents\HTMLComponents\Colgroup.fs" /> |
| 42 | + <Compile Include="DashComponents\HTMLComponents\Command.fs" /> |
| 43 | + <Compile Include="DashComponents\HTMLComponents\Content.fs" /> |
| 44 | + <Compile Include="DashComponents\HTMLComponents\Data.fs" /> |
| 45 | + <Compile Include="DashComponents\HTMLComponents\Datalist.fs" /> |
| 46 | + <Compile Include="DashComponents\HTMLComponents\Dd.fs" /> |
| 47 | + <Compile Include="DashComponents\HTMLComponents\Del.fs" /> |
| 48 | + <Compile Include="DashComponents\HTMLComponents\Details.fs" /> |
| 49 | + <Compile Include="DashComponents\HTMLComponents\Dfn.fs" /> |
| 50 | + <Compile Include="DashComponents\HTMLComponents\Dialog.fs" /> |
| 51 | + <Compile Include="DashComponents\HTMLComponents\Dl.fs" /> |
| 52 | + <Compile Include="DashComponents\HTMLComponents\Dt.fs" /> |
| 53 | + <Compile Include="DashComponents\HTMLComponents\Element.fs" /> |
| 54 | + <Compile Include="DashComponents\HTMLComponents\Em.fs" /> |
| 55 | + <Compile Include="DashComponents\HTMLComponents\Embed.fs" /> |
| 56 | + <Compile Include="DashComponents\HTMLComponents\Fieldset.fs" /> |
| 57 | + <Compile Include="DashComponents\HTMLComponents\Figcaption.fs" /> |
| 58 | + <Compile Include="DashComponents\HTMLComponents\Figure.fs" /> |
| 59 | + <Compile Include="DashComponents\HTMLComponents\Font.fs" /> |
| 60 | + <Compile Include="DashComponents\HTMLComponents\Footer.fs" /> |
| 61 | + <Compile Include="DashComponents\HTMLComponents\Form.fs" /> |
| 62 | + <Compile Include="DashComponents\HTMLComponents\Frame.fs" /> |
| 63 | + <Compile Include="DashComponents\HTMLComponents\Frameset.fs" /> |
| 64 | + <Compile Include="DashComponents\HTMLComponents\H1.fs" /> |
| 65 | + <Compile Include="DashComponents\HTMLComponents\H2.fs" /> |
| 66 | + <Compile Include="DashComponents\HTMLComponents\H3.fs" /> |
| 67 | + <Compile Include="DashComponents\HTMLComponents\H4.fs" /> |
| 68 | + <Compile Include="DashComponents\HTMLComponents\H5.fs" /> |
| 69 | + <Compile Include="DashComponents\HTMLComponents\H6.fs" /> |
| 70 | + <Compile Include="DashComponents\HTMLComponents\Header.fs" /> |
| 71 | + <Compile Include="DashComponents\HTMLComponents\Hgroup.fs" /> |
| 72 | + <Compile Include="DashComponents\HTMLComponents\Hr.fs" /> |
| 73 | + <Compile Include="DashComponents\HTMLComponents\I.fs" /> |
| 74 | + <Compile Include="DashComponents\HTMLComponents\Iframe.fs" /> |
| 75 | + <Compile Include="DashComponents\HTMLComponents\Img.fs" /> |
| 76 | + <Compile Include="DashComponents\HTMLComponents\Ins.fs" /> |
| 77 | + <Compile Include="DashComponents\HTMLComponents\Isindex.fs" /> |
| 78 | + <Compile Include="DashComponents\HTMLComponents\Kbd.fs" /> |
| 79 | + <Compile Include="DashComponents\HTMLComponents\Keygen.fs" /> |
| 80 | + <Compile Include="DashComponents\HTMLComponents\Label.fs" /> |
| 81 | + <Compile Include="DashComponents\HTMLComponents\Legend.fs" /> |
| 82 | + <Compile Include="DashComponents\HTMLComponents\Li.fs" /> |
| 83 | + <Compile Include="DashComponents\HTMLComponents\Link.fs" /> |
| 84 | + <Compile Include="DashComponents\HTMLComponents\Listing.fs" /> |
| 85 | + <Compile Include="DashComponents\HTMLComponents\Main.fs" /> |
| 86 | + <Compile Include="DashComponents\HTMLComponents\MapEl.fs" /> |
| 87 | + <Compile Include="DashComponents\HTMLComponents\Mark.fs" /> |
| 88 | + <Compile Include="DashComponents\HTMLComponents\Marquee.fs" /> |
| 89 | + <Compile Include="DashComponents\HTMLComponents\Meta.fs" /> |
| 90 | + <Compile Include="DashComponents\HTMLComponents\Meter.fs" /> |
| 91 | + <Compile Include="DashComponents\HTMLComponents\Multicol.fs" /> |
| 92 | + <Compile Include="DashComponents\HTMLComponents\Nav.fs" /> |
| 93 | + <Compile Include="DashComponents\HTMLComponents\Nextid.fs" /> |
| 94 | + <Compile Include="DashComponents\HTMLComponents\Nobr.fs" /> |
| 95 | + <Compile Include="DashComponents\HTMLComponents\Noscript.fs" /> |
| 96 | + <Compile Include="DashComponents\HTMLComponents\ObjectEl.fs" /> |
| 97 | + <Compile Include="DashComponents\HTMLComponents\Ol.fs" /> |
| 98 | + <Compile Include="DashComponents\HTMLComponents\Optgroup.fs" /> |
| 99 | + <Compile Include="DashComponents\HTMLComponents\Option.fs" /> |
| 100 | + <Compile Include="DashComponents\HTMLComponents\Output.fs" /> |
| 101 | + <Compile Include="DashComponents\HTMLComponents\P.fs" /> |
| 102 | + <Compile Include="DashComponents\HTMLComponents\Param.fs" /> |
| 103 | + <Compile Include="DashComponents\HTMLComponents\Picture.fs" /> |
| 104 | + <Compile Include="DashComponents\HTMLComponents\Plaintext.fs" /> |
| 105 | + <Compile Include="DashComponents\HTMLComponents\Pre.fs" /> |
| 106 | + <Compile Include="DashComponents\HTMLComponents\Progress.fs" /> |
| 107 | + <Compile Include="DashComponents\HTMLComponents\Q.fs" /> |
| 108 | + <Compile Include="DashComponents\HTMLComponents\Rb.fs" /> |
| 109 | + <Compile Include="DashComponents\HTMLComponents\Rp.fs" /> |
| 110 | + <Compile Include="DashComponents\HTMLComponents\Rt.fs" /> |
| 111 | + <Compile Include="DashComponents\HTMLComponents\Rtc.fs" /> |
| 112 | + <Compile Include="DashComponents\HTMLComponents\Ruby.fs" /> |
| 113 | + <Compile Include="DashComponents\HTMLComponents\S.fs" /> |
| 114 | + <Compile Include="DashComponents\HTMLComponents\Samp.fs" /> |
| 115 | + <Compile Include="DashComponents\HTMLComponents\Script.fs" /> |
| 116 | + <Compile Include="DashComponents\HTMLComponents\Section.fs" /> |
| 117 | + <Compile Include="DashComponents\HTMLComponents\Select.fs" /> |
| 118 | + <Compile Include="DashComponents\HTMLComponents\Shadow.fs" /> |
| 119 | + <Compile Include="DashComponents\HTMLComponents\Slot.fs" /> |
| 120 | + <Compile Include="DashComponents\HTMLComponents\Small.fs" /> |
| 121 | + <Compile Include="DashComponents\HTMLComponents\Source.fs" /> |
| 122 | + <Compile Include="DashComponents\HTMLComponents\Spacer.fs" /> |
| 123 | + <Compile Include="DashComponents\HTMLComponents\Span.fs" /> |
| 124 | + <Compile Include="DashComponents\HTMLComponents\Strike.fs" /> |
| 125 | + <Compile Include="DashComponents\HTMLComponents\Strong.fs" /> |
| 126 | + <Compile Include="DashComponents\HTMLComponents\Sub.fs" /> |
| 127 | + <Compile Include="DashComponents\HTMLComponents\Summary.fs" /> |
| 128 | + <Compile Include="DashComponents\HTMLComponents\Sup.fs" /> |
| 129 | + <Compile Include="DashComponents\HTMLComponents\Table.fs" /> |
| 130 | + <Compile Include="DashComponents\HTMLComponents\Tbody.fs" /> |
| 131 | + <Compile Include="DashComponents\HTMLComponents\Td.fs" /> |
| 132 | + <Compile Include="DashComponents\HTMLComponents\Template.fs" /> |
| 133 | + <Compile Include="DashComponents\HTMLComponents\Textarea.fs" /> |
| 134 | + <Compile Include="DashComponents\HTMLComponents\Tfoot.fs" /> |
| 135 | + <Compile Include="DashComponents\HTMLComponents\Th.fs" /> |
| 136 | + <Compile Include="DashComponents\HTMLComponents\Thead.fs" /> |
| 137 | + <Compile Include="DashComponents\HTMLComponents\Time.fs" /> |
| 138 | + <Compile Include="DashComponents\HTMLComponents\Tr.fs" /> |
| 139 | + <Compile Include="DashComponents\HTMLComponents\Track.fs" /> |
| 140 | + <Compile Include="DashComponents\HTMLComponents\U.fs" /> |
| 141 | + <Compile Include="DashComponents\HTMLComponents\Ul.fs" /> |
| 142 | + <Compile Include="DashComponents\HTMLComponents\Var.fs" /> |
| 143 | + <Compile Include="DashComponents\HTMLComponents\Video.fs" /> |
| 144 | + <Compile Include="DashComponents\HTMLComponents\Wbr.fs" /> |
| 145 | + <Compile Include="DashComponents\HTMLComponents\Xmp.fs" /> |
| 146 | + <Compile Include="DashComponents\HTMLComponents\Title.fs" /> |
11 | 147 | <Compile Include="DashComponents\HTMLComponents\Div.fs" />
|
12 | 148 | <Compile Include="DashComponents\CoreComponents\Upload.fs" />
|
13 | 149 | <Compile Include="DashComponents\CoreComponents\Graph.fs" />
|
|
17 | 153 | <Compile Include="DashConfig.fs" />
|
18 | 154 | <Compile Include="Views.fs" />
|
19 | 155 | <Compile Include="DashApp.fs" />
|
20 |
| - <None Include="DashComponents\CoreComponents\Readme.md" /> |
21 | 156 | </ItemGroup>
|
22 | 157 |
|
23 |
| - <ItemGroup /> |
24 |
| - |
25 | 158 | <ItemGroup>
|
26 | 159 | <PackageReference Include="Giraffe" Version="4.1.0" />
|
27 | 160 | <PackageReference Include="Plotly.NET" Version="2.0.0-alpha2" />
|
|
0 commit comments