-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAutoConstructor.slnx
More file actions
27 lines (27 loc) · 1.04 KB
/
Copy pathAutoConstructor.slnx
File metadata and controls
27 lines (27 loc) · 1.04 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".github/workflows/ci.yml" />
<File Path=".globalconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/AutoConstructor.CodeFixes/AutoConstructor.CodeFixes.csproj" />
<Project Path="src/AutoConstructor.Generator/AutoConstructor.Generator.csproj" />
<Project Path="src/AutoConstructor/AutoConstructor.csproj">
<BuildDependency Project="src/AutoConstructor.CodeFixes/AutoConstructor.CodeFixes.csproj" />
<BuildDependency Project="src/AutoConstructor.Generator/AutoConstructor.Generator.csproj" />
</Project>
</Folder>
<Folder Name="/tests/">
<Project Path="tests/AutoConstructor.Tests/AutoConstructor.Tests.csproj" />
</Folder>
</Solution>