-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemoteLogViewer.slnx
More file actions
57 lines (57 loc) · 2.58 KB
/
RemoteLogViewer.slnx
File metadata and controls
57 lines (57 loc) · 2.58 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
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Debug-Unpackaged" />
<BuildType Name="Release" />
<BuildType Name="Release-Unpackaged" />
<Platform Name="ARM64" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/Libs/">
<Project Path="AutoDiAttributes/AutoDiAttributes.Generator/AutoDiAttributes.Generator.csproj">
<BuildType Solution="Debug-Unpackaged|*" Project="Debug" />
<BuildType Solution="Release-Unpackaged|*" Project="Release" />
</Project>
<Project Path="AutoDiAttributes/AutoDiAttributes/AutoDiAttributes.csproj">
<BuildType Solution="Debug-Unpackaged|*" Project="Debug" />
<BuildType Solution="Release-Unpackaged|*" Project="Release" />
</Project>
<Project Path="R3.JsonConfig/R3.JsonConfig.Generators/R3.JsonConfig.Generators.csproj">
<BuildType Solution="Debug-Unpackaged|*" Project="Debug" />
<BuildType Solution="Release-Unpackaged|*" Project="Release" />
</Project>
<Project Path="R3.JsonConfig/R3.JsonConfig/R3.JsonConfig.csproj">
<BuildType Solution="Debug-Unpackaged|*" Project="Debug" />
<BuildType Solution="Release-Unpackaged|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/SolutionItems/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".github/workflows/build-web-assets.yml" />
<File Path=".github/workflows/release.yml" />
<File Path=".gitignore" />
<File Path="AGENTS.md" />
<File Path="CHANGELOG.md" />
<File Path="Directory.Build.props" />
<File Path="README.md" />
</Folder>
<Project Path="RemoteLogViewer.Composition/RemoteLogViewer.Composition.csproj" Id="4298513e-0412-44f4-99de-3f61ab5019ee">
<BuildType Solution="Debug-Unpackaged|*" Project="Debug" />
<BuildType Solution="Release-Unpackaged|*" Project="Release" />
</Project>
<Project Path="RemoteLogViewer.Core/RemoteLogViewer.Core.csproj">
<BuildType Solution="Debug-Unpackaged|*" Project="Debug" />
<BuildType Solution="Release-Unpackaged|*" Project="Release" />
</Project>
<Project Path="RemoteLogViewer.Core.Tests/RemoteLogViewer.Core.Tests.csproj" Id="15ab1059-0a93-4bfd-b38e-748a18fb3088">
<BuildType Solution="Debug-Unpackaged|*" Project="Debug" />
<BuildType Solution="Release-Unpackaged|*" Project="Release" />
</Project>
<Project Path="RemoteLogViewer.WinUI/RemoteLogViewer.WinUI.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Deploy Solution="Debug|*" />
<Deploy Solution="Release|*" />
</Project>
</Solution>