-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMSBuildProjectCreator.slnx
More file actions
26 lines (26 loc) · 1000 Bytes
/
Copy pathMSBuildProjectCreator.slnx
File metadata and controls
26 lines (26 loc) · 1000 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
25
26
<Solution>
<Folder Name="/.github/">
<File Path=".github/dependabot.yml" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/CI.yml" />
<File Path=".github/workflows/Official.yml" />
</Folder>
<Folder Name="/build/">
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.rsp" />
<File Path="Directory.Packages.props" />
<File Path="Directory.Solution.props" />
<File Path="global.json" />
<File Path="key.snk" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="README.md" />
<File Path="version.json" />
</Folder>
<Project Path="src/Microsoft.Build.Utilities.ProjectCreation.UnitTests/Microsoft.Build.Utilities.ProjectCreation.UnitTests.csproj" />
<Project Path="src/Microsoft.Build.Utilities.ProjectCreation/Microsoft.Build.Utilities.ProjectCreation.csproj" />
</Solution>