-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathModules.xml
793 lines (716 loc) · 72.9 KB
/
Modules.xml
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
<?xml version="1.0" encoding="utf-8"?>
<File>
<Modules>
<Module Name="ExampleEntities">
<RemoveFiles Path="Southwind\Customers\Company.tsx"/>
<RemoveFiles Path="Southwind\Customers\CompanyEntity.cs"/>
<RemoveFiles Path="Southwind\Customers\CustomerEntity.cs"/>
<RemoveFiles Path="Southwind\Customers\CustomersLogic.cs"/>
<RemoveFiles Path="Southwind\Customers\CustomersClient.tsx"/>
<RemoveFiles Path="Southwind\Customers\Person.tsx"/>
<RemoveFiles Path="Southwind\Customers\PersonEntity.cs"/>
<RemoveFiles Path="Southwind\Customers\Southwind.Customers.t4s"/>
<RemoveFiles Path="Southwind\Customers\Southwind.Customers.ts"/>
<RemoveFiles Path="Southwind\Customers\AddressEmbedded.cs"/>
<RemoveFiles Path="Southwind\Customers\Address.tsx"/>
<RemoveFiles Path="Southwind\Employees\Employee.tsx"/>
<RemoveFiles Path="Southwind\Employees\EmployeeEntity.cs"/>
<RemoveFiles Path="Southwind\Employees\EmployeesLogic.cs"/>
<RemoveFiles Path="Southwind\Employees\EmployeesClient.tsx"/>
<RemoveFiles Path="Southwind\Employees\RegionEntity.cs"/>
<RemoveFiles Path="Southwind\Employees\Southwind.Employees.t4s"/>
<RemoveFiles Path="Southwind\Employees\Southwind.Employees.ts"/>
<RemoveFiles Path="Southwind\Employees\TerritoryEntity.cs"/>
<RemoveFiles Path="Southwind\Orders\OrderEntity.cs"/>
<RemoveFiles Path="Southwind\Orders\Order.tsx"/>
<RemoveFiles Path="Southwind\Orders\OrderFilter.tsx"/>
<RemoveFiles Path="Southwind\Orders\OrdersLogic.cs"/>
<RemoveFiles Path="Southwind\Orders\OrdersClient.tsx"/>
<RemoveFiles Path="Southwind\Orders\Southwind.Orders.t4s"/>
<RemoveFiles Path="Southwind\Orders\Southwind.Orders.ts"/>
<RemoveFiles Path="Southwind\Products\Category.tsx"/>
<RemoveFiles Path="Southwind\Products\CategoryEntity.cs"/>
<RemoveFiles Path="Southwind\Products\Product.tsx"/>
<RemoveFiles Path="Southwind\Products\ProductEntity.cs"/>
<RemoveFiles Path="Southwind\Products\ProductsLogic.cs"/>
<RemoveFiles Path="Southwind\Products\ProductsClient.tsx"/>
<RemoveFiles Path="Southwind\Products\Southwind.Products.t4s"/>
<RemoveFiles Path="Southwind\Products\Southwind.Products.ts"/>
<RemoveFiles Path="Southwind\Products\Supplier.tsx"/>
<RemoveFiles Path="Southwind\Products\SupplierEntity.cs"/>
<RemoveFiles Path="Southwind\Shippers\ShippersClient.tsx"/>
<RemoveFiles Path="Southwind\Shippers\ShipperEntity.cs"/>
<RemoveFiles Path="Southwind\Shippers\ShippersLogic.cs"/>
<RemoveFiles Path="Southwind\Shippers\Southwind.Shippers.t4s"/>
<RemoveFiles Path="Southwind\Shippers\Southwind.Shippers.ts"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Southwind.Products;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Southwind.Orders;"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="using Southwind.Orders;"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="{"SO", ShowOrder},"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" From="static void ShowOrder()" To="}//ShowOrder"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.ImplementedByAllPrimaryKeyTypes.Add(typeof(Guid)); //because Customer" />
<RemoveLine Path="Southwind\Starter.cs" Line="MixinDeclarations.Register<OrderDetailEmbedded, OrderDetailMixin>();"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.TypeAttributes<OrderEntity>().Add(new SystemVersionedAttribute());"/>
<RemoveLine Path="Southwind\Starter.cs" From="EmployeesLogic.Start(sb);" To="ShippersLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs"
Line="TypeConditionLogic.Register<OrderEntity>(SouthwindTypeCondition.CurrentEmployee, o => o.Employee.Is(EmployeeEntity.Current));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="CacheLogic.CacheTable<ShipperEntity>(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Southwind.Customers;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Southwind.Employees;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Southwind.Orders;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Southwind.Products;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Southwind.Shippers;"/>
<RemoveLine Path="Southwind.Test.Environment/SouthwindEnvironment.cs" Line="using Southwind.Customers;"/>
<RemoveLine Path="Southwind.Test.Environment/SouthwindEnvironment.cs" Line="using Southwind.Employees;"/>
<RemoveLine Path="Southwind.Test.Environment/SouthwindEnvironment.cs" Line="using Southwind.Products;"/>
<RemoveLine Path="Southwind.Test.Environment/SouthwindEnvironment.cs" Line="using Southwind.Shippers;"/>
<RemoveLine Path="Southwind.Test.Logic/OrderTest.cs" Line="using Southwind.Customers;"/>
<RemoveLine Path="Southwind.Test.Logic/OrderTest.cs" Line="using Southwind.Orders;"/>
<RemoveLine Path="Southwind.Test.Logic/OrderTest.cs" Line="using Southwind.Products;"/>
<RemoveLine Path="Southwind.Test.React/OrderReactTest.cs" Line="using Southwind.Customers;"/>
<RemoveLine Path="Southwind.Test.React/OrderReactTest.cs" Line="using Southwind.Orders;"/>
<RemoveLine Path="Southwind.Test.React/OrderReactTest.cs" Line="using Southwind.Products;"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { CustomersClient } from "./Customers/CustomersClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="CustomersClient.start({ routes });"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { EmployeesClient } from "./Employees/EmployeesClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="EmployeesClient.start({ routes });"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { OrdersClient } from "./Orders/OrdersClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="OrdersClient.start({ routes });"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ProductsClient } from "./Products/ProductsClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ProductsClient.start({ routes });"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ShippersClient } from "./Shippers/ShippersClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ShippersClient.start({ routes });"/>
</Module>
<Module Name="Migrations">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Migrations;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="MigrationLogic.Start(sb);"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="using Signum.Migrations;"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" From="if (args.Any())" To="} //if(args.Any())"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="{"SQL", SqlMigrationRunner.SqlMigrations},"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="{"CS", () => SouthwindMigrations.CSharpMigrations(false), "C# Migrations"},"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="public static void CSharpMigrations(bool autoRun)" To="} //CSharpMigrations"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Migrations\Signum.Migrations.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Migrations\Signum.Migrations.csproj"/>
</Module>
<Module Name="LoadNorthwind" DependsOn="ExampleEntities,Migrations">
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="EmployeeLoader.LoadRegions," To="OrderLoader.SimulateOrderSystemTime,"/>
<RemoveFiles Path="Southwind.Terminal\CustomerLoader.cs"/>
<RemoveFiles Path="Southwind.Terminal\EmployeeLoader.cs"/>
<RemoveFiles Path="Southwind.Terminal\NorthwindSchema.cs"/>
<RemoveFiles Path="Southwind.Terminal\OrderLoader.cs"/>
<RemoveFiles Path="Southwind.Terminal\ProductLoader.cs"/>
<RemoveFiles Path="Southwind.Terminal\SupplierFaxes.csv"/>
<RemoveLine Path="Southwind.Terminal\appsettings.json" Line=""NorthwindConnectionString": "Data Source=.\\SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True;TrustServerCertificate=true""/>
</Module>
<Module Name="UserQuery">
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((UserQueryEntity uq) => uq.Owner).Replace(new ImplementedByAttribute(typeof(UserEntity), typeof(RoleEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserQueryLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserQueryLogic.RegisterUserTypeCondition(sb, SouthwindTypeCondition.UserEntities);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserQueryLogic.RegisterRoleTypeCondition(sb, SouthwindTypeCondition.RoleEntities);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserQueryLogic.RegisterTranslatableRoutes();"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { UserQueryClient } from "@extensions/Signum.UserQueries/UserQueryClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="UserQueryClient.start({ routes });"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.UserQueries;"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.UserQueries\Signum.UserQueries.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.UserQueries\Signum.UserQueries.csproj"/>
</Module>
<Module Name="Word">
<RemoveLine Path="Southwind\Starter.cs" Line="WordTemplateLogic.Start(sb);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { WordClient } from "@extensions/Signum.Word/WordClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="WordClient.start({ routes, contextual: true, queryButton: true, entityButton: false });"/>
<RemoveLine DependsOn="ExampleEntities,Migrations" Path="Southwind.Terminal\SouthwindMigrations.cs" Line="ImportWordReportTemplateForOrder,"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\SouthwindMigrations.cs" From="public static void ImportWordReportTemplateForOrder()" To="}"/>
<RemoveFiles DependsOn="ExampleEntities" Path="Southwind.Terminal\WordAssets.xml"/>
<RemoveFiles DependsOn="ExampleEntities" Path="Southwind.Terminal\WordTemplates\Order.docx"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Word;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.Word;"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Word\Signum.Word.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Word\Signum.Word.csproj"/>
</Module>
<Module Name="Chart" DependsOn="Files">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Chart;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Chart.UserChart;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((UserChartEntity uc) => uc.Owner).Replace(new ImplementedByAttribute(typeof(UserEntity), typeof(RoleEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="ChartLogic.Start(sb, googleMapsChartScripts: false /*requires Google Maps API key in ChartClient */);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserChartLogic.RegisterUserTypeCondition(sb, SouthwindTypeCondition.UserEntities);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserChartLogic.RegisterRoleTypeCondition(sb, SouthwindTypeCondition.RoleEntities);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserChartLogic.RegisterTranslatableRoutes();"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ChartClient } from "@extensions/Signum.Chart/ChartClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ChartClient.start({ routes });"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Chart\Signum.Chart.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Chart\Signum.Chart.csproj"/>
</Module>
<Module Name="Files">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Files;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.Files;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Files.FileTypeAlgorithms;"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="using Signum.Files;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="MixinDeclarations.Register<BigStringEmbedded, BigStringMixin>();"/>
<RemoveLine Path="Southwind\Starter.cs" Line="ConfigureBigString(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="FilePathEmbeddedLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="FileLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="BigStringLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" From="public static void ConfigureBigString(SchemaBuilder sb)" To="}//ConfigureBigString"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { FilesClient } from "@extensions/Signum.Files/FilesClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="FilesClient.start({ routes });"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\EmployeeEntity.cs" Line="public Lite<FileEntity>? Photo { get; set; } //1"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\EmployeeEntity.cs" Line="public Lite<FileEntity>? Photo { get; set; } //2"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\CategoryEntity.cs" Line="public FileEmbedded? Picture { get; set; }"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\EmployeeLoader.cs" Line="Photo = new FileEntity { FileName = e.PhotoPath!.AfterLast('/'), BinaryFile = RemoveOlePrefix(e.Photo!.ToArray()) }.ToLiteFat(),"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\EmployeeLoader.cs" From="public static byte[] RemoveOlePrefix(byte[] bytes)" To="} //RemoveOlePrefix"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\ProductLoader.cs" Line="Picture = new FileEmbedded { FileName = s.CategoryName + ".jpg", BinaryFile = EmployeeLoader.RemoveOlePrefix(s.Picture!.ToArray()) },"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\ProductsLogic.cs" Line="s.Picture"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\EmployeesLogic.cs" Line="Photo = e.Photo,"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\EmployeesLogic.cs" Line="e.Photo, //1"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\EmployeesLogic.cs" Line="e.Photo, //2"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\EmployeesClient.tsx" From="<FileImage" To="file={lite.model.photo} />"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\EmployeesClient.tsx" From="{/*Files*/ }" To="{/*Files*/ }"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\Category.tsx" Line="const forceUpdate = useForceUpdate();"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\Category.tsx" Line="const maxDimensions: React.CSSProperties = { maxWidth: "96px", maxHeight: "96px" };"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\Category.tsx" Line="<FileLine ctx={ctx.subCtx(c => c.picture)} onChange={() => forceUpdate()} />"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\Category.tsx" From="<div className="col-sm-3">{/*photo*/}" To="</div>{/*photo*/}"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Employees\Employee.tsx" From="{/*photo*/}" To="{/*photo*/}"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*Exceptions*/" To="public string ExceptionsFolder { get; set; }"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="public static FileTypeSymbol Exceptions;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="ExceptionsFolder = localPrefix + @"exceptions","/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="ExceptionsFolder = localPrefix + @"exceptions","/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*OperationLog*/" To="public string OperationLogFolder { get; set; }"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="public static FileTypeSymbol OperationLog;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="OperationLogFolder = localPrefix + @"operation-logs","/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="OperationLogFolder = localPrefix + @"operation-logs","/>
<RemoveLine DependsOn="ViewLog" Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*ViewLog*/" To="public string ViewLogFolder { get; set; }"/>
<RemoveLine DependsOn="ViewLog" Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="public static FileTypeSymbol ViewLog;"/>
<RemoveLine DependsOn="ViewLog" Path="Southwind.Terminal\SouthwindMigrations.cs" Line="ViewLogFolder = localPrefix + @"view-logs","/>
<RemoveLine DependsOn="ViewLog" Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="ViewLogFolder = localPrefix + @"view-logs","/>
<RemoveLine DependsOn="ViewLog" Path="Southwind\Starter.cs" Line="FileTypeLogic.Register(BigStringFileType.ViewLog, GetFileTypeAlgorithm(c => c.ViewLogFolder));"/>
<RemoveLine DependsOn="ViewLog" Path="Southwind\Starter.cs" Line="BigStringLogic.RegisterAll<ViewLogEntity>(sb, new BigStringConfiguration(mode, BigStringFileType.ViewLog));"/>
<RemoveLine DependsOn="PublicAPI" Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*RestLog*/" To="public string RestLogFolder { get; set; }"/>
<RemoveLine DependsOn="PublicAPI" Path="Southwind\Starter.cs" Line="FileTypeLogic.Register(BigStringFileType.RestLog, GetFileTypeAlgorithm(c => c.RestLogFolder));"/>
<RemoveLine DependsOn="PublicAPI" Path="Southwind\Starter.cs" Line="BigStringLogic.RegisterAll<RestLogEntity>(sb, new BigStringConfiguration(mode, BigStringFileType.RestLog));"/>
<RemoveLine DependsOn="PublicAPI" Path="Southwind.Terminal\SouthwindMigrations.cs" Line="RestLogFolder = localPrefix + @"rest-logs","/>
<RemoveLine DependsOn="PublicAPI" Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="RestLogFolder = localPrefix + @"rest-logs","/>
<RemoveLine DependsOn="Mailing" Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*EmailMessage*/" To="public string EmailMessageFolder { get; set; }"/>
<RemoveLine DependsOn="Mailing" Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="public static FileTypeSymbol EmailMessage;"/>
<RemoveLine DependsOn="Mailing" Path="Southwind.Terminal\SouthwindMigrations.cs" Line="EmailMessageFolder = localPrefix + @"email-messages","/>
<RemoveLine DependsOn="Mailing" Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="EmailMessageFolder = localPrefix + @"email-messages","/>
<RemoveLine DependsOn="Dashboard" Path="Southwind\Starter.cs" Line="FileTypeLogic.Register(BigStringFileType.EmailMessage, GetFileTypeAlgorithm(c => c.EmailMessageFolder));"/>
<RemoveLine DependsOn="Dashboard" Path="Southwind\Starter.cs" Line="BigStringLogic.RegisterAll<EmailMessageEntity>(sb, new BigStringConfiguration(mode, BigStringFileType.EmailMessage));"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Files\Signum.Files.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Files\Signum.Files.csproj"/>
</Module>
<Module Name="Excel">
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ExcelClient } from "@extensions/Signum.Excel/ExcelClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ExcelClient.start({ routes, plainExcel: true, importFromExcel: true, excelReport: true });"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Excel;"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Excel\Signum.Excel.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Excel\Signum.Excel.csproj"/>
</Module>
<Module Name="Dashboard" DependsOn="Chart,UserQuery">
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((DashboardEntity cp) => cp.Owner).Replace(new ImplementedByAttribute(typeof(UserEntity), typeof(RoleEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="DashboardLogic.Start(sb, GetFileTypeAlgorithm(p => p.CachedQueryFolder));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="DashboardLogic.RegisterUserTypeCondition(sb, SouthwindTypeCondition.UserEntities);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="DashboardLogic.RegisterRoleTypeCondition(sb, SouthwindTypeCondition.RoleEntities);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="DashboardLogic.RegisterTranslatableRoutes();"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="CachedQueryFolder = localPrefix + @"cached-query","/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="CachedQueryFolder = localPrefix + @"cached-query","/>
<RemoveLine Path="Southwind\Home.tsx" From="if (AuthClient.currentUser()) {" To="else //Dashboard"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { DashboardClient } from "@extensions/Signum.Dashboard/DashboardClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="DashboardClient.start({ routes });"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Toolbar.xml" From="<UserChart Guid="d681b3f5-a3a9-4228-93e9-e856f45d911a" DisplayName="Evolution By Employee" Query="Order" HideQuickLink="false" Owner="User;2" ChartScript="D3ChartScript.StackedLines">" To="</Dashboard>"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Toolbar.xml" Line="<ToolbarElement Type="Item" IconName="fas fa-tachometer-alt" IconColor="blue" Content="7914fa80-dfd6-42a2-b29a-18e8cc5851f8" />" />
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Dashboard;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.Dashboard;"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Dashboard\Signum.Dashboard.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Dashboard\Signum.Dashboard.csproj"/>
</Module>
<Module Name="ViewLog">
<RemoveLine Path="Southwind\Starter.cs" Line="ViewLogLogic.Start(sb, new HashSet<Type> { typeof(UserQueryEntity), typeof(UserChartEntity), typeof(DashboardEntity) });"/>
<RemoveLine Path="Southwind.Terminal\Toolbar.xml" Line="<ToolbarElement Type="Item" Content="ViewLog" />" />
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.ViewLog;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((ViewLogEntity cp) => cp.User).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.ViewLog\Signum.ViewLog.csproj" />"/>
</Module>
<Module Name="Toolbar">
<RemoveLine Path="Southwind\Starter.cs" Line="ToolbarLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="ToolbarLogic.RegisterTranslatableRoutes();"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ToolbarClient } from "@extensions/Signum.Toolbar/ToolbarClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ToolbarClient.start({ routes });"/>
<RemoveLine Path="Southwind\Layout.tsx" Line="const ToolbarRenderer = React.lazy(() => import("@extensions/Signum.Toolbar/Renderers/ToolbarRenderer"));"/>
<RemoveLine Path="Southwind\Layout.tsx" From="hasUser ? <React.Suspense fallback={JavascriptMessage.loading.niceToString()}>"
To="</React.Suspense> :"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Toolbar.xml" From="<UserQuery Guid="37ae5c35-8d2b-41f7-acbf-5ef93c91c8ca" DisplayName="Employees" Query="Employee" ColumnsMode="ReplaceAll">" To="</UserQuery>" />
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Toolbar.xml" From="<ToolbarMenu Guid="fd577065-f887-4567-8da3-9d5bcc1cedfd" Name="Products">" To="</ToolbarMenu>" />
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Toolbar.xml" From="<ToolbarMenu Guid="8b7e4ac5-cf45-41cb-8cff-4ce04506e12f" Name="Employee">" To="</ToolbarMenu>" />
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Toolbar.xml" From="<ToolbarElement Type="Item" IconName="fas fa-shopping-cart" IconColor="orange" Content="Order" />"
To="<ToolbarElement Type="Item" IconName="fas fa-user" IconColor="seagreen" Content="8b7e4ac5-cf45-41cb-8cff-4ce04506e12f" />" />
<RemoveLine DependsOn="Dynamic" Path="Southwind.Terminal\Toolbar.xml" Line="<ToolbarElement Type="Item" Label="Dynamic Panel" IconName="fas fa-arrows-alt" IconColor="#9b6bcc" Content="EvalPanelPermission.ViewDynamicPanel" Url="~/dynamic/panel" />" />
<RemoveLine DependsOn="Workflow" Path="Southwind.Terminal\Toolbar.xml" Line="<ToolbarElement Type="Item" Label="Workflow Script Runner" IconName="fas fa-random" IconColor="#9b6bcc" Content="WorkflowPermission.ViewWorkflowPanel" Url="~/workflow/panel" />" />
<RemoveLine DependsOn="Workflow" Path="Southwind.Terminal\Toolbar.xml" Line="<ToolbarElement Type="Item" Content="WorkflowPermission.WorkflowToolbarMenu" />" />
<RemoveLine DependsOn="Workflow" Path="Southwind.Terminal\Toolbar.xml" From="<ToolbarMenu Guid="b9423939-ec3d-4495-9361-a335390d93a6" Name="Workflow">" To="</ToolbarMenu>" />
<RemoveLine DependsOn="Workflow" Path="Southwind.Terminal\Toolbar.xml" Line="<ToolbarElement Type="Item" IconName="fas fa-random" IconColor="saddlebrown" Content="b9423939-ec3d-4495-9361-a335390d93a6" />" />
<RemoveLine Path="Southwind.Terminal\Toolbar.xml" From="<ToolbarMenu Guid="2deb71ea-f065-4fe3-9215-90460bc2d5ec" Name="Reports">" To="</Toolbar>" />
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.Toolbar;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Toolbar;"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Toolbar\Signum.Toolbar.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Toolbar\Signum.Toolbar.csproj"/>
</Module>
<Module Name="Process">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Processes;"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="using Signum.Processes;"/>
<RemoveLine Path="Southwind\Orders\OrderEntity.cs" Line="public static ConstructSymbol<ProcessEntity>.FromMany<OrderEntity> CancelWithProcess;"/>
<RemoveLine Path="Southwind\Orders\OrderEntity.cs" From="[AutoInit]//OrderProcess" To="}"/>
<RemoveLine Path="Southwind\Orders\OrdersLogic.cs" Line="ProcessLogic.Register(OrderProcess.CancelOrders, new CancelOrderAlgorithm());"/>
<RemoveLine Path="Southwind\Orders\OrdersLogic.cs" From="public class CancelOrderAlgorithm : PackageExecuteAlgorithm<OrderEntity>" To="} //CancelOrderAlgorithm"/>
<RemoveLine Path="Southwind\Orders\OrdersLogic.cs" From="new Graph<ProcessEntity>.ConstructFromMany<OrderEntity>(OrderOperation.CancelWithProcess)" To="}.Register();"/>
<RemoveLine Path="Southwind\Starter.cs"
From="sb.Schema.Settings.FieldAttributes((PackageLineEntity cp) => cp.Package).Replace(new ImplementedByAttribute(typeof(PackageEntity), typeof(PackageOperationEntity)));"
To="sb.Schema.Settings.FieldAttributes((ProcessEntity s) => s.User).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" From="ProcessLogic.Start(sb);"
To="PackageLogic.Start(sb, packages: true, packageOperations: true);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ProcessClient } from "@extensions/Signum.Processes/ProcessClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ProcessClient.start({ routes, packages: true, packageOperations: true });"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="ProcessRunner.StartRunningProcessesAfter(5 * 1000);"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Processes\Signum.Processes.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Processes\Signum.Processes.csproj"/>
</Module>
<Module Name="Scheduler" DependsOn="Process">
<RemoveLine Path="Southwind.Server\Program.cs" Line="using Signum.Scheduler;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Scheduler;"/>
<RemoveLine Path="Southwind\Orders\OrderEntity.cs" From="[AutoInit]//OrderTask" To="}"/>
<RemoveLine Path="Southwind\Orders\OrdersLogic.cs" From="SimpleTaskLogic.Register(OrderTask.CancelOldOrdersWithProcess, ctx =>" To="});//CancelOldOrdersProcess"/>
<RemoveLine Path="Southwind\Starter.cs"
From="sb.Schema.Settings.FieldAttributes((ScheduledTaskEntity a) => a.User).Replace(new ImplementedByAttribute(typeof(UserEntity)));"
To="sb.Schema.Settings.FieldAttributes((ScheduledTaskLogEntity a) => a.User).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="SchedulerLogic.Start(sb);"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="ScheduleTaskRunner.StartScheduledTaskAfter(5 * 1000);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { SchedulerClient } from "@extensions/Signum.Scheduler/SchedulerClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="SchedulerClient.start({ routes });"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Scheduler\Signum.Scheduler.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Scheduler\Signum.Scheduler.csproj"/>
</Module>
<Module Name="Mailing">
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="using Signum.Mailing;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Mailing;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Mailing.Package;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Mailing.MicrosoftGraph;"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="using Signum.Mailing;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.Mailing;"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="using Signum.Mailing;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Eval;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((EmailMessageEntity em) => em.From.EmailOwner).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((EmailMessageEntity em) => em.Recipients.First().EmailOwner).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((EmailSenderConfigurationEntity em) => em.DefaultFrom!.EmailOwner).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((EmailSenderConfigurationEntity em) => em.AdditionalRecipients.First().EmailOwner).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((EmailSenderConfigurationEntity em) => em.Service).Replace(new ImplementedByAttribute(typeof(SmtpEmailServiceEntity), typeof(MicrosoftGraphEmailServiceEntity)));" DependsOn="AzureAD" />
<RemoveLine Path="Southwind\Starter.cs" Line="EmailLogic.Start(sb, () => Configuration.Value.Email, (template, target, message) => Configuration.Value.EmailSender);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="MailingMicrosoftGraphLogic.Start(sb);" DependsOn="AzureAD" />
<RemoveLine Path="Southwind\Globals\GlobalsLogic.cs" From="s.Email.SendEmails," To="s.Email.UrlLeft"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="AsyncEmailSender.StartAsyncEmailSenderAfter(5 * 1000);" />
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { MailingClient } from "@extensions/Signum.Mailing/MailingClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="MailingClient.start({ routes, contextual: true, queryButton: true });"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*Email*/" To="public EmailSenderConfigurationEntity EmailSender { get; set; }"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfiguration.tsx" From="<Tab eventKey="tab" title={ctx.niceName(a => a.email)}>" To="</Tab>"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="Email = new EmailConfigurationEmbedded" To="}, //Email"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Mailing\Signum.Mailing.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Mailing\Signum.Mailing.csproj"/>
</Module>
<Module Name="SMS">
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="using Signum.SMS;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.SMS;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.SMS;"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="using Signum.SMS;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="SMSLogic.Start(sb, null, () => Configuration.Value.Sms);" />
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*Sms*/" To="public SMSConfigurationEmbedded Sms { get; set; }"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfiguration.tsx" From="<Tab eventKey="sms" title={ctx.niceName(a => a.sms)}>" To="</Tab>"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="Sms = new SMSConfigurationEmbedded" To="}, //Sms"/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" From="Sms = new SMSConfigurationEmbedded" To="}, //Sms"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.SMS\Signum.SMS.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.SMS\Signum.SMS.csproj"/>
</Module>
<Module Name="Auth">
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="using Signum.Authorization.Rules;"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="using Signum.Authorization.AuthToken;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="AuthLogic.Start(sb, "System", "Anonymous"); /* null); anonymous*/"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span=""Anonymous"); /*" DependsOn="PublicCatalog"/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="CreateUser("Anonymous", roles.GetOrThrow("Anonymous"));" DependsOn="PublicCatalog"/>
<RemoveSpanInLines Path="Southwind\Products\CategoryEntity.cs" Span=", AllowUnathenticated" DependsOn="PublicCatalog"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span="anonymous*/" DependsOn="PublicCatalog"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="AuthLogic.LoadRoles();"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="UserEntity anonymous = new UserEntity" To="}.Save(); //Anonymous"/>
<RemoveLine Path="Southwind\Starter.cs" Line="AuthLogic.StartAllModules(sb, () => Starter.Configuration.Value.AuthTokens);"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span="typeof(UserEntity),"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span="typeof(UserEntity)"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span="typeof(RoleEntity)"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*Auth*/" To="public AuthTokenConfigurationEmbedded AuthTokens { get; set; }"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfiguration.tsx" From="<Tab eventKey="auth" title={ctx.niceName(a => a.authTokens)}>" To="</Tab>"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="AuthTokens = new AuthTokenConfigurationEmbedded" To="}, //Auth"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="AuthTokenEncryptionKey = app.Configuration.GetValue<string>("AuthTokenEncryptionKey")!," />
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="{"AR", AuthLogic.ImportExportAuthRules},"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="EmployeeLoader.CreateUsers," DependsOn="Migrations,LoadNorthwind"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="CreateRoles," To="CreateSystemUser,"/>
<RemoveLine Path="Southwind.Terminal\EmployeeLoader.cs" From="internal static void CreateUsers()" To="} //CreateUsers"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="internal static void CreateRoles()" To="} //CreateSystemUser"/>
<RemoveFiles Path="Southwind\Globals\UserEmployeeMixin.cs" DependsOn="ExampleEntities"/>
<RemoveLine Path="Southwind\Starter.cs" Line="MixinDeclarations.Register<UserEntity, UserEmployeeMixin>();" DependsOn="ExampleEntities"/>
<RemoveSpanInLines Path="Southwind\Globals\GlobalsClient.tsx" Span=", UserEmployeeMixin" DependsOn="ExampleEntities"/>
<RemoveLine Path="Southwind\Globals\GlobalsClient.tsx"
From="Navigator.getSettings(UserEntity)!.overrideView((rep) => {"
To="});"
DependsOn="ExampleEntities"/>
<RemoveSpanInLines Path="Southwind\Employees\EmployeeEntity.cs" Span="get { return (Lite<EmployeeEntity>?)UserHolder.Current?.GetClaim("Employee"); } //" DependsOn="ExampleEntities" />>
<RemoveLine Path="Southwind\Layout.tsx" Line="const hasUser = Boolean(AuthClient.currentUser());" />
<RemoveSpanInLines Path="Southwind\Layout.tsx" Span="hasUser &&" />
<RemoveLine Path="Southwind\Layout.tsx" From="<LoginDropdown" To="/>{/*LoginDropdown*/}"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { AuthAdminClient } from "@extensions/Signum.Authorization/AuthAdminClient""/>
<RemoveSpanInLines Path="Southwind\MainPublic.tsx" Span="await AuthClient.autoLogin();"/>
<RemoveSpanInLines Path="Southwind\MainPublic.tsx" Span="Boolean(AuthClient.currentUser()) && AuthClient.currentUser().userName != "Anonymous"; //"/>
<RemoveSpanInLines Path="Southwind\MainPublic.tsx" Span=" && AuthClient.currentUser().userName != "Anonymous"" DependsOn="PublicCatalog"/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="AuthClient.startPublic({ routes, userTicket: true, notifyLogout: true });"/>
<RemoveLine Path="Southwind\MainPublic.tsx" From="AuthClient.Options.onLogin = (url?: string) => {" To="};"/>
<RemoveLine Path="Southwind\MainPublic.tsx" From="AuthClient.Options.onLogout = () => {" To="};"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="AuthAdminClient.start({ routes, types: true, properties: true, operations: true, queries: true, permissions: true });"/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" From="internal static void LoadUsers()" To="}//LoadUsers"/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="user.SetMixin((UserEmployeeMixin e) => e.Employee, Database.Query<EmployeeEntity>().SingleOrDefaultEx(e => e.FirstName == userName)?.ToLite());" DependsOn="ExampleEntities"/>
<RemoveLine Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="SouthwindEnvironment.LoadUsers();"/>
<RemoveLine Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="var authRules = XDocument.Load(@"..\..\..\..\Southwind.Terminal\AuthRules.xml");"/>
<RemoveLine Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="AuthLogic.LoadRoles(authRules);"/>
<RemoveLine Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="AuthLogic.ImportRulesScript(authRules, interactive: false)!.PlainSqlCommand().ExecuteLeaves();"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Authorization;"/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="using Signum.Authorization;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.Authorization;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Authorization.Rules;"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Authorization\Signum.Authorization.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Authorization\Signum.Authorization.csproj"/>
</Module>
<Module Name="AzureAD" DependsOn="Auth">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Authorization.ActiveDirectory;"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="using Signum.Authorization.ActiveDirectory;"/>
<RemoveFiles Path="Southwind\SouthwindAuthorizer.cs" />
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Authorization.ActiveDirectory.Azure;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="AuthLogic.Authorizer = new SouthwindAuthorizer(() => Configuration.Value.ActiveDirectory);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="AzureADLogic.Start(sb, adGroupsAndQueries: true, deactivateUsersTask: true);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="MixinDeclarations.Register<UserEntity, UserADMixin>();"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.ImplementedByAllPrimaryKeyTypes.Add(typeof(Guid)); //because AzureAD" />
<RemoveLine Path="Southwind\Layout.tsx" Line="changePasswordVisible={AuthClient.getAuthenticationType() != "azureAD"}"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="public ActiveDirectoryConfigurationEmbedded ActiveDirectory { get; set; }"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ActiveDirectoryClient } from "@extensions/Signum.Authorization.ActiveDirectory/ActiveDirectoryClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ActiveDirectoryClient.start({ routes, adGroups: false, cachedProfilePhoto: false });"/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="import { AzureADClient } from '@extensions/Signum.Authorization.ActiveDirectory/Azure/AzureADClient'"/>
<RemoveLine Path="Southwind\MainPublic.tsx" From="if (window.__azureApplicationId) {" To="}//__azureApplicationId"/>
<RemoveLine Path="Southwind\Index.cshtml"
From="var __azureApplicationId = @Json.Serialize(Starter.Configuration.Value.ActiveDirectory.Azure_ApplicationID);"
To="var __azureTenantId = @Json.Serialize(Starter.Configuration.Value.ActiveDirectory.Azure_DirectoryID);"/>
<RemoveLine Path="Southwind.Terminal/SouthwindMigrations.cs" Line="var standardUser = Database.Query<RoleEntity>().Single(a => a.Name == "Standard user").ToLite();" />
<RemoveLine Path="Southwind.Test.Environment/SouthwindEnvironment.cs" Line="var standardUser = Database.Query<RoleEntity>().Single(a => a.Name == "Standard user").ToLite();" />
<RemoveLine Path="Southwind.Terminal/SouthwindMigrations.cs" From="ActiveDirectory = new ActiveDirectoryConfigurationEmbedded" To="}, //ActiveDirectory" />
<RemoveLine Path="Southwind.Test.Environment/SouthwindEnvironment.cs" From="ActiveDirectory = new ActiveDirectoryConfigurationEmbedded" To="}, //ActiveDirectory" />
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Authorization.ActiveDirectory\Signum.Authorization.ActiveDirectory.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Authorization.ActiveDirectory\Signum.Authorization.ActiveDirectory.csproj"/>
</Module>
<Module Name="Translation">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Translation;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Translation.Translators;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Translation.Instances;"/>
<RemoveLine Path="Southwind\Starter.cs" From="TranslationLogic.Start(sb, countLocalizationHits: false," To="TranslatedInstanceLogic.Start(sb, () => CultureInfo.GetCultureInfo("en"));"/>
<RemoveFiles Path="Southwind\Translations" DependsOn="ExampleEntities" />
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { TranslationClient } from "@extensions/Signum.Translation/TranslationClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { TranslatedInstanceClient } from "@extensions/Signum.Translation/TranslatedInstanceClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="TranslationClient.start({ routes });"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="TranslatedInstanceClient.start({ routes });"/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="import { CultureClient } from "@framework/Basics/CultureClient""/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="await CultureClient.loadCurrentCulture();"/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="CultureClient.onCultureLoaded.push(ci => {"/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="}); //Culture"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="{"CT", TranslationLogic.CopyTranslations},"/>
<RemoveSpanInLines Path="Southwind\MainPublic.tsx" Span="ci.name!; //"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="ImportInstanceTranslations," DependsOn="LoadNorthwind,Migrations"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="public static void ImportInstanceTranslations()" To="}//ImportInstanceTranslations" DependsOn="LoadNorthwind"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\Category.es.View.xlsx" DependsOn="LoadNorthwind"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\Dashboard.es.View.xlsx" DependsOn="LoadNorthwind,Dashboard"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\UserQuery.es.View.xlsx" DependsOn="LoadNorthwind,UserQuery"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\UserChart.es.View.xlsx" DependsOn="LoadNorthwind,Chart"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\Toolbar.es.View.xlsx" DependsOn="LoadNorthwind,Toolbar"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\ToolbarMenu.es.View.xlsx" DependsOn="LoadNorthwind,Toolbar"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\Category.de.View.xlsx" DependsOn="LoadNorthwind"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\Dashboard.de.View.xlsx" DependsOn="LoadNorthwind,Dashboard"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\UserQuery.de.View.xlsx" DependsOn="LoadNorthwind,UserQuery"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\UserChart.de.View.xlsx" DependsOn="LoadNorthwind,Chart"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\Toolbar.de.View.xlsx" DependsOn="LoadNorthwind,Toolbar"/>
<RemoveFiles Path="Southwind.Terminal\InstanceTranslations\ToolbarMenu.de.View.xlsx" DependsOn="LoadNorthwind,Toolbar"/>
<RemoveLine Path="Southwind\Products\CategoryEntity.cs" Line="[TranslateField] //Localize categoryName column" DependsOn="ExampleEntities"/>
<RemoveLine Path="Southwind\Products\CategoryEntity.cs" Line="[TranslateField] //Localize description column" DependsOn="ExampleEntities"/>
<RemoveLine Path="Southwind\Layout.tsx" Line="{!hasUser && <CultureDropdown />}"/>
<RemoveLine Path="Southwind\Layout.tsx" Line="extraMenuItems={u => hasUser && <CultureDropdownMenuItem />}"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Translation\Signum.Translation.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Translation\Signum.Translation.csproj"/>
</Module>
<Module Name="Auth_ResetPasswordRequest" DependsOn="Auth,Mailing">
<RemoveLine Path="Southwind\Starter.cs" Line="ResetPasswordRequestLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Authorization.ResetPassword;"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Authorization.ResetPassword\Signum.Authorization.ResetPassword.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Authorization.ResetPassword\Signum.Authorization.ResetPassword.csproj"/>
</Module>
<Module Name="Auth_UserTicket" DependsOn="Auth">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Authorization.UserTicket;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="UserTicketLogic.Start(sb);"/>
</Module>
<Module Name="SessionLog" DependsOn="Auth">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Authorization.SessionLog;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="SessionLogLogic.Start(sb);"/>
<RemoveLine Path="Southwind.Terminal\Toolbar.xml" Line="<ToolbarElement Type="Item" Content="SessionLog" />" />
</Module>
<Module Name="Alerts" DependsOn="SignalR">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Alerts;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="AlertLogic.Start(sb, typeof(UserEntity), /*Alert*/typeof(OrderEntity));"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span=", /*Alert*/typeof(OrderEntity)" DependsOn="ExampleEntities" />
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((AlertEntity a) => a.CreatedBy).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((AlertEntity a) => a.Recipient).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((AlertEntity a) => a.AttendedBy).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Layout.tsx" Line="const AlertDropdown = React.lazy(() => import("@extensions/Signum.Alerts/AlertDropdown"));"/>
<RemoveLine Path="Southwind\Layout.tsx" Line="{hasUser && <React.Suspense fallback={null}><AlertDropdown /></React.Suspense>}"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { AlertsClient } from "@extensions/Signum.Alerts/AlertsClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="AlertsClient.start({ routes, showAlerts: a => false });"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Alerts\Signum.Alerts.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Alerts\Signum.Alerts.csproj"/>
</Module>
<Module Name="SignalR" DependsOn="Auth">
<RemoveLine Path="Southwind.Server\Program.cs" Line="builder.Services.AddSignalR();"/>
<RemoveLine Path="Southwind\Index.cshtml" Line="var __disableSignalR = @Json.Serialize(Signum.ConcurrentUser.ConcurrentUserServer.DisableSignalR);"/>
</Module>
<Module Name="ConcurrentUser" DependsOn="SignalR">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.ConcurrentUser;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="ConcurrentUserLogic.Start(sb);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ConcurrentUserClient } from "@extensions/Signum.ConcurrentUser/ConcurrentUserClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ConcurrentUserClient.start({ routes });"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.ConcurrentUser\Signum.ConcurrentUser.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.ConcurrentUser\Signum.ConcurrentUser.csproj"/>
</Module>
<Module Name="Notes">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Notes;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="NoteLogic.Start(sb, typeof(UserEntity), /*Note*/typeof(OrderEntity));"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span=", /*Note*/typeof(OrderEntity)" DependsOn="ExampleEntities" />
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((NoteEntity n) => n.CreatedBy).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Notes\Signum.Notes.csproj" />"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { NotesClient } from "@extensions/Signum.Notes/NotesClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="NotesClient.start({ routes, couldHaveNotes: a => false });"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Notes\Signum.Notes.csproj"/>
</Module>
<Module Name="Cache">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Cache;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Cache.Broadcast;"/>
<RemoveLine Path="Southwind\Starter.cs" From="CacheLogic.Start(sb, serverBroadcast:" To="null);/*Cache*/"/>
<RemoveLine Path="Southwind\Starter.cs" Line="SetupCache(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" From="private static void SetupCache(SchemaBuilder sb)" To="}"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="CacheClient.start({ routes });"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Caching\Signum.Caching.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Caching\Signum.Caching.csproj"/>
</Module>
<Module Name="SplitDB">
<RemoveLine Path="Southwind\Starter.cs" Line="string? logDatabase = Connector.TryExtractDatabaseNameWithPostfix(ref connectionString, "_Log");"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span="LogDatabaseName = logDatabase, "/>
<RemoveLine Path="Southwind\Starter.cs" Line="public string? LogDatabaseName;"/>
<RemoveLine Path="Southwind\Starter.cs" From="public Type[] InLogDatabase = new Type[]" To="};"/>
<RemoveLine Path="Southwind\Starter.cs" From="if (this.LogDatabaseName == null)" To="return new DatabaseName(null, this.LogDatabaseName, this.Schema.Settings.IsPostgres);"/>
</Module>
<Module Name="PublicCatalog" DependsOn="ExampleEntities,Translation,Cache,Files">
<RemoveFiles Path="Southwind\Public\CatalogController.cs"/>
<RemoveFiles Path="Southwind\Public\PublicCatalog.tsx"/>
<RemoveFiles Path="Southwind\Public\PublicClient.tsx"/>
<RemoveFiles Path="Southwind\Public\PublicController.cs"/>
<RemoveFiles Path="Southwind\Public\RegisterUserModel.cs"/>
<RemoveFiles Path="Southwind\Public\Southwind.Public.t4s"/>
<RemoveFiles Path="Southwind\Public\Southwind.Public.ts"/>
<RemoveFiles Path="Southwind\Public\RegisterUser.tsx"/>
<RemoveFiles Path="Southwind\Public\PublicLogic.cs" />
<RemoveLine Path="Southwind\MainPublic.tsx"
Line="import { PublicClient } from './Public/PublicClient'" />
<RemoveLine Path="Southwind\MainPublic.tsx"
Line="PublicClient.startPublic({ routes });" />
<RemoveLine Path="Southwind\Starter.cs" Line="using Southwind.Public;" />
<RemoveLine Path="Southwind\Starter.cs" Line="PublicLogic.Start(sb);" />
<RemoveLine Path="Southwind\Products\ProductsLogic.cs" Line="public static ResetLazy<FrozenDictionary<CategoryEntity, List<ProductEntity>>> ActiveProducts = null!;"/>
<RemoveLine Path="Southwind\Products\ProductsLogic.cs" From="ActiveProducts = sb.GlobalLazy(() =>" To="new InvalidateWith(typeof(ProductEntity)));"/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="routes.push({ path: "/publicCatalog", element: <PublicCatalog /> });"/>
<RemoveLine Path="Southwind\MainPublic.tsx" Line="import PublicCatalog from './Public/PublicCatalog'"/>
<RemoveLine Path="Southwind\Home.tsx" From="if (!AuthClient.currentUser()) {" To="}//PublicCatalog"/>
</Module>
<Module Name="Profiler">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Profiler;"/>
<RemoveLine Path="Southwind\Starter.cs" From="ProfilerLogic.Start(sb," To="overrideSessionTimeout: true);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { ProfilerClient } from "@extensions/Signum.Profiler/ProfilerClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="ProfilerClient.start({ routes });"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Profiler\Signum.Profiler.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Profiler\Signum.Profiler.csproj"/>
</Module>
<Module Name="Omnibox">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Omnibox;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="OmniboxLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Layout.tsx" Line="{hasUser && AppContext.isPermissionAuthorized(OmniboxPermission.ViewOmnibox) && <OmniboxAutocomplete inputAttrs={{ className: "form-control omnibox" }} />}"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { OmniboxClient } from "@extensions/Signum.Omnibox/OmniboxClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="OmniboxClient.start();"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Omnibox\Signum.Omnibox.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Omnibox\Signum.Omnibox.csproj"/>
</Module>
<Module Name="Map">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Map;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="MapLogic.Start(sb);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { MapClient } from "@extensions/Signum.Map/MapClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="MapClient.start({ routes });"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Map\Signum.Map.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Map\Signum.Map.csproj"/>
</Module>
<Module Name="Help">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Help;"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="using Signum.Help;"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="{"HL", HelpXml.ImportExportHelp},"/>
<RemoveLine Path="Southwind\Starter.cs" Line="HelpLogic.Start(sb, GetFileTypeAlgorithm(p => p.HelpImagesFolder));"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Help\Signum.Help.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Help\Signum.Help.csproj"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { HelpClient } from "@extensions/Signum.Help/HelpClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="HelpClient.start({ routes });"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*Help*/" To="public string HelpImagesFolder { get; set; }"/>
<RemoveLine DependsOn="PublicAPI" Path="Southwind.Terminal\SouthwindMigrations.cs" Line="HelpImagesFolder = localPrefix + @"help-image","/>
<RemoveLine DependsOn="PublicAPI" Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="HelpImagesFolder = localPrefix + @"help-image","/>
</Module>
<Module Name="PublicAPI">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Rest;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="RestLogLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="RestApiKeyLogic.Start(sb);"/>
<RemoveLine Path="Southwind\Starter.cs" Line="sb.Schema.Settings.FieldAttributes((RestLogEntity a) => a.User).Replace(new ImplementedByAttribute(typeof(UserEntity)));"/>
<RemoveLine Path="Southwind\Layout.tsx" From="<Nav.Item> {/*Swagger*/}" To="</Nav.Item> {/*Swagger*/}"/>
<RemoveLine Path="Southwind\Layout.tsx" From="function handleSwaggerClick(e: React.MouseEvent<any>) {" To="} //Swagger"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { RestClient } from "@extensions/Signum.Rest/RestClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="RestClient.start({ routes });"/>
<RemoveFiles Path="Southwind\Public\CatalogAPIController.cs"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="//https://docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-2.1&tabs=visual-studio%2Cvisual-studio-xml" />
<RemoveLine Path="Southwind.Server\Program.cs" Line="SwaggerConfig.ConfigureSwaggerService(builder);" />
<RemoveLine Path="Southwind.Server\Program.cs" From="//Enable middleware to serve generated Swagger as a JSON endpoint." To="});//Swagger Configure"/>
<RemoveFiles Path="Southwind\SwaggerConfig.cs" />
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Rest\Signum.Rest.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Rest\Signum.Rest.csproj"/>
</Module>
<Module Name="Predictor" DependsOn="Files">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.MachineLearning;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.MachineLearning;"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="using Signum.MachineLearning;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.MachineLearning.TensorFlow;"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*Predictor*/" To="public string PredictorModelFolder { get; set; }"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\SouthwindMigrations.cs" Line="ImportPredictor,"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="PredictorModelFolder = localPrefix + @"predictor-models","/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="PredictorModelFolder = localPrefix + @"predictor-models","/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\SouthwindMigrations.cs" From="public static void ImportPredictor()" To="}//ImportPredictor"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Program.cs" Line="{"TP", TrainPredictor},"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Terminal\Program.cs" From="static void TrainPredictor()" To="}//TrainPredictor"/>
<RemoveLine Path="Southwind.Terminal\Southwind.Terminal.csproj" Line="<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.16.0" />"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.16.0" />"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span=", typeof(PredictorEntity)"/>
<RemoveLine Path="Southwind\Starter.cs"
From="PredictorLogic.Start(sb, GetFileTypeAlgorithm(p => p.PredictorModelFolder));"
To="PredictorLogic.RegisterAlgorithm(TensorFlowPredictorAlgorithm.NeuralNetworkGraph, new TensorFlowNeuralNetworkPredictor());"/>
<RemoveLine Path="Southwind\Starter.cs" Line="PredictorLogic.IgnorePinned(sb);" />
<RemoveLine Path="Southwind\Starter.cs" DependsOn="ExampleEntities" Line="PredictorLogic.RegisterPublication(ProductPredictorPublication.MonthlySales, new PublicationSettings(typeof(OrderEntity)));"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span=", typeof(AutoconfigureNeuralNetworkEntity)"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { PredictorClient } from "@extensions/Signum.MachineLearning/PredictorClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="PredictorClient.start({ routes });"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\ProductEntity.cs" From="[AutoInit]//Predictor" To="}//Predictor"/>
<RemoveFiles DependsOn="ExampleEntities" Path="Southwind\Products\SalesEstimationController.cs"/>
<RemoveFiles DependsOn="ExampleEntities" Path="Southwind\Products\SalesEstimation.tsx"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\Product.tsx" Line="import SalesEstimation from './SalesEstimation';"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind\Products\Product.tsx" Line="{!ctx.value.isNew && <SalesEstimation ctx={ctx} />}"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.MachineLearning\Signum.MachineLearning.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.MachineLearning\Signum.MachineLearning.csproj"/>
</Module>
<Module Name="TimeMachine">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.TimeMachine;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="TimeMachineLogic.Start(sb);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { TimeMachineClient } from "@extensions/Signum.TimeMachine/TimeMachineClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="TimeMachineClient.start({ routes });"/>
</Module>
<Module Name="Dynamic">
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Dynamic;"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="using Signum.Dynamic;"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="using Signum.Dynamic;"/>
<RemoveFiles Path="Southwind\DynamicLogicStarter.cs" />
<RemoveLine Path="Southwind\Starter.cs" Line="StartParameters.IgnoredDatabaseMismatches = new List<Exception>();"/>
<RemoveLine Path="Southwind\Starter.cs" Line="StartParameters.IgnoredCodeErrors = new List<Exception>();"/>
<RemoveLine Path="Southwind\Starter.cs" From="DynamicLogicStarter.Start(sb);" To="}//Dynamic"/>
<RemoveLine Path="Southwind\Starter.cs" From="if (includeDynamic)//2" To="}//2"/>
<RemoveLine Path="Southwind\Starter.cs" From="if (includeDynamic)//3" To="}//3"/>
<RemoveLine Path="Southwind\MainAdmin.tsx"
From="import { DynamicClient } from "@extensions/Signum.Dynamic/DynamicClient""
To="import { DynamicViewClient } from "@extensions/Signum.Dynamic/DynamicViewClient""/>
<RemoveLine Path="Southwind\MainAdmin.tsx"
From="DynamicClient.start({ routes, withCodeGen: true });"
To="DynamicViewClient.start({ routes });"/>
<RemoveLine Path="Southwind.Terminal\Program.cs" Line="DynamicLogic.CodeGenDirectory = @"..\..\..\..\Southwind.Server\CodeGen";"/>
<RemoveLine Path="Southwind.Server\Program.cs" Line="DynamicLogic.CodeGenDirectory = app.Environment.ContentRootPath + "\\CodeGen";"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Dynamic\Signum.Dynamic.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Dynamic\Signum.Dynamic.csproj"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Tree\Signum.Tree.csproj"/>
</Module>
<Module Name="Workflow">
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" Line="using Signum.Workflow;"/>
<RemoveLine Path="Southwind\Starter.cs" Line="using Signum.Workflow;"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" Line="using Signum.Workflow;"/>
<RemoveSpanInLines Path="Southwind\Starter.cs" Span=", typeof(WorkflowEntity)"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" Line="using Signum.Workflow;"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfigurationEntity.cs" From="/*Workflow*/" To="public WorkflowConfigurationEmbedded Workflow { get; set; }"/>
<RemoveLine Path="Southwind\Globals\ApplicationConfiguration.tsx" From="<Tab eventKey="workflow" title={ctx.niceName(a => a.workflow)}>" To="</Tab>"/>
<RemoveLine Path="Southwind\Starter.cs" Line="WorkflowLogicStarter.Start(sb, () => Configuration.Value.Workflow);"/>
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="import { WorkflowClient } from "@extensions/Signum.Workflow/WorkflowClient"" />
<RemoveLine Path="Southwind\MainAdmin.tsx" Line="WorkflowClient.start({ routes });"/>
<RemoveLine Path="Southwind.Terminal\SouthwindMigrations.cs" From="Workflow = new WorkflowConfigurationEmbedded" To="}, //Workflow"/>
<RemoveLine Path="Southwind.Test.Environment\SouthwindEnvironment.cs" From="Workflow = new WorkflowConfigurationEmbedded" To="}, //Workflow"/>
<RemoveLine Path="Southwind\Southwind.csproj" Line="<ProjectReference Include="..\Framework\Extensions\Signum.Workflow\Signum.Workflow.csproj" />"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Workflow\Signum.Workflow.csproj"/>
</Module>
<Module Name="Test.Environment">
<RemoveFiles Path="Southwind.Test.Environment"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.Environment\SouthwindEnvironment.cs"
From="internal static void LoadEmployees()"
To="} //LoadEmployees" />
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.Environment\SouthwindEnvironment.cs"
From="internal static void LoadProducts()"
To="}//LoadShippers" />
<RemoveFiles DependsOn="ExampleEntities" Path="Southwind.Test.Environment\SouthwindExtensions.cs" />
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="SouthwindEnvironment.LoadEmployees();"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="SouthwindEnvironment.LoadProducts();"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="SouthwindEnvironment.LoadCustomers();"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.Environment\EnvironmentTest.cs" Line="SouthwindEnvironment.LoadShippers();"/>
</Module>
<Module Name="Test.Logic" DependsOn="Test.Environment">
<RemoveFiles Path="Southwind.Test.Logic"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.Logic\OrderTest.cs" From="[Fact]" To="}//OrderTestExample"/>
</Module>vp
<Module Name="Test.React" DependsOn="Test.Environment">
<RemoveFiles Path="Southwind.Test.React"/>
<RemoveLine DependsOn="ExampleEntities" Path="Southwind.Test.React\OrderReactTest.cs" From="[Fact]" To="}//OrderReactTestExample"/>
<RemoveProjectReference Path="Framework\Extensions\Signum.Selenium\Signum.Selenium.csproj"/>
</Module>
<Module Name="Docker">
<RemoveFiles Path="Southwind.Server\Dockerfile"/>
<RemoveFiles Path=".dockerignore"/>
<RemoveFiles Path="deployToAzureLIVE.ps1"/>
<RemoveFiles Path="deployToAzureTEST.ps1"/>
</Module>
<Module Name="Bicep">
<RemoveFiles Path="azure-container-registry.bicep"/>
<RemoveFiles Path="azure-main-sqls-postgres.bicep" />
<RemoveFiles Path="azure-environment.bicep" />
<RemoveFiles Path="azure-main-live-test.bicep" />
</Module>
<Module Name="GitlabCICD">
<RemoveFiles Path=".gitlab-ci.yml" />
</Module>
</Modules>
<Projects>
<Project Path ="Southwind\Southwind.csproj"/>
<Project Path ="Southwind.Terminal\Southwind.Terminal.csproj"/>
<Project Path ="Southwind.Test.Environment\Southwind.Test.Environment.csproj"/>
<Project Path ="Southwind.Test.Logic\Southwind.Test.Logic.csproj"/>
<Project Path ="Southwind.Test.React\Southwind.Test.React.csproj"/>
</Projects>
<Solutions>
<Solution Path="Southwind.sln" />
</Solutions>
</File>