forked from eiriktsarpalis/PolyType
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPolyType.slnx
More file actions
59 lines (59 loc) · 2.72 KB
/
PolyType.slnx
File metadata and controls
59 lines (59 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Solution>
<Folder Name="/.github/" />
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/markdown-link-check.yml" />
<File Path=".github/workflows/release.yml" />
<File Path=".github/workflows/publish-docs.yml" />
</Folder>
<Folder Name="/applications/">
<Project Path="applications/ConfigurationBinder.AOT/ConfigurationBinder.AOT.csproj" />
<Project Path="applications/ObjectMapper.AOT/ObjectMapper.AOT.csproj" />
<Project Path="applications/RandomGeneratorApp.AOT/RandomGeneratorApp.AOT.csproj" />
<Project Path="applications/SerializationApp.AOT/SerializationApp.AOT.csproj" />
<Project Path="applications/SerializationApp.Reflection/SerializationApp.Reflection.csproj" />
<Project Path="applications/ValidationApp.AOT/ValidationApp.AOT.csproj" />
</Folder>
<Folder Name="/docs/">
<File Path="docs/core-abstractions.md" />
<File Path="docs/docfx.json" />
<File Path="docs/index.md" />
<File Path="docs/shape-providers.md" />
<File Path="docs/toc.yml" />
<Project Path="docs/CSharpSamples/CSharpSamples.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".dockerignore" />
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="Dockerfile" />
<File Path="exclusion.dic" />
<File Path="global.json" />
<File Path="OpenKey.snk" />
<File Path="LICENSE" />
<File Path="Makefile" />
<File Path="nuget.config" />
<File Path="README.md" />
<File Path="version.json" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/PolyType.Examples/PolyType.Examples.csproj" />
<Project Path="src/PolyType.Examples.FSharp/PolyType.Examples.FSharp.fsproj" />
<Project Path="src/PolyType.Roslyn/PolyType.Roslyn.csproj" />
<Project Path="src/PolyType.SourceGenerator/PolyType.SourceGenerator.csproj" />
<Project Path="src/PolyType.TestCases.FSharp/PolyType.TestCases.FSharp.fsproj" />
<Project Path="src/PolyType.TestCases/PolyType.TestCases.csproj" />
<Project Path="src/PolyType/PolyType.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="tests/Directory.Build.props" />
<Project Path="tests/PolyType.Benchmarks/PolyType.Benchmarks.csproj" />
<Project Path="tests/PolyType.Roslyn.Tests/PolyType.Roslyn.Tests.csproj" />
<Project Path="tests/PolyType.SourceGenerator.UnitTests/PolyType.SourceGenerator.UnitTests.csproj" />
<Project Path="tests/PolyType.Tests/PolyType.Tests.csproj" />
<Project Path="tests/PolyType.Tests.NativeAOT/PolyType.Tests.NativeAOT.csproj" />
</Folder>
</Solution>