-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathZomp.SyncMethodGenerator.slnx
More file actions
34 lines (34 loc) · 1.27 KB
/
Copy pathZomp.SyncMethodGenerator.slnx
File metadata and controls
34 lines (34 loc) · 1.27 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>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="NuGet.Config" />
<File Path="package.json" />
<File Path="version.json" />
</Folder>
<Folder Name="/Solution Items/.config/">
<File Path=".config/dotnet-tools.json" />
</Folder>
<Folder Name="/Solution Items/.github/" />
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/build.yml" />
</Folder>
<Folder Name="/Solution Items/.husky/">
<File Path=".husky/pre-commit" />
</Folder>
<Folder Name="/Solution Items/.vscode/">
<File Path=".vscode/spellright.dict" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/Zomp.SyncMethodGenerator/Zomp.SyncMethodGenerator.csproj" />
<Project Path="src/Zomp.SyncMethodGenerator.Pack/Zomp.SyncMethodGenerator.Pack.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="tests/coverlet.runsettings" />
<Project Path="tests/GenerationSandbox.Tests/GenerationSandbox.Tests.csproj" />
<Project Path="tests/Generator.Tests/Generator.Tests.csproj" />
</Folder>
</Solution>