-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTCSystem.slnx
More file actions
38 lines (38 loc) · 1.45 KB
/
TCSystem.slnx
File metadata and controls
38 lines (38 loc) · 1.45 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
<Solution>
<Folder Name="/01 Libs/">
<Project Path="Gps/TCSystem.Gps.csproj" />
<Project Path="Logging/TCSystem.Logging.csproj" />
<Project Path="MetaData/TCSystem.MetaData.csproj" />
<Project Path="MetaDataDB/TCSystem.MetaDataDB.csproj" />
<Project Path="Thread/TCSystem.Thread.csproj" />
<Project Path="Util/TCSystem.Util.csproj" />
</Folder>
<Folder Name="/10 Tools/">
<File Path="Tools/Directory.Build.targets" />
<Project Path="Tools/DBConverter/TCSystem.Tools.DBConverter.csproj" />
<Project Path="Tools/TakoutReader/TCSystem.Tools.TakeoutReader.csproj" />
</Folder>
<Folder Name="/50 Tests/">
<Project Path="MetaData/Tests/TCSystem.MetaData.Tests.csproj" />
<Project Path="MetaDataDB/Tests/TCSystem.MetaDataDB.Tests.csproj" />
</Folder>
<Folder Name="/99 Build/">
<File Path=".editorconfig" />
<File Path=".github/dependabot.yml" />
<File Path=".gitignore" />
<File Path="deploy.bat" />
<File Path="deploy_local.bat" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="LICENSE" />
<File Path="NoPackaging.props" />
<File Path="Packaging.props" />
<File Path="README.md" />
<File Path="Version.props" />
</Folder>
<Folder Name="/99 Build/Workflow/">
<File Path=".github/workflows/analyze.yml" />
<File Path=".github/workflows/dotnet.yml" />
<File Path=".github/workflows/nuget_deploy.yml" />
</Folder>
</Solution>