Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71f2fab

Browse files
dsymeVFSharpTeam
authored and
VFSharpTeam
committed
Add folders to FSharp.Core.fsproj
1 parent42e72fb commit71f2fab

File tree

1 file changed

+59
-66
lines changed

1 file changed

+59
-66
lines changed

‎src/fsharp/FSharp.Core/FSharp.Core.fsproj‎

Lines changed: 59 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -32,167 +32,160 @@
3232
<Link>FSCore.resx</Link>
3333
</EmbeddedResource>
3434
<CompileInclude="prim-types-prelude.fsi">
35-
<Link>prim-types-prelude.fsi</Link>
35+
<Link>Primitives/prim-types-prelude.fsi</Link>
3636
</Compile>
3737
<CompileInclude="prim-types-prelude.fs">
38-
<Link>prim-types-prelude.fs</Link>
38+
<Link>Primitives/prim-types-prelude.fs</Link>
3939
</Compile>
4040
<CompileInclude="SR.fs">
41-
<Link>SR.fs</Link>
41+
<Link>Primitives/SR.fs</Link>
4242
</Compile>
4343
<CompileInclude="prim-types.fsi">
44-
<Link>prim-types.fsi</Link>
44+
<Link>Primitives/prim-types.fsi</Link>
4545
</Compile>
4646
<CompileInclude="prim-types.fs">
47-
<Link>prim-types.fs</Link>
47+
<Link>Primitives/prim-types.fs</Link>
4848
</Compile>
4949
<CompileInclude="local.fsi">
50-
<Link>local.fsi</Link>
50+
<Link>Collections/local.fsi</Link>
5151
</Compile>
5252
<CompileInclude="local.fs">
53-
<Link>local.fs</Link>
53+
<Link>Collections/local.fs</Link>
5454
</Compile>
5555
<CompileInclude="array2.fsi">
56-
<Link>array2.fsi</Link>
56+
<Link>Collections/array2.fsi</Link>
5757
</Compile>
5858
<CompileInclude="array2.fs">
59-
<Link>array2.fs</Link>
59+
<Link>Collections/array2.fs</Link>
6060
</Compile>
6161
<CompileInclude="option.fsi">
62-
<Link>option.fsi</Link>
62+
<Link>Collections/option.fsi</Link>
6363
</Compile>
6464
<CompileInclude="option.fs">
65-
<Link>option.fs</Link>
65+
<Link>Collections/option.fs</Link>
6666
</Compile>
6767
<CompileInclude="collections.fsi">
68-
<Link>collections.fsi</Link>
68+
<Link>Collections/collections.fsi</Link>
6969
</Compile>
7070
<CompileInclude="collections.fs">
71-
<Link>collections.fs</Link>
71+
<Link>Collections/collections.fs</Link>
7272
</Compile>
7373
<CompileInclude="seq.fsi">
74-
<Link>seq.fsi</Link>
74+
<Link>Collections/seq.fsi</Link>
7575
</Compile>
7676
<CompileInclude="seq.fs">
77-
<Link>seq.fs</Link>
77+
<Link>Collections/seq.fs</Link>
7878
</Compile>
7979
<CompileInclude="string.fsi">
80-
<Link>string.fsi</Link>
80+
<Link>Collections/string.fsi</Link>
8181
</Compile>
8282
<CompileInclude="string.fs">
83-
<Link>string.fs</Link>
83+
<Link>Collections/string.fs</Link>
8484
</Compile>
8585
<CompileInclude="list.fsi">
86-
<Link>list.fsi</Link>
86+
<Link>Collections/list.fsi</Link>
8787
</Compile>
8888
<CompileInclude="list.fs">
89-
<Link>list.fs</Link>
89+
<Link>Collections/list.fs</Link>
9090
</Compile>
9191
<CompileInclude="array.fsi">
92-
<Link>array.fsi</Link>
92+
<Link>Collections/array.fsi</Link>
9393
</Compile>
9494
<CompileInclude="array.fs">
95-
<Link>array.fs</Link>
95+
<Link>Collections/array.fs</Link>
9696
</Compile>
9797
<CompileInclude="array3.fsi">
98-
<Link>array3.fsi</Link>
98+
<Link>Collections/array3.fsi</Link>
9999
</Compile>
100100
<CompileInclude="array3.fs">
101-
<Link>array3.fs</Link>
101+
<Link>Collections/array3.fs</Link>
102102
</Compile>
103103
<CompileInclude="map.fsi">
104-
<Link>map.fsi</Link>
104+
<Link>Collections/map.fsi</Link>
105105
</Compile>
106106
<CompileInclude="map.fs">
107-
<Link>map.fs</Link>
107+
<Link>Collections/map.fs</Link>
108108
</Compile>
109109
<CompileInclude="set.fsi">
110-
<Link>set.fsi</Link>
110+
<Link>Collections/set.fsi</Link>
111111
</Compile>
112112
<CompileInclude="set.fs">
113-
<Link>set.fs</Link>
113+
<Link>Collections/set.fs</Link>
114114
</Compile>
115115
<CompileInclude="reflect.fsi">
116-
<Link>reflect.fsi</Link>
116+
<Link>Reflection/reflect.fsi</Link>
117117
</Compile>
118118
<CompileInclude="reflect.fs">
119-
<Link>reflect.fs</Link>
119+
<Link>Reflection/reflect.fs</Link>
120120
</Compile>
121121
<CompileInclude="event.fsi">
122-
<Link>event.fsi</Link>
122+
<Link>Event/event.fsi</Link>
123123
</Compile>
124124
<CompileInclude="event.fs">
125-
<Link>event.fs</Link>
125+
<Link>Event/event.fs</Link>
126126
</Compile>
127-
<CompileInclude="math/n.fsi">
128-
<Link>n.fsi</Link>
127+
<CompileInclude="math\n.fsi">
128+
<Link>Numerics/n.fsi</Link>
129129
</Compile>
130-
<CompileInclude="math/n.fs">
131-
<Link>n.fs</Link>
130+
<CompileInclude="math\n.fs">
131+
<Link>Numerics/n.fs</Link>
132132
</Compile>
133-
<CompileInclude="math/z.fsi">
134-
<Link>z.fsi</Link>
133+
<CompileInclude="math\z.fsi">
134+
<Link>Numerics/z.fsi</Link>
135135
</Compile>
136-
<CompileInclude="math/z.fs">
137-
<Link>z.fs</Link>
136+
<CompileInclude="math\z.fs">
137+
<Link>Numerics/z.fs</Link>
138138
</Compile>
139139
<CompileInclude="..\..\utils\sformat.fsi">
140-
<Link>sformat.fsi</Link>
140+
<Link>Printf/sformat.fsi</Link>
141141
</Compile>
142142
<CompileInclude="..\..\utils\sformat.fs">
143-
<Link>sformat.fs</Link>
143+
<Link>Printf/sformat.fs</Link>
144144
</Compile>
145145
<CompileInclude="printf.fsi">
146-
<Link>printf.fsi</Link>
146+
<Link>Printf/printf.fsi</Link>
147147
</Compile>
148148
<CompileInclude="printf.fs">
149-
<Link>printf.fs</Link>
149+
<Link>Printf/printf.fs</Link>
150150
</Compile>
151151
<CompileInclude="quotations.fsi">
152-
<Link>quotations.fsi</Link>
152+
<Link>Quotations/quotations.fsi</Link>
153153
</Compile>
154154
<CompileInclude="quotations.fs">
155-
<Link>quotations.fs</Link>
155+
<Link>Quotations/quotations.fs</Link>
156156
</Compile>
157157
<CompileInclude="nativeptr.fsi">
158-
<Link>nativeptr.fsi</Link>
158+
<Link>NativeInterop/nativeptr.fsi</Link>
159159
</Compile>
160160
<CompileInclude="nativeptr.fs">
161-
<Link>nativeptr.fs</Link>
161+
<Link>NativeInterop/nativeptr.fs</Link>
162162
</Compile>
163163
<CompileInclude="control.fsi">
164-
<Link>control.fsi</Link>
164+
<Link>Async/control.fsi</Link>
165165
</Compile>
166166
<CompileInclude="control.fs">
167-
<Link>control.fs</Link>
167+
<Link>Async/control.fs</Link>
168168
</Compile>
169169
<CompileInclude="Linq.fsi">
170-
<Visible>true</Visible>
171-
<Link>Linq.fsi</Link>
170+
<Link>Queries/Linq.fsi</Link>
172171
</Compile>
173172
<CompileInclude="Linq.fs">
174-
<Visible>true</Visible>
175-
<Link>Linq.fs</Link>
173+
<Link>Queries/Linq.fs</Link>
176174
</Compile>
177175
<CompileInclude="MutableTuple.fs">
178-
<Visible>true</Visible>
179-
<Link>MutableTuple.fs</Link>
176+
<Link>Queries/MutableTuple.fs</Link>
180177
</Compile>
181178
<CompileInclude="QueryExtensions.fs">
182-
<Visible>true</Visible>
183-
<Link>QueryExtensions.fs</Link>
179+
<Link>Queries/QueryExtensions.fs</Link>
184180
</Compile>
185-
<CompileInclude="Query.fsi" >
186-
<Visible>true</Visible>
187-
<Link>Query.fsi</Link>
181+
<CompileInclude="Query.fsi">
182+
<Link>Queries/Query.fsi</Link>
188183
</Compile>
189-
<CompileInclude="Query.fs" >
190-
<Visible>true</Visible>
191-
<Link>Query.fs</Link>
184+
<CompileInclude="Query.fs">
185+
<Link>Queries/Query.fs</Link>
192186
</Compile>
193-
<CompileInclude="SI.fs" >
194-
<Visible>true</Visible>
195-
<Link>SI.fs</Link>
187+
<CompileInclude="SI.fs">
188+
<Link>Units/SI.fs</Link>
196189
</Compile>
197190
<CompileInclude="fslib-extra-pervasives.fsi">
198191
<Link>fslib-extra-pervasives.fsi</Link>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp