-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataOrganizerApp.slnx
More file actions
100 lines (100 loc) · 3.75 KB
/
Copy pathDataOrganizerApp.slnx
File metadata and controls
100 lines (100 loc) · 3.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="ARM64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Deployment/" />
<Folder Name="/Deployment/PupNet/">
<File Path="app.metainfo.xml" />
<File Path="app.pupnet.conf" />
</Folder>
<Folder Name="/Deployment/WIX/">
<Project Path="Bundle/Bundle.wixproj" Type="b7dd6f7e-def8-4e67-b5b7-07ef123db6f0">
<Platform Solution="*|Any CPU" Project="x64" />
<Build Solution="*|Any CPU" Project="false" />
</Project>
<Project Path="Setup/Setup.wixproj" Type="b7dd6f7e-def8-4e67-b5b7-07ef123db6f0">
<Platform Solution="*|Any CPU" Project="x64" />
<Build Solution="*|Any CPU" Project="false" />
</Project>
</Folder>
<Folder Name="/Docs/">
<File Path="Docs/GitHub_Release.md" />
<File Path="Docs/Publish.md" />
<File Path="Docs/release-notes.template.md" />
</Folder>
<Folder Name="/Docs/Images/">
<File Path="Docs/Images/clipboard-log.png" />
<File Path="Docs/Images/dataset-editor.png" />
<File Path="Docs/Images/favorites.png" />
<File Path="Docs/Images/main-window.png" />
</Folder>
<Folder Name="/Docs/PupNet_Instructions/">
<File Path="Docs/PupNet_Instructions/1_Setup.md" />
<File Path="Docs/PupNet_Instructions/2_Config.md" />
<File Path="Docs/PupNet_Instructions/3_AppStream.md" />
<File Path="Docs/PupNet_Instructions/4_Build.md" />
</Folder>
<Folder Name="/Global/">
<Project Path="Entities/Entities.csproj" />
<Project Path="Shared/Shared.csproj" />
</Folder>
<Folder Name="/Platforms/">
<Project Path="DataOrganizer.Desktop/DataOrganizer.Desktop.csproj" />
<Project Path="DataOrganizer.MacOS/DataOrganizer.MacOS.csproj" />
</Folder>
<Folder Name="/Services/">
<Project Path="Repository.Migrations/Repository.Migrations.csproj" />
<Project Path="Repository/Repository.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/Solution Items/.config/">
<File Path=".config/dotnet-tools.json" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
<File Path=".github/release.yml" />
</Folder>
<Folder Name="/Solution Items/.github/ISSUE_TEMPLATE/">
<File Path=".github/ISSUE_TEMPLATE/bug_report.yml" />
<File Path=".github/ISSUE_TEMPLATE/config.yml" />
<File Path=".github/ISSUE_TEMPLATE/feature_request.yml" />
</Folder>
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/ci.yml" />
</Folder>
<Folder Name="/Solution Items/.vscode/">
<File Path=".vscode/launch.json" />
<File Path=".vscode/settings.json" />
<File Path=".vscode/tasks.json" />
</Folder>
<Folder Name="/Solution Items/Community/">
<File Path="CODE_OF_CONDUCT.md" />
<File Path="CONTRIBUTING.md" />
<File Path="SECURITY.md" />
</Folder>
<Folder Name="/Solution Items/License/">
<File Path="LICENSE" />
<File Path="NOTICE" />
<File Path="THIRD-PARTY-NOTICES.txt" />
</Folder>
<Folder Name="/Solution Items/tools/">
<File Path="tools/gen-license-rtf.ps1" />
<File Path="tools/gen-release-notes.ps1" />
<File Path="tools/gen-third-party-notices.ps1" />
</Folder>
<Folder Name="/Tests/">
<Project Path="CommonTestHelpers/CommonTestHelpers.csproj" />
<Project Path="DataOrganizer.UnitTests/DataOrganizer.UnitTests.csproj" />
<Project Path="Repository.UnitTests/Repository.UnitTests.csproj" />
<Project Path="Shared.UnitTests/Shared.UnitTests.csproj" />
</Folder>
<Project Path="DataOrganizer/DataOrganizer.csproj" />
</Solution>