-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy patha.ps1
More file actions
230 lines (229 loc) · 31.1 KB
/
Copy patha.ps1
File metadata and controls
230 lines (229 loc) · 31.1 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# gci -r *.sln | %{ echo "Start-Process -FilePath `"dotnet.exe`" -ArgumentList `"build $_`""} | Out-File -FilePath a.ps1 -Encoding UTF8
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\_src\Generator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\AOPMarkerCI\src\AOPMarkerCI\AOPMarkerCI.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\ApparatusAOT\src\Apparatus\Apparatus.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\ApplicationVersion\src\RSCG_Version\RSCG_Version.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\appSettingsEditor\src\SettingsEditor\SettingsEditor.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\AutoRegister\src\AutoRegister\AutoRegister.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\CI_Version\src\AMSExample.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\Class2Interface\src\Class2Interface.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\CopyConstructor\src\CopyConstructor\CopyConstructor.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\DebuggerToString\src\ToStringDebugger\ToStringDebugger.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\DP_Builder\src\Builder\Builder.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\DP_Decorator\src\DP_Decorator\DP_Decorator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\DTOMapper\DTOMapper\DTOMapper.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\DynamicMocking\src\MatOps\MatOps.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\Enum\src\RSCG_Enum\RSCG_Enum.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\HttpClientCodeGenerator\src\HttpClientTestWebSite\HttpClientTestWebSite.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\IFormattable\src\RSCG_IFormattter\RSCG_IFormattter.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\JsonToClass\src\JsonToClass\JsonToClass.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\Later_AOTDapper\src\DapperExample\DapperExample.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\Later_DuckTyping\src\DucKing\DucKing.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\MetadataFromObject\src\MetadataFromObject\MetadataFromObject.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\MethodDecorator\src\MethodDecorator\MethodDecorator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\PartiallyFunction\src\PartFunc\PartFunc.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\PropertyExpressionGenerator\src\PropGen\PropGen.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\QueryGenerator\src\WebFromQuery\WebFromQuery.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\SkinnyControllers\src\AOPSkinnyController\AOPSkinnyController.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\StaticToInterface\src\StaticToInterfaceClass\StaticToInterfaceClass.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\TemplateRender\src\Rendering\Rendering.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\TimeBombComment\src\TimeBombComment\TimeBombComment.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v1\TinyTypes\src\TinyTypes\TinyTypes.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\Generator\Generator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ActorSrcGen\src\ActorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Apparatus.AOT.Reflection\src\Apparatus.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Architect.DomainModeling\src\Builder.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AspectGenerator\src\AG.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoConstructor\src\ConstructorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoCtor\src\AutoCtorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoDeconstruct\src\AutoDeconstructDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoDTO\src\AutoDTODemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoGen\src\mapperDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoInvoke.Generator\src\AutoAdd.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoRegisterInject\src\AutoRegisterInjectDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\AutoSpectre\src\ReadData.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\BitsKit\src\BitsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Biwen.AutoClassGen\src\FromInterface.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Blazorators\src\BlazorApp1.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Breezy\src\BreezyDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\BuilderGenerator\src\Builder.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\BuildInfo\src\RSCG_Version.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\cachesourcegenerator\src\CacheDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\CodeAnalysis\src\DemoLit.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Com\src\Com.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\CommandLine\src\CmdDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\CommonCodeGenerator\src\ToStringData.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\CommunityToolkit.Mvvm\src\ToolkitMVVM.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Comparison\src\ComparisonDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ConfigBinder\src\ConfigBinderDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ConstructorGenerator\src\ConstructorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Coplt.Dropping\src\IDisp.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Copycat\src\CCDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\CopyTo\src\CopyToDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\corecraft\src\Json2Code.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Credfeto.Version.Information.Generator\src\Info.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\CredFetoEnum\src\EnumClassDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Dapper.AOT\src\DapperDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Darp.BinaryObjects\src\BitsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Datacute.EmbeddedResourcePropertyGenerator\src\EmbedDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\DeeDee\src\DeeDeeDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\DependencyModules.SourceGenerator\src\InjectDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Depso\src\InjectDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\DisposableHelpers\src\IDisp.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Disposer\src\IDisp.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Dolly\src\CloneData.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\DomainPrimitives\src\DomainPrimitives.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\DotnetYang\src\yangDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\DudNet\src\DudNet.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\dunet\src\duneDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Dusharp\src\UnionTypesDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\DynamicsMapper\src\MapperDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\EmbeddingResourceCSharp\src\EmbeddingResourceCSharpDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\EmbedRes\src\EmbedRes.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Enhanced.GetTypes\src\GetTypesForInterface.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\EntityLengths.Generator\src\EntityDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\EnumClass\src\EnumClassDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\EnumUtilities\src\EnumClassDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Equatable.Generator\src\GeneratorEqualsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\FactoryGenerator\src\InjectDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Farskeptic.AutoCompose\src\Decorator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\FastGenericNew\src\FastGenericNewDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Fluentify\src\Builder.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\FUD\src\Union.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\FunicularSwitch\src\Union.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\FusionReactor\src\EnumClassDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Gedaq\src\GedaqDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\GeneratorEquals\src\GeneratorEqualsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\GenPack\src\Serializer.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Gobie\src\GobieDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\GoLive.Generator.BlazorInterop\src\MyTestBlazoe.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\HangfireRecurringJob\src\HangFireRec.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Hsu.Sg.FluentMember\src\Builder.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\HsuSgSync\src\HsuSgSync.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\IDisp\src\IDisp.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\IDisposableGenerator\src\IDisp.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Immediate.Apis\src\APIDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Immediate.Handlers\src\Mediator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Immutype\src\ImmutypeDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Injectio\src\InjectioDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\InterceptorTemplate\src\TemplDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\jab\src\InjectDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\JKToolKit.TemplatePropertyGenerator\src\SimpleTemplate.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\jscsg\src\poly.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\JsonPolymorphicGenerator\src\JsonPolymorphicGenerator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Larcanum.GitInfo\src\DemoGit.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\LightweightObjectMapper\src\mapperDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Ling.Audit\src\LingDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\LingoGen\src\TranslateDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\LinqGen.Generator\src\LinqDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Lombok.NET\src\Lombok.NETDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\M31FluentAPI\src\M31FluentAPIDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MagicMap\src\mapperDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MakeInterface\src\Class2Interface.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\mapperly\src\mapperlyDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MapTo\src\mapperDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Matryoshki\src\MatryoshkiDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Mediator\src\MediatorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MemberAccessor\src\DemoMember.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Memo\src\DemoRSCG_UtilsMemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MemoryPack\src\MemoryPackDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Microsoft\src\MicrosoftExamples.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Microsoft.Extensions.Logging\src\DemoLogging.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Microsoft.Interop.JavaScript.JSImportGenerator\src\TestBlazor.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Microsoft.NET.Sdk.Razor.SourceGenerators\src\RazorAppDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Microsoft.Windows.CsWin32\src\WinAPI.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Minerals.AutoInterfaces\src\Class2Interface.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Minerals.AutoMixins\src\DemoMixin.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MinimalApiBuilder\src\APIDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MinimalApis.Discovery\src\APIDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MinimalHelpers.Routing.Analyzers\src\APIDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\mocklis\src\MockLis.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MockMe\src\MockTest.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MorrisMoxy\src\MorrisMoxyDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\MSTest\src\DemoTest.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\N.SourceGenerators.UnionTypes\src\UnionTypesDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\NativeObjects\src\NativeObjectsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\NetAutomaticInterface\src\Class2Interface.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\NetEscapades.EnumGenerators\src\TestEnumEscapades.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\NextGenMapper\src\NextGenMapperDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\NotNotAppSettings\src\TestAppSettings.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\NTypewriter\src\DemoTemplate.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\OneOf\src\OneOfDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\OptionToStringGenerator\src\Class2String.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\OptValidator\src\DemoValidator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\PartiallyApplied\src\PartFunc.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Pekspro.BuildInformationGenerator\src\BuildInfo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\PlantUmlClassDiagramGenerator\src\DemoClass2Text\DemoClass2Text.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\PMart.Enumeration\src\DemoPMart.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Podimo.ConstEmbed\src\PodimoConstEmbedDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Poly\src\PolyDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\polytype\src\polytypeDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\PrimaryParameter\src\ConstructorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\PropChange\src\PropChangeDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ProtobufSourceGenerator\src\ProtobufSourceGenerator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ProxyGen\src\ProxyGenDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Pure.DI\src\InjectDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\QueryStringGenerator\src\DemoQuery.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\QuickConstructor\src\QuickConstructorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RazorBlade\src\RazorBladeDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RazorSlices\src\RazorDemoSlices.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RDG\src\RDGDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Refit\src\RefitDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ResXGenerator\src\ResXDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Ridge\src\RidgeDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Rocks\src\MockRock.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Roozie.AutoInterface\src\Roozie.AutoInterfaceDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RossLean.StringificationGenerator\src\Code2String.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_AMS\src\RSCG_AMSDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_CompositeProvider\src\RSCG_CompositeProvider.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_Decorator\src\RSCG_Decorator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\rscg_demeter\src\RSCG_Demeter.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_ExportDiagram\src\DiagramDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_FunctionsWithDI\src\RSCG_FunctionsWithDIDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_IFormattable\src\RSCG_IFormattableDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\rscg_Interface_to_null_object\src\NullInterface.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_JSON2Class\src\JSON2Class.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_NameGenerator\src\NameGenerator.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\rscg_queryables\src\SortAndWhere.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_Static\src\RSCG_StaticDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_Templating\src\RSCG_TemplatingDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_TimeBombComment\src\TimeBombComment.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_UtilityTypes\src\UtilDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_Utils\src\DemoRSCG_Utils.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_Wait\src\Wait.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\RSCG_WebAPIExports\src\RSCG_WebAPIExportsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\SafeRouting\src\SafeRouting.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Sera.Union\src\UnionTypesDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ServiceScan.SourceGenerator\src\InjectDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\SkinnyControllersCommon\src\SkinnyControllersDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\sourcedepend\src\ConstructorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\SourceGenerator.Helper.CopyCode\src\SourceGenerator_Helper_CopyCode.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\spreadcheetah\src\spreadcheetahDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\StaticReflection\src\StaticReflection.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\StepwiseBuilderGenerator\src\Builder.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\StringLiteral\src\StringLiteralDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Strongly\src\StronglyDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\StronglyTypedUid\src\RecordToGuid.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\System.Runtime.InteropServices\src\LibraryImportDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\System.Text.Json\src\DemoSerializeJSON.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\System.Text.RegularExpressions\src\DemoRegex.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\TableStorage\src\AzureStorage.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\TelemetryLogging\src\DemoLogging.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ThisAssembly\src\RSCG_Version.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ThisAssembly_Resources\src\ThisAssembly_ResourcesDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ThisAssembly.Constants\src\ProjectConstants.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ThisAssembly.Metadata\src\MetadataDemo\MetadataDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ThisAssembly.Strings\src\StringsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\ThisClass\src\DemoClass.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\TypedSignalR.Client\src\TestSignalRHub.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\TypeUtilities\src\UtilDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\UnionGen\src\UnionTypesDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\UnionsGenerator\src\UnionTypesDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\UnitGenerator\src\UnitGeneratorDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Valuify\src\GeneratorEqualsDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Vogen\src\VogenDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Weave\src\WeaveDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\WIAD\src\WIADDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\zlinq\src\zlinqDemo\zlinqDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\rscg_examples\Zomp\src\ZompDemo.sln"
Start-Process -FilePath "dotnet.exe" -ArgumentList "build D:\eu\GitHub\RSCG_Examples\v2\Generator.sln"