-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinqraft.slnx
More file actions
34 lines (34 loc) · 1.75 KB
/
Linqraft.slnx
File metadata and controls
34 lines (34 loc) · 1.75 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/example/">
<File Path="examples/Directory.Build.props" />
<Project Path="examples/Linqraft.ApiSample/Linqraft.ApiSample.csproj" />
<Project Path="examples/Linqraft.Benchmark/Linqraft.Benchmark.csproj" />
<Project Path="examples/Linqraft.MinimumSample.OldVersion/Linqraft.MinimumSample.OldVersion.csproj" />
<Project Path="examples/Linqraft.MinimumSample/Linqraft.MinimumSample.csproj" />
<Project Path="examples/Linqraft.Sample/Linqraft.Sample.csproj" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<File Path="version.json" />
<Project Path="src/Linqraft.Analyzer/Linqraft.Analyzer.csproj" />
<Project Path="src/Linqraft.Core/Linqraft.Core.csproj" />
<Project Path="src/Linqraft.Generator/Linqraft.Generator.csproj" />
<Project Path="src/Linqraft/Linqraft.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="tests/Directory.Build.props" />
<Project Path="tests/Linqraft.Tests.Analyzer/Linqraft.Tests.Analyzer.csproj" />
<Project Path="tests/Linqraft.Tests.Configuration/Linqraft.Tests.Configuration.csproj" />
<Project Path="tests/Linqraft.Tests.Core/Linqraft.Tests.Core.csproj" />
<Project Path="tests/Linqraft.Tests.EFCore/Linqraft.Tests.EFCore.csproj" />
<Project Path="tests/Linqraft.Tests.ProjectReferenceDependency/Linqraft.Tests.ProjectReferenceDependency.csproj" />
<Project Path="tests/Linqraft.Tests.SG/Linqraft.Tests.SG.csproj" />
<Project Path="tests/Linqraft.Tests.Utility/Linqraft.Tests.Utility.csproj" />
<Project Path="tests/Linqraft.Tests/Linqraft.Tests.csproj" />
</Folder>
</Solution>