Subversion Repository Public Repository

ChrisCompleteCodeTrunk

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
797
{
  "NamedFileConfig": {
    "Account.AccessDenied": [
      {
        "Name": "Account.AccessDenied",
        "SourcePath": "Pages/Account/Account.AccessDenied.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/AccessDenied.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.AccessDenied.cs",
        "SourcePath": "Account.AccessDenied.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/AccessDenied.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.ConfirmEmail": [
      {
        "Name": "Account.ConfirmEmail",
        "SourcePath": "Pages/Account/Account.ConfirmEmail.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ConfirmEmail.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.ConfirmEmail.cs",
        "SourcePath": "Account.ConfirmEmail.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ConfirmEmail.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.ExternalLogin": [
      {
        "Name": "Account.ExternalLogin",
        "SourcePath": "Pages/Account/Account.ExternalLogin.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ExternalLogin.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.ExternalLogin.cs",
        "SourcePath": "Account.ExternalLogin.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ExternalLogin.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.ForgotPassword": [
      {
        "Name": "Account.ForgotPassword",
        "SourcePath": "Pages/Account/Account.ForgotPassword.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ForgotPassword.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.ForgotPassword.cs",
        "SourcePath": "Account.ForgotPassword.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.ForgotPasswordConfirmation": [
      {
        "Name": "Account.ForgotPasswordConfirmation",
        "SourcePath": "Pages/Account/Account.ForgotPasswordConfirmation.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.ForgotPasswordConfirmation.cs",
        "SourcePath": "Account.ForgotPasswordConfirmation.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Lockout": [
      {
        "Name": "Account.Lockout",
        "SourcePath": "Pages/Account/Account.Lockout.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Lockout.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Lockout.cs",
        "SourcePath": "Account.Lockout.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Lockout.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Login": [
      {
        "Name": "Account.Login",
        "SourcePath": "Pages/Account/Account.Login.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Login.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Login.cs",
        "SourcePath": "Account.Login.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Login.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.LoginWith2fa": [
      {
        "Name": "Account.LoginWith2fa",
        "SourcePath": "Pages/Account/Account.LoginWith2fa.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/LoginWith2fa.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.LoginWith2fa.cs",
        "SourcePath": "Account.LoginWith2fa.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/LoginWith2fa.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.LoginWithRecoveryCode": [
      {
        "Name": "Account.LoginWithRecoveryCode",
        "SourcePath": "Pages/Account/Account.LoginWithRecoveryCode.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/LoginWithRecoveryCode.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.LoginWithRecoveryCode.cs",
        "SourcePath": "Account.LoginWithRecoveryCode.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/LoginWithRecoveryCode.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Logout": [
      {
        "Name": "Account.Logout",
        "SourcePath": "Pages/Account/Account.Logout.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Logout.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Logout.cs",
        "SourcePath": "Account.Logout.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Logout.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage._Layout": [
      {
        "Name": "Account.Manage._Layout",
        "SourcePath": "Pages/Account/Manage/Account.Manage._Layout.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_Layout.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage._ManageNav": [
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage._StatusMessage": [
      {
        "Name": "Account.Manage._StatusMessage",
        "SourcePath": "Pages/Account/Manage/Account.Manage._StatusMessage.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_StatusMessage.cshtml",
        "IsTemplate": false
      }
    ],
    "Account.Manage.ChangePassword": [
      {
        "Name": "Account.Manage.ChangePassword",
        "SourcePath": "Pages/Account/Manage/Account.Manage.ChangePassword.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.ChangePassword.cs",
        "SourcePath": "Account.Manage.ChangePassword.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.DeletePersonalData": [
      {
        "Name": "Account.Manage.DeletePersonalData",
        "SourcePath": "Pages/Account/Manage/Account.Manage.DeletePersonalData.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/DeletePersonalData.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.DeletePersonalData.cs",
        "SourcePath": "Account.Manage.DeletePersonalData.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/DeletePersonalData.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.Disable2fa": [
      {
        "Name": "Account.Manage.Disable2fa",
        "SourcePath": "Pages/Account/Manage/Account.Manage.Disable2fa.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/Disable2fa.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.Disable2fa.cs",
        "SourcePath": "Account.Manage.Disable2fa.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/Disable2fa.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.DownloadPersonalData": [
      {
        "Name": "Account.Manage.DownloadPersonalData",
        "SourcePath": "Pages/Account/Manage/Account.Manage.DownloadPersonalData.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.DownloadPersonalData.cs",
        "SourcePath": "Account.Manage.DownloadPersonalData.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.EnableAuthenticator": [
      {
        "Name": "Account.Manage.EnableAuthenticator",
        "SourcePath": "Pages/Account/Manage/Account.Manage.EnableAuthenticator.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.EnableAuthenticator.cs",
        "SourcePath": "Account.Manage.EnableAuthenticator.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.ExternalLogins": [
      {
        "Name": "Account.Manage.ExternalLogins",
        "SourcePath": "Pages/Account/Manage/Account.Manage.ExternalLogins.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.ExternalLogins.cs",
        "SourcePath": "Account.Manage.ExternalLogins.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.GenerateRecoveryCodes": [
      {
        "Name": "Account.Manage.GenerateRecoveryCodes",
        "SourcePath": "Pages/Account/Manage/Account.Manage.GenerateRecoveryCodes.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.GenerateRecoveryCodes.cs",
        "SourcePath": "Account.Manage.GenerateRecoveryCodes.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.Index": [
      {
        "Name": "Account.Manage.Index",
        "SourcePath": "Pages/Account/Manage/Account.Manage.Index.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/Index.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.Index.cs",
        "SourcePath": "Account.Manage.Index.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/Index.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.PersonalData": [
      {
        "Name": "Account.Manage.PersonalData",
        "SourcePath": "Pages/Account/Manage/Account.Manage.PersonalData.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/PersonalData.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.PersonalData.cs",
        "SourcePath": "Account.Manage.PersonalData.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/PersonalData.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.ResetAuthenticator": [
      {
        "Name": "Account.Manage.ResetAuthenticator",
        "SourcePath": "Pages/Account/Manage/Account.Manage.ResetAuthenticator.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ResetAuthenticator.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.ResetAuthenticator.cs",
        "SourcePath": "Account.Manage.ResetAuthenticator.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ResetAuthenticator.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.SetPassword": [
      {
        "Name": "Account.Manage.SetPassword",
        "SourcePath": "Pages/Account/Manage/Account.Manage.SetPassword.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/SetPassword.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.SetPassword.cs",
        "SourcePath": "Account.Manage.SetPassword.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/SetPassword.cshtml.cs",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage._ManageNav",
        "SourcePath": "Account.Manage._ManageNav.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml",
        "IsTemplate": true
      },
      {
        "Name": "Account.Manage.ManageNavPages",
        "SourcePath": "Account.Manage.ManageNavPages.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/ManageNavPages.cs",
        "IsTemplate": true
      }
    ],
    "Account.Manage.TwoFactorAuthentication": [
      {
        "Name": "Account.Manage.TwoFactorAuthentication",
        "SourcePath": "Pages/Account/Manage/Account.Manage.TwoFactorAuthentication.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Manage.TwoFactorAuthentication.cs",
        "SourcePath": "Account.Manage.TwoFactorAuthentication.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.Register": [
      {
        "Name": "Account.Register",
        "SourcePath": "Pages/Account/Account.Register.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Register.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.Register.cs",
        "SourcePath": "Account.Register.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/Register.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.ResetPassword": [
      {
        "Name": "Account.ResetPassword",
        "SourcePath": "Pages/Account/Account.ResetPassword.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ResetPassword.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.ResetPassword.cs",
        "SourcePath": "Account.ResetPassword.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ResetPassword.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Account.ResetPasswordConfirmation": [
      {
        "Name": "Account.ResetPasswordConfirmation",
        "SourcePath": "Pages/Account/Account.ResetPasswordConfirmation.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml",
        "IsTemplate": false
      },
      {
        "Name": "Account.ResetPasswordConfirmation.cs",
        "SourcePath": "Account.ResetPasswordConfirmation.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.cs",
        "IsTemplate": true
      }
    ],
    "Error": [
      {
        "Name": "Error",
        "SourcePath": "Pages/Error.cshtml",
        "OutputPath": "Areas/Identity/Pages/Error.cshtml",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Error.cs",
        "SourcePath": "Error.cs.cshtml",
        "OutputPath": "Areas/Identity/Pages/Error.cshtml.cs",
        "IsTemplate": true,
        "ShowInListFiles": false
      }
    ],
    "WwwRoot": [
      {
        "Name": "Site.css",
        "SourcePath": "wwwroot/css/site.css",
        "OutputPath": "wwwroot/css/site.css",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Site.min.css",
        "SourcePath": "wwwroot/css/site.min.css",
        "OutputPath": "wwwroot/css/site.min.css",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Banner1.svg",
        "SourcePath": "wwwroot/images/banner1.svg",
        "OutputPath": "wwwroot/images/banner1.svg",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Banner2.svg",
        "SourcePath": "wwwroot/images/banner2.svg",
        "OutputPath": "wwwroot/images/banner2.svg",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Banner3.svg",
        "SourcePath": "wwwroot/images/banner3.svg",
        "OutputPath": "wwwroot/images/banner3.svg",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Site.js",
        "SourcePath": "wwwroot/js/site.js",
        "OutputPath": "wwwroot/js/site.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Site.min.js",
        "SourcePath": "wwwroot/js/site.min.js",
        "OutputPath": "wwwroot/js/site.min.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap.css",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap.css",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap.css",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap.css.map",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap.css.map",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap.css.map",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap.min.css",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap.min.css",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap.min.css",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap.min.css.map",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap-theme.css",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap-theme.css.map",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap-theme.min.css",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap-theme.min.css.map",
        "SourcePath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map",
        "OutputPath": "wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Glyphicons-halflings-regular.eot",
        "SourcePath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot",
        "OutputPath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Glyphicons-halflings-regular.svg",
        "SourcePath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg",
        "OutputPath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Glyphicons-halflings-regular.ttf",
        "SourcePath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf",
        "OutputPath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Glyphicons-halflings-regular.woff",
        "SourcePath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff",
        "OutputPath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Glyphicons-halflings-regular.woff2",
        "SourcePath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2",
        "OutputPath": "wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap.js",
        "SourcePath": "wwwroot/lib/bootstrap/dist/js/bootstrap.js",
        "OutputPath": "wwwroot/lib/bootstrap/dist/js/bootstrap.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Bootstrap.min.js",
        "SourcePath": "wwwroot/lib/bootstrap/dist/js/bootstrap.min.js",
        "OutputPath": "wwwroot/lib/bootstrap/dist/js/bootstrap.min.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Npm.js",
        "SourcePath": "wwwroot/lib/bootstrap/dist/js/npm.js",
        "OutputPath": "wwwroot/lib/bootstrap/dist/js/npm.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Lib.Bootstrap.bower.json",
        "SourcePath": "wwwroot/lib/bootstrap/.bower.json",
        "OutputPath": "wwwroot/lib/bootstrap/.bower.json",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Lib.Bootstrap.License",
        "SourcePath": "wwwroot/lib/bootstrap/LICENSE",
        "OutputPath": "wwwroot/lib/bootstrap/LICENSE",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.js",
        "SourcePath": "wwwroot/lib/jquery/dist/jquery.js",
        "OutputPath": "wwwroot/lib/jquery/dist/jquery.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.min.js",
        "SourcePath": "wwwroot/lib/jquery/dist/jquery.min.js",
        "OutputPath": "wwwroot/lib/jquery/dist/jquery.min.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.min.map",
        "SourcePath": "wwwroot/lib/jquery/dist/jquery.min.map",
        "OutputPath": "wwwroot/lib/jquery/dist/jquery.min.map",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.Bower.json",
        "SourcePath": "wwwroot/lib/jquery/.bower.json",
        "OutputPath": "wwwroot/lib/jquery/.bower.json",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.License.txt",
        "SourcePath": "wwwroot/lib/jquery/LICENSE.txt",
        "OutputPath": "wwwroot/lib/jquery/LICENSE.txt",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Additional-methods.js",
        "SourcePath": "wwwroot/lib/jquery-validation/dist/additional-methods.js",
        "OutputPath": "wwwroot/lib/jquery-validation/dist/additional-methods.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Additional-methods.min.js",
        "SourcePath": "wwwroot/lib/jquery-validation/dist/additional-methods.min.js",
        "OutputPath": "wwwroot/lib/jquery-validation/dist/additional-methods.min.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery-validate.js",
        "SourcePath": "wwwroot/lib/jquery-validation/dist/jquery.validate.js",
        "OutputPath": "wwwroot/lib/jquery-validation/dist/jquery.validate.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.validate.min.js",
        "SourcePath": "wwwroot/lib/jquery-validation/dist/Jquery.validate.min.js",
        "OutputPath": "wwwroot/lib/jquery-validation/dist/Jquery.validate.min.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery-validation.bower.json",
        "SourcePath": "wwwroot/lib/jquery-validation/.bower.json",
        "OutputPath": "wwwroot/lib/jquery-validation/.bower.json",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery-validation.License.md",
        "SourcePath": "wwwroot/lib/jquery-validation/LICENSE.md",
        "OutputPath": "wwwroot/lib/jquery-validation/LICENSE.md",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery-validation-unobtrusive.bower.json",
        "SourcePath": "wwwroot/lib/jquery-validation-unobtrusive/.bower.json",
        "OutputPath": "wwwroot/lib/jquery-validation-unobtrusive/.bower.json",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.validate.unobtrusive.js",
        "SourcePath": "wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js",
        "OutputPath": "wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.validate.unobtrusive.min.js",
        "SourcePath": "wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js",
        "OutputPath": "wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "Jquery.License.txt",
        "SourcePath": "wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt",
        "OutputPath": "wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt",
        "IsTemplate": false,
        "ShowInListFiles": false
      },
      {
        "Name": "favicon.ico",
        "SourcePath": "wwwroot/favicon.ico",
        "OutputPath": "wwwroot/favicon.ico",
        "IsTemplate": false,
        "ShowInListFiles": false
      }
    ]
  }
}

Commits for ChrisCompleteCodeTrunk/ActionTireCo/packages/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.2.1.0/lib/netstandard2.0/identitygeneratorfilesconfig.json

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000