-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvalid-xsd.slnx
More file actions
21 lines (21 loc) · 984 Bytes
/
invalid-xsd.slnx
File metadata and controls
21 lines (21 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Solution xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/microsoft/vs-solutionpersistence/main/src/Microsoft.VisualStudio.SolutionPersistence/Serializer/Xml/Slnx.xsd">
<Folder Name="/Solution Items/">
<File Path="../Directory.Build.props" />
<File Path="../README.md" />
<Folder Name="/nested/">
<File Path="../TODO.md" />
</Folder>
</Folder>
<Folder Name="/src/">
<File Path="../src/Directory.Build.props" />
<Project Path="../src/SLNX-validator.Core/SLNX-validator.Core.csproj" />
<Project Path="../src/SLNX-validator/SLNX-validator.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="../tests/Directory.Build.props" />
<Project Path="../tests/SLNX-validator.Core.Tests/SLNX-validator.Core.Tests.csproj" />
<Project Path="../tests/SLNX-validator.Tests/SLNX-validator.Tests.csproj" />
</Folder>
</Solution>