forked from space-wizards/RobustToolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRobustToolbox.slnx
More file actions
146 lines (146 loc) · 6.62 KB
/
RobustToolbox.slnx
File metadata and controls
146 lines (146 loc) · 6.62 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="DebugOpt" />
<BuildType Name="Release" />
<BuildType Name="Tools" />
</Configurations>
<Folder Name="/.github/" />
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/benchmarks.yml" />
<File Path=".github/workflows/build-all-configurations.yml" />
<File Path=".github/workflows/build-docfx.yml" />
<File Path=".github/workflows/build-test.yml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/publish-client.yml" />
<File Path=".github/workflows/test-content.yml" />
</Folder>
<Folder Name="/cefglue/">
<Project Path="cefglue/CefGlue/CefGlue.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
<Properties Name="RobustToolbox">
<Property Name="Feature" Value="WebView" />
</Properties>
</Project>
</Folder>
<Folder Name="/Imports/">
<File Path="Imports/Benchmarks.props" />
<File Path="Imports/Client.props" />
<File Path="Imports/Lidgren.props" />
<File Path="Imports/Packaging.props" />
<File Path="Imports/Server.props" />
<File Path="Imports/Shared.props" />
<File Path="Imports/Testing.props" />
<File Path="Imports/WebView.props" />
</Folder>
<Folder Name="/MSBuild/">
<File Path="MSBuild/MacOSAppBundle.targets" />
<File Path="MSBuild/Robust.Analyzers.targets" />
<File Path="MSBuild/Robust.CompNetworkGenerator.targets" />
<File Path="MSBuild/Robust.Configurations.props" />
<File Path="MSBuild/Robust.DefineConstants.targets" />
<File Path="MSBuild/Robust.Engine.props" />
<File Path="MSBuild/Robust.Engine.targets" />
<File Path="MSBuild/Robust.Engine.Version.props" />
<File Path="MSBuild/Robust.Platform.props" />
<File Path="MSBuild/Robust.ProjectReferences.targets" />
<File Path="MSBuild/Robust.Properties.targets" />
<File Path="MSBuild/Robust.Trimming.targets" />
<File Path="MSBuild/XamlIL.targets" />
<File Path="MSBuild/WebView.targets" />
</Folder>
<Folder Name="/NetSerializer/">
<Project Path="NetSerializer/NetSerializer/NetSerializer.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/Project Files/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
<File Path="RELEASE-NOTES.md" />
</Folder>
<Folder Name="/Robust.LoaderApi/">
<Project Path="Robust.LoaderApi/Robust.LoaderApi/Robust.LoaderApi.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/Roslyn/">
<Project Path="Robust.Analyzers.Tests/Robust.Analyzers.Tests.csproj" />
<Project Path="Robust.Analyzers/Robust.Analyzers.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
<Project Path="Robust.Client.NameGenerator/Robust.Client.NameGenerator.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
<Project Path="Robust.Serialization.Generator/Robust.Serialization.Generator.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
<Project Path="Robust.Shared.CompNetworkGenerator/Robust.Shared.CompNetworkGenerator.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/Tools/">
<Project Path="Tools/Robust.SolutionGen/Robust.SolutionGen.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/XamlX/">
<Project Path="XamlX/src/XamlX.IL.Cecil/XamlX.IL.Cecil.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
<Project Path="XamlX/src/XamlX.Runtime/XamlX.Runtime.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
<Project Path="XamlX/src/XamlX/XamlX.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
</Folder>
<Project Path="Avalonia.Base/Avalonia.Base.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
<Project Path="Lidgren.Network/Lidgren.Network.csproj" />
<Project Path="Robust.Benchmarks/Robust.Benchmarks.csproj" />
<Project Path="Robust.Client.Injectors/Robust.Client.Injectors.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
<Project Path="Robust.Client.WebView/Robust.Client.WebView.csproj">
<Properties Name="RobustToolbox">
<Property Name="Feature" Value="WebView" />
</Properties>
</Project>
<Project Path="Robust.Client.IntegrationTests/Robust.Client.IntegrationTests.csproj" />
<Project Path="Robust.Client.Tests/Robust.Client.Tests.csproj" />
<Project Path="Robust.Client/Robust.Client.csproj" />
<Project Path="Robust.Packaging.Tests/Robust.Packaging.Tests.csproj" />
<Project Path="Robust.Packaging/Robust.Packaging.csproj" />
<Project Path="Robust.Server.IntegrationTests/Robust.Server.IntegrationTests.csproj" />
<Project Path="Robust.Server.Testing/Robust.Server.Testing.csproj" />
<Project Path="Robust.Server/Robust.Server.csproj" />
<Project Path="Robust.Shared.IntegrationTests/Robust.Shared.IntegrationTests.csproj" />
<Project Path="Robust.Shared.Maths.Testing/Robust.Shared.Maths.Testing.csproj" />
<Project Path="Robust.Shared.Maths.Tests/Robust.Shared.Maths.Tests.csproj" />
<Project Path="Robust.Shared.Maths/Robust.Shared.Maths.csproj" />
<Project Path="Robust.Shared.Scripting/Robust.Shared.Scripting.csproj" />
<Project Path="Robust.Shared.Testing/Robust.Shared.Testing.csproj" />
<Project Path="Robust.Shared.Tests/Robust.Shared.Tests.csproj" />
<Project Path="Robust.Shared/Robust.Shared.csproj" />
<Project Path="Robust.UnitTesting/Robust.UnitTesting.csproj" />
<Project Path="Robust.Xaml/Robust.Xaml.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />
<BuildType Solution="Tools|*" Project="Release" />
</Project>
</Solution>