-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvm2.Templates.slnx
More file actions
42 lines (42 loc) · 1.72 KB
/
Copy pathvm2.Templates.slnx
File metadata and controls
42 lines (42 loc) · 1.72 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
<Solution>
<Folder Name="/.github/">
<File Path=".github/CONVENTIONS.md" />
<File Path=".github/copilot-instructions.md" />
<File Path=".github/dependabot.yml" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/AutoMerge.yaml" />
<File Path=".github/workflows/CI.yaml" />
<File Path=".github/workflows/ClearCache.yaml" />
<File Path=".github/workflows/Prerelease.yaml" />
<File Path=".github/workflows/Release.yaml" />
<File Path=".github/workflows/RefreshLockFiles.yaml" />
<File Path=".github/workflows/RebuildBenchHistory.yaml" />
</Folder>
<Folder Name="/changelog/">
<File Path="changelog/cliff.prerelease.toml" />
<File Path="changelog/cliff.release-header.toml" />
</Folder>
<Project Path="vm2.Templates.csproj" />
<Folder Name="/templates/" />
<Folder Name="/templates/AddNewPackage/" />
<Folder Name="/templates/AddNewPackage/content/" />
<Folder Name="/templates/AddNewPackage/content/src/">
<Project Path="templates/AddNewPackage/content/src/MyPackage/MyPackage.csproj" />
</Folder>
<Folder Name="/solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="CHANGELOG.md" />
<File Path="CLAUDE.md" />
<File Path="diff-shared.custom.json" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="README.md" />
</Folder>
</Solution>