-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathRazorSlices.slnx
More file actions
87 lines (87 loc) · 4.35 KB
/
Copy pathRazorSlices.slnx
File metadata and controls
87 lines (87 loc) · 4.35 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<Solution>
<Configurations>
<BuildType Name="Benchmarks" />
<BuildType Name="Debug" />
<BuildType Name="Release" />
</Configurations>
<Folder Name="/samples/">
<Project Path="samples/PagesAndSlices/PagesAndSlices.csproj">
<BuildType Solution="Benchmarks|*" Project="Debug" />
</Project>
<Project Path="samples/RazorClassLibrary/RazorClassLibrary.csproj">
<BuildType Solution="Benchmarks|*" Project="Release" />
<Build Solution="Benchmarks|*" Project="false" />
</Project>
<Project Path="samples/WebApp/WebApp.csproj">
<BuildType Solution="Benchmarks|*" Project="Release" />
<Build Solution="Benchmarks|*" Project="false" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="nuget.config" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/SourceGenerator/SourceGenerator.csproj">
<BuildType Solution="Benchmarks|*" Project="Release" />
</Project>
<Project Path="src/RazorSlices/RazorSlices.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Benchmarks/Benchmarks.csproj">
<Build Solution="Debug|*" Project="false" />
<Build Solution="Release|*" Project="false" />
</Project>
<Project Path="tests/ProfilingHarness/ProfilingHarness.csproj">
<BuildType Solution="Benchmarks|*" Project="Debug" />
</Project>
<Project Path="tests/Samples.WebApp.PublishTests/Samples.WebApp.PublishTests.csproj">
<BuildType Solution="Benchmarks|*" Project="Release" />
<Build Solution="Benchmarks|*" Project="false" />
</Project>
<Project Path="tests/Samples.WebApp/Samples.WebApp.csproj">
<BuildType Solution="Benchmarks|*" Project="Debug" />
<Build Solution="Benchmarks|*" Project="false" />
</Project>
<Project Path="tests/SourceGenerator/SourceGenerator.Tests.csproj">
<BuildType Solution="Benchmarks|*" Project="Release" />
<Build Solution="Benchmarks|*" Project="false" />
</Project>
<Project Path="tests/RazorSlices/RazorSlices.Tests.csproj">
<BuildType Solution="Benchmarks|*" Project="Release" />
<Build Solution="Benchmarks|*" Project="false" />
</Project>
</Folder>
<Folder Name="/tests/BenchmarksWebApps/">
<File Path="tests/BenchmarksWebApps/Directory.Build.props" />
<Project Path="tests/BenchmarksWebApps/Benchmarks.RazorClassLibrary.Local/Benchmarks.RazorClassLibrary.Local.csproj" />
<Project Path="tests/BenchmarksWebApps/Benchmarks.RazorClassLibrary.CompilerLiteralsUtf16/Benchmarks.RazorClassLibrary.CompilerLiteralsUtf16.csproj" />
<Project Path="tests/BenchmarksWebApps/Benchmarks.RazorClassLibrary.CompilerLiteralsUtf8/Benchmarks.RazorClassLibrary.CompilerLiteralsUtf8.csproj" />
<Project Path="tests/BenchmarksWebApps/Benchmarks.RazorSlices.NoUtf8LiteralOverload/Benchmarks.RazorSlices.NoUtf8LiteralOverload.csproj" />
<Project Path="tests/BenchmarksWebApps/Benchmarks.RazorClassLibrary.PreviousVersion/Benchmarks.RazorClassLibrary.PreviousVersion.csproj" />
<Project Path="tests/BenchmarksWebApps/Benchmarks.WebApp.Blazor/Benchmarks.WebApp.Blazor.csproj">
<Build Solution="Debug|*" Project="false" />
<Build Solution="Release|*" Project="false" />
</Project>
<Project Path="tests/BenchmarksWebApps/Benchmarks.WebApp.RazorComponents/Benchmarks.WebApp.RazorComponents.csproj">
<Build Solution="Debug|*" Project="false" />
<Build Solution="Release|*" Project="false" />
</Project>
<Project Path="tests/BenchmarksWebApps/Benchmarks.WebApp.RazorPages/Benchmarks.WebApp.RazorPages.csproj">
<Build Solution="Debug|*" Project="false" />
<Build Solution="Release|*" Project="false" />
</Project>
<Project Path="tests/BenchmarksWebApps/Benchmarks.WebApp.RazorSlicesLocal/Benchmarks.WebApp.RazorSlicesLocal.csproj">
<Build Solution="Debug|*" Project="false" />
<Build Solution="Release|*" Project="false" />
</Project>
<Project Path="tests/BenchmarksWebApps/Benchmarks.WebApp.RazorSlicesPreviousVersion/Benchmarks.WebApp.RazorSlicesPreviousVersion.csproj">
<Build Solution="Debug|*" Project="false" />
<Build Solution="Release|*" Project="false" />
</Project>
</Folder>
</Solution>