-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArguments.slnx
More file actions
24 lines (24 loc) · 822 Bytes
/
Arguments.slnx
File metadata and controls
24 lines (24 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Solution>
<Folder Name="/Solution Items/">
<File Path=".csharpierignore" />
<File Path=".editorconfig" />
<File Path=".filenesting.json" />
<File Path=".gitignore" />
<File Path=".gitmodules" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="Directory.Solution.props" />
<File Path="GitVersion.yml" />
<File Path="LICENSE" />
<File Path="new-project.ps1" />
<File Path="nuget.config" />
<File Path="README.md" />
<File Path="update-solution.ps1" />
</Folder>
<Folder Name="/src/">
<Project Path="src/NetEvolve.Arguments/NetEvolve.Arguments.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/NetEvolve.Arguments.Tests.Unit/NetEvolve.Arguments.Tests.Unit.csproj" />
</Folder>
</Solution>