-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
796 lines (796 loc) · 65 KB
/
.gitignore
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
/.vs/MyOwnGame/DesignTimeBuild/.dtbcache.v2
/.vs/MyOwnGame/v17/.futdcache.v2
/MyOwnGame.Backend/bin/Release/
/MyOwnClient.Autoplay/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
/MyOwnGame.Backend/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
/.vs/MyOwnGame/v17/.suo
/.vs/MyOwnGame/FileContentIndex/31f8c2b4-9a59-408a-8378-8ddb3d88d0f8.vsidx
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/apphost
/MyOwnClient.Autoplay/obj/Debug/net7.0/apphost.exe
/MyOwnGame.Backend/obj/Debug/net7.0/apphost.exe
/.idea/config/applicationhost.config
/MyOwnClient.Autoplay/bin/Debug/net7.0/appsettings.Development.json
/MyOwnGame.Backend/bin/Debug/net7.0/appsettings.Development.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/appsettings.Development.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/appsettings.Development.json
/MyOwnClient.Autoplay/bin/Debug/net7.0/appsettings.json
/MyOwnGame.Backend/bin/Debug/net7.0/appsettings.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/appsettings.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/appsettings.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/createdump
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/createdump
/.idea/.idea.MyOwnGame/.idea/encodings.xml
/.idea/.idea.MyOwnGame/.idea/indexLayout.xml
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libclrgc.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libclrgc.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libclrjit.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libclrjit.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libcoreclr.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libcoreclr.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libcoreclrtraceptprovider.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libcoreclrtraceptprovider.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libhostfxr.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libhostfxr.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libhostpolicy.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libhostpolicy.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libmscordaccore.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libmscordaccore.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libmscordbi.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libmscordbi.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libSystem.Globalization.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libSystem.Globalization.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libSystem.IO.Compression.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libSystem.IO.Compression.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libSystem.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libSystem.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libSystem.Net.Security.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libSystem.Net.Security.Native.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/libSystem.Security.Cryptography.Native.OpenSsl.so
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/libSystem.Security.Cryptography.Native.OpenSsl.so
/MyOwnClient.Autoplay/bin/Debug/net7.0/LiteDB.dll
/MyOwnGame.Backend/bin/Debug/net7.0/LiteDB.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/LiteDB.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/LiteDB.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Antiforgery.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Antiforgery.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Authentication.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Authentication.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Authentication.Cookies.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Authentication.Cookies.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Authentication.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Authentication.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Authentication.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Authentication.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Authentication.OAuth.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Authentication.OAuth.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Authorization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Authorization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Authorization.Policy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Authorization.Policy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Components.Authorization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Components.Authorization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Components.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Components.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Components.Forms.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Components.Forms.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Components.Server.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Components.Server.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Components.Web.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Components.Web.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.Connections.Abstractions.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Microsoft.AspNetCore.Connections.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Connections.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Connections.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.CookiePolicy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.CookiePolicy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Cors.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Cors.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Cryptography.Internal.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Cryptography.Internal.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.DataProtection.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.DataProtection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.DataProtection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.DataProtection.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.DataProtection.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Diagnostics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Diagnostics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.HostFiltering.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.HostFiltering.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Hosting.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Hosting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Hosting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Html.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Html.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Http.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Http.Abstractions.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.Http.Connections.Client.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.Http.Connections.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Http.Connections.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Http.Connections.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Http.Connections.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Http.Connections.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Http.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Http.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Http.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Http.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Http.Features.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Http.Features.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Http.Results.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Http.Results.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.HttpLogging.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.HttpLogging.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.HttpOverrides.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.HttpOverrides.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.HttpsPolicy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.HttpsPolicy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Identity.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Identity.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Localization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Localization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Localization.Routing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Localization.Routing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Metadata.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Metadata.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.Cors.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.Cors.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.Localization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.Localization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.Razor.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.Razor.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.RazorPages.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.RazorPages.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.TagHelpers.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.OpenApi.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Microsoft.AspNetCore.OpenApi.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.OpenApi.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.OpenApi.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.OutputCaching.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.OutputCaching.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.RateLimiting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.RateLimiting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Razor.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Razor.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Razor.Runtime.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Razor.Runtime.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.RequestDecompression.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.RequestDecompression.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.ResponseCaching.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.ResponseCaching.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.ResponseCompression.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.ResponseCompression.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Rewrite.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Rewrite.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Routing.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Routing.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Routing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Routing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Server.HttpSys.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Server.HttpSys.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Server.IIS.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Server.IIS.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Server.IISIntegration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Server.IISIntegration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Server.Kestrel.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Server.Kestrel.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Server.Kestrel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Server.Kestrel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.Session.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.Session.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.SignalR.Client.Core.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.SignalR.Client.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.SignalR.Common.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Microsoft.AspNetCore.SignalR.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.SignalR.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.SignalR.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.SignalR.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.SignalR.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.SignalR.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.SignalR.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.StaticFiles.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.StaticFiles.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.WebSockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.WebSockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.AspNetCore.WebUtilities.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.AspNetCore.WebUtilities.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.CSharp.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.CSharp.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Caching.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Caching.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Caching.Memory.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Caching.Memory.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.Binder.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.Binder.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.CommandLine.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.CommandLine.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.FileExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.FileExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.Ini.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.Ini.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.KeyPerFile.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.KeyPerFile.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.UserSecrets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.UserSecrets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Configuration.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Configuration.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.DependencyInjection.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.DependencyInjection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.DependencyInjection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Diagnostics.HealthChecks.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Diagnostics.HealthChecks.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.Extensions.Features.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Microsoft.Extensions.Features.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Features.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Features.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.FileProviders.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.FileProviders.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.FileProviders.Composite.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.FileProviders.Composite.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.FileProviders.Embedded.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.FileProviders.Embedded.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.FileProviders.Physical.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.FileProviders.Physical.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.FileSystemGlobbing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.FileSystemGlobbing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Hosting.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Hosting.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Hosting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Hosting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Http.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Http.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Identity.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Identity.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Identity.Stores.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Identity.Stores.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Localization.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Localization.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Localization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Localization.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.Extensions.Logging.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.Abstractions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.Configuration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.Configuration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.Console.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.Console.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.Debug.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.Debug.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.EventLog.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.EventLog.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.EventSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.EventSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Logging.TraceSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Logging.TraceSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.ObjectPool.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.ObjectPool.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Options.ConfigurationExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Options.DataAnnotations.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Options.DataAnnotations.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.Extensions.Options.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Microsoft.Extensions.Options.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Options.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Options.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Extensions.WebEncoders.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Extensions.WebEncoders.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.JSInterop.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.JSInterop.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Net.Http.Headers.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Net.Http.Headers.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Microsoft.OpenApi.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Microsoft.OpenApi.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.OpenApi.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.OpenApi.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.VisualBasic.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.VisualBasic.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.VisualBasic.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.VisualBasic.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Win32.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Win32.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Microsoft.Win32.Registry.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Microsoft.Win32.Registry.dll
/MyOwnGame.Backend/obj/Debug/net7.0/staticwebassets/msbuild.build.MyOwnGame.Backend.props
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/staticwebassets/msbuild.build.MyOwnGame.Backend.props
/MyOwnGame.Backend/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.MyOwnGame.Backend.props
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/staticwebassets/msbuild.buildMultiTargeting.MyOwnGame.Backend.props
/MyOwnGame.Backend/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.MyOwnGame.Backend.props
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/staticwebassets/msbuild.buildTransitive.MyOwnGame.Backend.props
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/mscorlib.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/mscorlib.dll
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.AssemblyInfo.cs
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.AssemblyInfoInputs.cache
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.assets.cache
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.csproj.AssemblyReference.cache
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.csproj.CopyComplete
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.csproj.CoreCompileInputs.cache
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.csproj.FileListAbsolute.txt
/MyOwnClient.Autoplay/obj/MyOwnClient.Autoplay.csproj.nuget.dgspec.json
/MyOwnClient.Autoplay/obj/MyOwnClient.Autoplay.csproj.nuget.g.props
/MyOwnClient.Autoplay/obj/MyOwnClient.Autoplay.csproj.nuget.g.targets
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnClient.Autoplay.deps.json
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnClient.Autoplay.dll
/MyOwnClient.Autoplay/obj/Debug/net7.0/ref/MyOwnClient.Autoplay.dll
/MyOwnClient.Autoplay/obj/Debug/net7.0/refint/MyOwnClient.Autoplay.dll
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnClient.Autoplay.exe
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.GeneratedMSBuildEditorConfig.editorconfig
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.genruntimeconfig.cache
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.GlobalUsings.g.cs
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnClient.Autoplay.pdb
/MyOwnClient.Autoplay/obj/Debug/net7.0/MyOwnClient.Autoplay.pdb
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnClient.Autoplay.runtimeconfig.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/MyOwnGame.Backend
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/MyOwnGame.Backend
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.AssemblyInfo.cs
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.AssemblyInfo.cs
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.AssemblyInfoInputs.cache
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.AssemblyInfoInputs.cache
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.assets.cache
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.assets.cache
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.csproj.AssemblyReference.cache
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.csproj.AssemblyReference.cache
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.csproj.CopyComplete
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.csproj.CopyComplete
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.csproj.CoreCompileInputs.cache
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.csproj.CoreCompileInputs.cache
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.csproj.FileListAbsolute.txt
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.csproj.FileListAbsolute.txt
/MyOwnGame.Backend/obj/MyOwnGame.Backend.csproj.nuget.dgspec.json
/MyOwnGame.Backend/obj/MyOwnGame.Backend.csproj.nuget.g.props
/MyOwnGame.Backend/obj/MyOwnGame.Backend.csproj.nuget.g.targets
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnGame.Backend.deps.json
/MyOwnGame.Backend/bin/Debug/net7.0/MyOwnGame.Backend.deps.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/MyOwnGame.Backend.deps.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/MyOwnGame.Backend.deps.json
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnGame.Backend.dll
/MyOwnGame.Backend/bin/Debug/net7.0/MyOwnGame.Backend.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/MyOwnGame.Backend.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/MyOwnGame.Backend.dll
/MyOwnGame.Backend/obj/Debug/net7.0/ref/MyOwnGame.Backend.dll
/MyOwnGame.Backend/obj/Debug/net7.0/refint/MyOwnGame.Backend.dll
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.dll
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/ref/MyOwnGame.Backend.dll
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/refint/MyOwnGame.Backend.dll
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnGame.Backend.exe
/MyOwnGame.Backend/bin/Debug/net7.0/MyOwnGame.Backend.exe
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.GeneratedMSBuildEditorConfig.editorconfig
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.GeneratedMSBuildEditorConfig.editorconfig
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.genruntimeconfig.cache
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.genruntimeconfig.cache
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.GlobalUsings.g.cs
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.GlobalUsings.g.cs
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.MvcApplicationPartsAssemblyInfo.cache
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.MvcApplicationPartsAssemblyInfo.cache
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.MvcApplicationPartsAssemblyInfo.cs
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.MvcApplicationPartsAssemblyInfo.cs
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnGame.Backend.pdb
/MyOwnGame.Backend/bin/Debug/net7.0/MyOwnGame.Backend.pdb
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/MyOwnGame.Backend.pdb
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/MyOwnGame.Backend.pdb
/MyOwnGame.Backend/obj/Debug/net7.0/MyOwnGame.Backend.pdb
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/MyOwnGame.Backend.pdb
/MyOwnClient.Autoplay/bin/Debug/net7.0/MyOwnGame.Backend.runtimeconfig.json
/MyOwnGame.Backend/bin/Debug/net7.0/MyOwnGame.Backend.runtimeconfig.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/MyOwnGame.Backend.runtimeconfig.json
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/MyOwnGame.Backend.runtimeconfig.json
/.vs/ProjectEvaluation/myowngame.metadata.v7.bin
/.vs/ProjectEvaluation/myowngame.projects.v7.bin
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/netstandard.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/netstandard.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Newtonsoft.Json.dll
/MyOwnClient.Autoplay/obj/project.assets.json
/MyOwnGame.Backend/obj/project.assets.json
/MyOwnClient.Autoplay/obj/project.nuget.cache
/MyOwnGame.Backend/obj/project.nuget.cache
/MyOwnClient.Autoplay/obj/project.packagespec.json
/MyOwnGame.Backend/obj/project.packagespec.json
/.idea/.idea.MyOwnGame/.idea/projectSettingsUpdater.xml
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/PublishOutputs.94070d1a14.txt
/MyOwnClient.Autoplay/obj/rider.project.model.nuget.info
/MyOwnGame.Backend/obj/rider.project.model.nuget.info
/MyOwnClient.Autoplay/obj/rider.project.restore.info
/MyOwnGame.Backend/obj/rider.project.restore.info
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/SiGameServer.zip
/MyOwnGame.Backend/obj/Debug/net7.0/staticwebassets.build.json
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/staticwebassets.build.json
/MyOwnGame.Backend/obj/Release/net7.0/linux-x64/staticwebassets.publish.json
/MyOwnClient.Autoplay/bin/Debug/net7.0/Swashbuckle.AspNetCore.Swagger.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Swashbuckle.AspNetCore.Swagger.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Swashbuckle.AspNetCore.Swagger.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Swashbuckle.AspNetCore.Swagger.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Swashbuckle.AspNetCore.SwaggerGen.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Swashbuckle.AspNetCore.SwaggerGen.dll
/MyOwnClient.Autoplay/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll
/MyOwnGame.Backend/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/Swashbuckle.AspNetCore.SwaggerUI.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/Swashbuckle.AspNetCore.SwaggerUI.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.AppContext.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.AppContext.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Buffers.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Buffers.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Collections.Concurrent.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Collections.Concurrent.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Collections.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Collections.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Collections.Immutable.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Collections.Immutable.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Collections.NonGeneric.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Collections.NonGeneric.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Collections.Specialized.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Collections.Specialized.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ComponentModel.Annotations.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ComponentModel.Annotations.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ComponentModel.DataAnnotations.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ComponentModel.DataAnnotations.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ComponentModel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ComponentModel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ComponentModel.EventBasedAsync.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ComponentModel.EventBasedAsync.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ComponentModel.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ComponentModel.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ComponentModel.TypeConverter.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ComponentModel.TypeConverter.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Configuration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Configuration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Console.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Console.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Core.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Data.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Data.Common.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Data.DataSetExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Data.DataSetExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Data.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Data.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.Contracts.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.Contracts.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.Debug.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.Debug.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.DiagnosticSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.DiagnosticSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.EventLog.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.EventLog.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.FileVersionInfo.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.FileVersionInfo.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.Process.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.Process.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.StackTrace.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.StackTrace.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.TextWriterTraceListener.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.TextWriterTraceListener.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.Tools.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.Tools.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.TraceSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.TraceSource.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Diagnostics.Tracing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Diagnostics.Tracing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Drawing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Drawing.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Drawing.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Drawing.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Dynamic.Runtime.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Dynamic.Runtime.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Formats.Asn1.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Formats.Asn1.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Formats.Tar.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Formats.Tar.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Globalization.Calendars.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Globalization.Calendars.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Globalization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Globalization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Globalization.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Globalization.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.Compression.Brotli.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.Compression.Brotli.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.Compression.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.Compression.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.Compression.FileSystem.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.Compression.FileSystem.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.Compression.ZipFile.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.Compression.ZipFile.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.FileSystem.AccessControl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.FileSystem.AccessControl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.FileSystem.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.FileSystem.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.FileSystem.DriveInfo.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.FileSystem.DriveInfo.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.FileSystem.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.FileSystem.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.FileSystem.Watcher.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.FileSystem.Watcher.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.IsolatedStorage.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.IsolatedStorage.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.MemoryMappedFiles.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.MemoryMappedFiles.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.Pipelines.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.Pipelines.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.Pipes.AccessControl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.Pipes.AccessControl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.Pipes.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.Pipes.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.IO.UnmanagedMemoryStream.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.IO.UnmanagedMemoryStream.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Linq.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Linq.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Linq.Expressions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Linq.Expressions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Linq.Parallel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Linq.Parallel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Linq.Queryable.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Linq.Queryable.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Memory.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Memory.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Http.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Http.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Http.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Http.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.HttpListener.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.HttpListener.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Mail.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Mail.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.NameResolution.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.NameResolution.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.NetworkInformation.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.NetworkInformation.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Ping.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Ping.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Quic.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Quic.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Requests.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Requests.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Security.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Security.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.ServicePoint.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.ServicePoint.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.Sockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.Sockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.WebClient.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.WebClient.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.WebHeaderCollection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.WebHeaderCollection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.WebProxy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.WebProxy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.WebSockets.Client.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.WebSockets.Client.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Net.WebSockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Net.WebSockets.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Numerics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Numerics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Numerics.Vectors.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Numerics.Vectors.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ObjectModel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ObjectModel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Private.CoreLib.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Private.CoreLib.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Private.DataContractSerialization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Private.DataContractSerialization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Private.Uri.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Private.Uri.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Private.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Private.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Private.Xml.Linq.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Private.Xml.Linq.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.DispatchProxy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.DispatchProxy.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.Emit.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.Emit.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.Emit.ILGeneration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.Emit.ILGeneration.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.Emit.Lightweight.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.Emit.Lightweight.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.Metadata.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.Metadata.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Reflection.TypeExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Reflection.TypeExtensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Resources.Reader.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Resources.Reader.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Resources.ResourceManager.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Resources.ResourceManager.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Resources.Writer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Resources.Writer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.CompilerServices.Unsafe.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.CompilerServices.Unsafe.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.CompilerServices.VisualC.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.CompilerServices.VisualC.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Handles.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Handles.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.InteropServices.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.InteropServices.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.InteropServices.JavaScript.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.InteropServices.JavaScript.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.InteropServices.RuntimeInformation.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.InteropServices.RuntimeInformation.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Intrinsics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Intrinsics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Loader.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Loader.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Numerics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Numerics.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Serialization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Serialization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Serialization.Formatters.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Serialization.Formatters.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Serialization.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Serialization.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Serialization.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Serialization.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Runtime.Serialization.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Runtime.Serialization.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.AccessControl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.AccessControl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Claims.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Claims.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.Algorithms.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.Algorithms.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.Cng.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.Cng.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.Csp.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.Csp.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.Encoding.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.Encoding.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.OpenSsl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.OpenSsl.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.Pkcs.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.Pkcs.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.Primitives.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.X509Certificates.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.X509Certificates.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Cryptography.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Cryptography.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Principal.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Principal.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.Principal.Windows.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.Principal.Windows.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Security.SecureString.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Security.SecureString.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ServiceModel.Web.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ServiceModel.Web.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ServiceProcess.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ServiceProcess.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Text.Encoding.CodePages.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Text.Encoding.CodePages.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Text.Encoding.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Text.Encoding.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Text.Encoding.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Text.Encoding.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Text.Encodings.Web.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Text.Encodings.Web.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Text.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Text.Json.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Text.RegularExpressions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Text.RegularExpressions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Channels.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Channels.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Overlapped.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Overlapped.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.RateLimiting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.RateLimiting.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Tasks.Dataflow.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Tasks.Dataflow.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Tasks.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Tasks.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Tasks.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Tasks.Extensions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Tasks.Parallel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Tasks.Parallel.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Thread.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Thread.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.ThreadPool.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.ThreadPool.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Threading.Timer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Threading.Timer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Transactions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Transactions.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Transactions.Local.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Transactions.Local.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.ValueTuple.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.ValueTuple.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Web.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Web.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Web.HttpUtility.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Web.HttpUtility.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Windows.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Windows.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.Linq.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.Linq.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.ReaderWriter.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.ReaderWriter.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.Serialization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.Serialization.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.XDocument.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.XDocument.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.XmlDocument.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.XmlDocument.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.XmlSerializer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.XmlSerializer.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.XPath.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.XPath.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/System.Xml.XPath.XDocument.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/System.Xml.XPath.XDocument.dll
/.idea/.idea.MyOwnGame/.idea/vcs.xml
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/publish/WindowsBase.dll
/MyOwnGame.Backend/bin/Release/net7.0/linux-x64/WindowsBase.dll
/.idea/.idea.MyOwnGame/.idea/workspace.xml