-
-
Notifications
You must be signed in to change notification settings - Fork 294
Expand file tree
/
Copy pathMemoryPack.slnx
More file actions
55 lines (55 loc) · 2.26 KB
/
MemoryPack.slnx
File metadata and controls
55 lines (55 loc) · 2.26 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
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Release" />
<BuildType Name="WinBenchmark" />
</Configurations>
<Folder Name="/sandbox/">
<Project Path="sandbox/Benchmark/Benchmark.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
<Project Path="sandbox/ClassLibrary/ClassLibrary.csproj">
<BuildType Solution="WinBenchmark|*" Project="Debug" />
</Project>
<Project Path="sandbox/NativeAot/NativeAot.csproj">
<BuildType Solution="WinBenchmark|*" Project="Debug" />
</Project>
<Project Path="sandbox/Net6VsNet7/Net6VsNet7.csproj">
<BuildType Solution="WinBenchmark|*" Project="Debug" />
</Project>
<Project Path="sandbox/SandboxConsoleApp/SandboxConsoleApp.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
<Project Path="sandbox/SandboxNet6/SandboxNet6.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
<Project Path="sandbox/SandboxWebApp/SandboxWebApp.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/src/">
<Project Path="src/MemoryPack.AspNetCoreMvcFormatter/MemoryPack.AspNetCoreMvcFormatter.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
<Project Path="src/MemoryPack.Core/MemoryPack.Core.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
<Project Path="src/MemoryPack.Generator/MemoryPack.Generator.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
<Project Path="src/MemoryPack.Streaming/MemoryPack.Streaming.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
<Project Path="src/MemoryPack.UnityShims/MemoryPack.UnityShims.csproj">
<BuildType Solution="WinBenchmark|*" Project="Debug" />
</Project>
<Project Path="src/MemoryPack/MemoryPack.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/tests/">
<Project Path="tests/MemoryPack.Tests/MemoryPack.Tests.csproj">
<BuildType Solution="WinBenchmark|*" Project="Release" />
</Project>
</Folder>
</Solution>