-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathHumanizer.slnx
More file actions
31 lines (31 loc) · 1.49 KB
/
Humanizer.slnx
File metadata and controls
31 lines (31 loc) · 1.49 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="azure-pipelines.yml" />
<File Path="global.json" />
<File Path="license.txt" />
<File Path="readme.md" />
<File Path="version.json" />
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="nuget.config" />
<File Path="src/scripts/split-benchmark-results.ps1" />
</Folder>
<Project Path="src/Benchmarks/Benchmarks.csproj" />
<Project Path="src/Humanizer.Analyzers/Humanizer.Analyzers.Roslyn38.csproj" />
<Project Path="src/Humanizer.Analyzers/Humanizer.Analyzers.Roslyn48.csproj" />
<Project Path="src/Humanizer.Analyzers/Humanizer.Analyzers.Roslyn414.csproj" />
<Project Path="src/Humanizer.SourceGenerators/Humanizer.SourceGenerators.csproj" />
<Project Path="src/Humanizer/Humanizer.csproj" />
<Project Path="tests/Humanizer.Analyzers.Tests/Humanizer.Analyzers.Tests.Roslyn38.csproj" />
<Project Path="tests/Humanizer.Analyzers.Tests/Humanizer.Analyzers.Tests.Roslyn48.csproj" />
<Project Path="tests/Humanizer.Analyzers.Tests/Humanizer.Analyzers.Tests.Roslyn414.csproj" />
<Project Path="tests/Humanizer.SourceGenerators.Tests/Humanizer.SourceGenerators.Tests.csproj" />
<Project Path="tests/Humanizer.Tests/Humanizer.Tests.csproj" />
</Solution>