-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAridityTeam.Ascorbic.slnx
More file actions
39 lines (39 loc) · 1.24 KB
/
AridityTeam.Ascorbic.slnx
File metadata and controls
39 lines (39 loc) · 1.24 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Main/">
<Project Path="src/AridityTeam.Ascorbic/AridityTeam.Ascorbic.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Folder Name="/Tests/">
<Project Path="src/AridityTeam.Ascorbic.Tests/AridityTeam.Ascorbic.Tests.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
<Project Path="src/TestAddIn/TestAddIn.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
</Folder>
<Folder Name="/Workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/docfx.yml" />
<File Path=".github/workflows/publish.yml" />
</Folder>
</Solution>