forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrings.resx
More file actions
895 lines (884 loc) · 56.5 KB
/
Strings.resx
File metadata and controls
895 lines (884 loc) · 56.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
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
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AtLeastOneTargetFrameworkMustBeSpecified" xml:space="preserve">
<value>NETSDK1001: At least one possible target framework must be specified.</value>
<comment>{StrBegin="NETSDK1001: "}</comment>
</data>
<data name="NoCompatibleTargetFramework" xml:space="preserve">
<value>NETSDK1002: Project '{0}' targets '{2}'. It cannot be referenced by a project that targets '{1}'.</value>
<comment>{StrBegin="NETSDK1002: "}</comment>
</data>
<data name="InvalidFrameworkName" xml:space="preserve">
<value>NETSDK1003: Invalid framework name: '{0}'.</value>
<comment>{StrBegin="NETSDK1003: "}</comment>
</data>
<data name="AssetsFileNotFound" xml:space="preserve">
<value>NETSDK1004: Assets file '{0}' not found. Run a NuGet package restore to generate this file.</value>
<comment>{StrBegin="NETSDK1004: "}</comment>
</data>
<data name="AssetsFileMissingTarget" xml:space="preserve">
<value>NETSDK1005: Assets file '{0}' doesn't have a target for '{1}'. Ensure that restore has run and that you have included '{2}' in the TargetFrameworks for your project.</value>
<comment>{StrBegin="NETSDK1005: "}</comment>
</data>
<data name="AssetsFilePathNotRooted" xml:space="preserve">
<value>NETSDK1006: Assets file path '{0}' is not rooted. Only full paths are supported.</value>
<comment>{StrBegin="NETSDK1006: "}</comment>
</data>
<data name="CannotFindProjectInfo" xml:space="preserve">
<value>NETSDK1007: Cannot find project info for '{0}'. This can indicate a missing project reference.</value>
<comment>{StrBegin="NETSDK1007: "}</comment>
</data>
<data name="MissingItemMetadata" xml:space="preserve">
<value>NETSDK1008: Missing '{0}' metadata on '{1}' item '{2}'.</value>
<comment>{StrBegin="NETSDK1008: "}</comment>
</data>
<data name="UnrecognizedPreprocessorToken" xml:space="preserve">
<value>NETSDK1009: Unrecognized preprocessor token '{0}' in '{1}'.</value>
<comment>{StrBegin="NETSDK1009: "}</comment>
</data>
<data name="ContentPreproccessorParameterRequired" xml:space="preserve">
<value>NETSDK1010: The '{0}' task must be given a value for parameter '{1}' in order to consume preprocessed content.</value>
<comment>{StrBegin="NETSDK1010: "}</comment>
</data>
<data name="ProjectAssetsConsumedWithoutMSBuildProjectPath" xml:space="preserve">
<value>NETSDK1011: Assets are consumed from project '{0}', but no corresponding MSBuild project path was found in '{1}'.</value>
<comment>{StrBegin="NETSDK1011: "}</comment>
</data>
<data name="UnexpectedFileType" xml:space="preserve">
<value>NETSDK1012: Unexpected file type for '{0}'. Type is both '{1}' and '{2}'.</value>
<comment>{StrBegin="NETSDK1012: "}</comment>
</data>
<data name="CannotInferTargetFrameworkIdentifierAndVersion" xml:space="preserve">
<value>NETSDK1013: The TargetFramework value '{0}' was not recognized. It may be misspelled. If not, then the TargetFrameworkIdentifier and/or TargetFrameworkVersion properties must be specified explicitly.</value>
<comment>{StrBegin="NETSDK1013: "}</comment>
</data>
<data name="ContentItemDoesNotProvideOutputPath" xml:space="preserve">
<value>NETSDK1014: Content item for '{0}' sets '{1}', but does not provide '{2}' or '{3}'.</value>
<comment>{StrBegin="NETSDK1014: "}</comment>
</data>
<data name="DuplicatePreprocessorToken" xml:space="preserve">
<value>NETSDK1015: The preprocessor token '{0}' has been given more than one value. Choosing '{1}' as the value.</value>
<comment>{StrBegin="NETSDK1015: "}</comment>
</data>
<data name="UnableToFindResolvedPath" xml:space="preserve">
<value>NETSDK1016: Unable to find resolved path for '{0}'.</value>
<comment>{StrBegin="NETSDK1016: "}</comment>
</data>
<data name="AssetPreprocessorMustBeConfigured" xml:space="preserve">
<value>NETSDK1017: Asset preprocessor must be configured before assets are processed.</value>
<comment>{StrBegin="NETSDK1017: "}</comment>
</data>
<data name="InvalidNuGetVersionString" xml:space="preserve">
<value>NETSDK1018: Invalid NuGet version string: '{0}'.</value>
<comment>{StrBegin="NETSDK1018: "}</comment>
</data>
<data name="UnsupportedFramework" xml:space="preserve">
<value>NETSDK1019: {0} is an unsupported framework.</value>
<comment>{StrBegin="NETSDK1019: "}</comment>
</data>
<data name="IncorrectPackageRoot" xml:space="preserve">
<value>NETSDK1020: Package Root {0} was incorrectly given for Resolved library {1}</value>
<comment>{StrBegin="NETSDK1020: "}</comment>
</data>
<data name="MultipleFilesResolved" xml:space="preserve">
<value>NETSDK1021: More than one file found for {0}</value>
<comment>{StrBegin="NETSDK1021: "}</comment>
</data>
<data name="DuplicateItemsError" xml:space="preserve">
<value>NETSDK1022: Duplicate '{0}' items were included. The .NET SDK includes '{0}' items from your project directory by default. You can either remove these items from your project file, or set the '{1}' property to '{2}' if you want to explicitly include them in your project file. For more information, see {4}. The duplicate items were: {3}</value>
<comment>{StrBegin="NETSDK1022: "}</comment>
</data>
<data name="PackageReferenceOverrideWarning" xml:space="preserve">
<value>NETSDK1023: A PackageReference for '{0}' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see {1}</value>
<comment>{StrBegin="NETSDK1023: "}</comment>
</data>
<data name="FolderAlreadyExists" xml:space="preserve">
<value>NETSDK1024: Folder '{0}' already exists either delete it or provide a different ComposeWorkingDir</value>
<comment>{StrBegin="NETSDK1024: "}</comment>
</data>
<data name="IncorrectTargetFormat" xml:space="preserve">
<value>NETSDK1025: The target manifest {0} provided is of not the correct format</value>
<comment>{StrBegin="NETSDK1025: "}</comment>
</data>
<data name="RuntimeIdentifierWasNotSpecified" xml:space="preserve">
<value>NETSDK1028: Specify a RuntimeIdentifier</value>
<comment>{StrBegin="NETSDK1028: "}</comment>
</data>
<data name="AppHostHasBeenModified" xml:space="preserve">
<value>NETSDK1029: Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</value>
<comment>{StrBegin="NETSDK1029: "}</comment>
</data>
<data name="FileNameIsTooLong" xml:space="preserve">
<value>NETSDK1030: Given file name '{0}' is longer than 1024 bytes</value>
<comment>{StrBegin="NETSDK1030: "}</comment>
</data>
<data name="CannotHaveSelfContainedWithoutRuntimeIdentifier" xml:space="preserve">
<value>NETSDK1031: It is not supported to build or publish a self-contained application without specifying a RuntimeIdentifier. You must either specify a RuntimeIdentifier or set SelfContained to false.</value>
<comment>{StrBegin="NETSDK1031: "}</comment>
</data>
<data name="CannotHaveRuntimeIdentifierPlatformMismatchPlatformTarget" xml:space="preserve">
<value>NETSDK1032: The RuntimeIdentifier platform '{0}' and the PlatformTarget '{1}' must be compatible.</value>
<comment>{StrBegin="NETSDK1032: "}</comment>
</data>
<data name="ChoosingAssemblyVersion_Info" xml:space="preserve">
<value>Choosing '{0}' because AssemblyVersion '{1}' is greater than '{2}'.</value>
</data>
<data name="ChoosingFileVersion_Info" xml:space="preserve">
<value>Choosing '{0}' because file version '{1}' is greater than '{2}'.</value>
</data>
<data name="ChoosingPlatformItem_Info" xml:space="preserve">
<value>Choosing '{0}' because it is a platform item.</value>
</data>
<data name="ChoosingPreferredPackage_Info" xml:space="preserve">
<value>Choosing '{0}' because it comes from a package that is preferred.</value>
</data>
<data name="ChoosingCopyLocalArbitrarily_Info" xml:space="preserve">
<value>Choosing '{0}' arbitrarily as both items are copy-local and have equal file and assembly versions.</value>
</data>
<data name="CouldNotDetermineWinner_EqualVersions_Info" xml:space="preserve">
<value>Could not determine winner due to equal file and assembly versions.</value>
</data>
<data name="CouldNotDetermineWinner_DoesNotExist_Info" xml:space="preserve">
<value>Could not determine winner because '{0}' does not exist.</value>
</data>
<data name="CouldNotDetermineWinner_NoFileVersion_Info" xml:space="preserve">
<value>Could not determine a winner because '{0}' has no file version.</value>
</data>
<data name="CouldNotDetermineWinner_NotAnAssembly_Info" xml:space="preserve">
<value>Could not determine a winner because '{0}' is not an assembly.</value>
</data>
<data name="EncounteredConflict_Info" xml:space="preserve">
<value>Encountered conflict between '{0}' and '{1}'.</value>
</data>
<data name="CouldNotLoadPlatformManifest" xml:space="preserve">
<value>NETSDK1042: Could not load PlatformManifest from '{0}' because it did not exist.</value>
<comment>{StrBegin="NETSDK1042: "}</comment>
</data>
<data name="ErrorParsingPlatformManifest" xml:space="preserve">
<value>NETSDK1043: Error parsing PlatformManifest from '{0}' line {1}. Lines must have the format {2}.</value>
<comment>{StrBegin="NETSDK1043: "}</comment>
</data>
<data name="ErrorParsingPlatformManifestInvalidValue" xml:space="preserve">
<value>NETSDK1044: Error parsing PlatformManifest from '{0}' line {1}. {2} '{3}' was invalid.</value>
<comment>{StrBegin="NETSDK1044: "}</comment>
</data>
<data name="UnsupportedTargetFrameworkVersion" xml:space="preserve">
<value>NETSDK1045: The current .NET SDK does not support targeting {0} {1}. Either target {0} {2} or lower, or use a version of the .NET SDK that supports {0} {1}.</value>
<comment>{StrBegin="NETSDK1045: "}</comment>
</data>
<data name="TargetFrameworkWithSemicolon" xml:space="preserve">
<value>NETSDK1046: The TargetFramework value '{0}' is not valid. To multi-target, use the 'TargetFrameworks' property instead.</value>
<comment>{StrBegin="NETSDK1046: "}</comment>
</data>
<data name="AssetsFileMissingRuntimeIdentifier" xml:space="preserve">
<value>NETSDK1047: Assets file '{0}' doesn't have a target for '{1}'. Ensure that restore has run and that you have included '{2}' in the TargetFrameworks for your project. You may also need to include '{3}' in your project's RuntimeIdentifiers.</value>
<comment>{StrBegin="NETSDK1047: "}</comment>
</data>
<data name="SkippingAdditionalProbingPaths" xml:space="preserve">
<value>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</value>
<comment>{StrBegin="NETSDK1048: "}</comment>
</data>
<data name="GetDependsOnNETStandardFailedWithException" xml:space="preserve">
<value>NETSDK1049: Resolved file has a bad image, no metadata, or is otherwise inaccessible. {0} {1}</value>
<comment>{StrBegin="NETSDK1049: "}</comment>
</data>
<data name="UnsupportedSDKVersionForNetStandard20" xml:space="preserve">
<value>NETSDK1050: The version of Microsoft.NET.Sdk used by this project is insufficient to support references to libraries targeting .NET Standard 1.5 or higher. Please install version 2.0 or higher of the .NET Core SDK.</value>
<comment>{StrBegin="NETSDK1050: "}</comment>
</data>
<data name="ErrorParsingFrameworkListInvalidValue" xml:space="preserve">
<value>NETSDK1051: Error parsing FrameworkList from '{0}'. {1} '{2}' was invalid.</value>
<comment>{StrBegin="NETSDK1051: "}</comment>
</data>
<data name="FrameworkListPathNotRooted" xml:space="preserve">
<value>NETSDK1052: Framework list file path '{0}' is not rooted. Only full paths are supported.</value>
<comment>{StrBegin="NETSDK1052: "}</comment>
</data>
<data name="PackAsToolCannotSupportSelfContained" xml:space="preserve">
<value>NETSDK1053: Pack as tool does not support self contained.</value>
<comment>{StrBegin="NETSDK1053: "}</comment>
</data>
<data name="DotnetToolOnlySupportNetcoreapp" xml:space="preserve">
<value>NETSDK1054: only supports .NET Core.</value>
<comment>{StrBegin="NETSDK1054: "}</comment>
</data>
<data name="DotnetToolDoesNotSupportTFMLowerThanNetcoreapp21" xml:space="preserve">
<value>NETSDK1055: DotnetTool does not support target framework lower than netcoreapp2.1.</value>
<comment>{StrBegin="NETSDK1055: "}</comment>
</data>
<data name="UnsupportedRuntimeIdentifier" xml:space="preserve">
<value>NETSDK1056: Project is targeting runtime '{0}' but did not resolve any runtime-specific packages. This runtime may not be supported by the target framework.</value>
<comment>{StrBegin="NETSDK1056: "}</comment>
</data>
<data name="UsingPreviewSdk_Info" xml:space="preserve">
<value>NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy</value>
</data>
<data name="InvalidItemSpecToUse" xml:space="preserve">
<value>NETSDK1058: Invalid value for ItemSpecToUse parameter: '{0}'. This property must be blank or set to 'Left' or 'Right'</value>
<comment>{StrBegin="NETSDK1058: "}
The following are names of parameters or literal values and should not be translated: ItemSpecToUse, Left, Right</comment>
</data>
<data name="ProjectContainsObsoleteDotNetCliTool" xml:space="preserve">
<value>NETSDK1059: The tool '{0}' is now included in the .NET SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box).</value>
<comment>{StrBegin="NETSDK1059: "}</comment>
</data>
<data name="ErrorReadingAssetsFile" xml:space="preserve">
<value>NETSDK1060: Error reading assets file: {0}</value>
<comment>{StrBegin="NETSDK1060: "}</comment>
</data>
<data name="MismatchedPlatformPackageVersion" xml:space="preserve">
<value>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typically this issue can occur if the RuntimeIdentifier property is set during build or publish but not during restore. For more information, see https://aka.ms/dotnet-runtime-patch-selection.</value>
<comment>{StrBegin="NETSDK1061: "}
{0} - Package Identifier for platform package
{1} - Restored version of platform package
{2} - Current version of platform package</comment>
</data>
<data name="UnableToUsePackageAssetsCache_Info" xml:space="preserve">
<value>Unable to use package assets cache due to I/O error. This can occur when the same project is built more than once in parallel. Performance may be degraded, but the build result will not be impacted.</value>
</data>
<data name="AssetsFileNotSet" xml:space="preserve">
<value>NETSDK1063: The path to the project assets file was not set. Run a NuGet package restore to generate this file.</value>
<comment>{StrBegin="NETSDK1063: "}</comment>
</data>
<data name="PackageNotFound" xml:space="preserve">
<value>NETSDK1064: Package {0}, version {1} was not found. It might have been deleted since NuGet restore. Otherwise, NuGet restore might have only partially completed, which might have been due to maximum path length restrictions.</value>
<comment>{StrBegin="NETSDK1064: "}</comment>
</data>
<data name="CannotFindApphostForRid" xml:space="preserve">
<value>NETSDK1065: Cannot find app host for {0}. {0} could be an invalid runtime identifier (RID). For more information about RID, see https://aka.ms/rid-catalog.</value>
<comment>{StrBegin="NETSDK1065: "}</comment>
</data>
<data name="CannotUseSelfContainedWithoutAppHost" xml:space="preserve">
<value>NETSDK1067: Self-contained applications are required to use the application host. Either set SelfContained to false or set UseAppHost to true.</value>
<comment>{StrBegin="NETSDK1067: "}</comment>
</data>
<data name="FrameworkDependentAppHostRequiresVersion21" xml:space="preserve">
<value>NETSDK1068: The framework-dependent application host requires a target framework of at least 'netcoreapp2.1'.</value>
<comment>{StrBegin="NETSDK1068: "}</comment>
</data>
<data name="NETFrameworkToNonBuiltInNETStandard" xml:space="preserve">
<value>NETSDK1069: This project uses a library that targets .NET Standard 1.5 or higher, and the project targets a version of .NET Framework that doesn't have built-in support for that version of .NET Standard. Visit https://aka.ms/net-standard-known-issues for a set of known issues. Consider retargeting to .NET Framework 4.7.2.</value>
<comment>{StrBegin="NETSDK1069: "}</comment>
</data>
<data name="AppConfigRequiresRootConfiguration" xml:space="preserve">
<value>NETSDK1070: The application configuration file must have root configuration element.</value>
<comment>{StrBegin="NETSDK1070: "}</comment>
</data>
<data name="PackageReferenceVersionNotRecommended" xml:space="preserve">
<value>NETSDK1071: A PackageReference to '{0}' specified a Version of `{1}`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs</value>
<comment>{StrBegin="NETSDK1071: "}</comment>
</data>
<data name="AppHostNotWindowsCLI" xml:space="preserve">
<value>NETSDK1072: Unable to use '{0}' as application host executable because it's not a Windows executable for the CUI (Console) subsystem.</value>
<comment>{StrBegin="NETSDK1072: "}</comment>
</data>
<data name="UnknownFrameworkReference" xml:space="preserve">
<value>NETSDK1073: The FrameworkReference '{0}' was not recognized</value>
<comment>{StrBegin="NETSDK1073: "}</comment>
</data>
<data name="AppHostCustomizationRequiresWindowsHostWarning" xml:space="preserve">
<value>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows (excluding Nano Server).</value>
<comment>{StrBegin="NETSDK1074: "}</comment>
</data>
<data name="InvalidResourceUpdate" xml:space="preserve">
<value>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</value>
<comment>{StrBegin="NETSDK1075: "}</comment>
</data>
<data name="AddResourceWithNonIntegerResource" xml:space="preserve">
<value>NETSDK1076: AddResource can only be used with integer resource types.</value>
<comment>{StrBegin="NETSDK1076: "}</comment>
</data>
<data name="FailedToLockResource" xml:space="preserve">
<value>NETSDK1077: Failed to lock resource.</value>
<comment>{StrBegin="NETSDK1077: "}</comment>
</data>
<data name="AppHostNotWindows" xml:space="preserve">
<value>NETSDK1078: Unable to use '{0}' as application host executable because it's not a Windows PE file.</value>
<comment>{StrBegin="NETSDK1078: "}</comment>
</data>
<data name="AspNetCoreAllNotSupported" xml:space="preserve">
<value>NETSDK1079: The Microsoft.AspNetCore.All package is not supported when targeting .NET Core 3.0 or higher. A FrameworkReference to Microsoft.AspNetCore.App should be used instead, and will be implicitly included by Microsoft.NET.Sdk.Web.</value>
<comment>{StrBegin="NETSDK1079: "}</comment>
</data>
<data name="AspNetCoreUsesFrameworkReference" xml:space="preserve">
<value>NETSDK1080: A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.</value>
<comment>{StrBegin="NETSDK1080: "}</comment>
</data>
<data name="UnresolvedTargetingPack" xml:space="preserve">
<value>NETSDK1081: The targeting pack for {0} was not found. You may be able to resolve this by running a NuGet restore on the project.</value>
<comment>{StrBegin="NETSDK1081: "}</comment>
</data>
<data name="NoRuntimePackAvailable" xml:space="preserve">
<value>NETSDK1082: There was no runtime pack for {0} available for the specified RuntimeIdentifier '{1}'.</value>
<comment>{StrBegin="NETSDK1082: "}</comment>
</data>
<data name="RuntimeIdentifierNotRecognized" xml:space="preserve">
<value>NETSDK1083: The specified RuntimeIdentifier '{0}' is not recognized.</value>
<comment>{StrBegin="NETSDK1083: "}</comment>
</data>
<data name="NoAppHostAvailable" xml:space="preserve">
<value>NETSDK1084: There is no application host available for the specified RuntimeIdentifier '{0}'.</value>
<comment>{StrBegin="NETSDK1084: "}</comment>
</data>
<data name="NoBuildRequested" xml:space="preserve">
<value>NETSDK1085: The 'NoBuild' property was set to true but the 'Build' target was invoked.</value>
<comment>{StrBegin="NETSDK1085: "}</comment>
</data>
<data name="FrameworkReferenceOverrideWarning" xml:space="preserve">
<value>NETSDK1086: A FrameworkReference for '{0}' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see {1}</value>
<comment>{StrBegin="NETSDK1086: "}</comment>
</data>
<data name="FrameworkReferenceDuplicateError" xml:space="preserve">
<value>NETSDK1087: Multiple FrameworkReference items for '{0}' were included in the project.</value>
<comment>{StrBegin="NETSDK1087: "}</comment>
</data>
<data name="ClsidMapExportedTypesRequireExplicitGuid" xml:space="preserve">
<value>NETSDK1088: The COMVisible class '{0}' must have a GuidAttribute with the CLSID of the class to be made visible to COM in .NET Core.</value>
<comment>{StrBegin="NETSDK1088: "}
{0} - The ComVisible class that doesn't have a GuidAttribute on it.</comment>
</data>
<data name="ClsidMapConflictingGuids" xml:space="preserve">
<value>NETSDK1089: The '{0}' and '{1}' types have the same CLSID '{2}' set in their GuidAttribute. Each COMVisible class needs to have a distinct guid for their CLSID.</value>
<comment>{StrBegin="NETSDK1089: "}
{0} - The first type with the conflicting guid.
{1} - The second type with the conflicting guid.
{2} - The guid the two types have.</comment>
</data>
<data name="ClsidMapInvalidAssembly" xml:space="preserve">
<value>NETSDK1090: The supplied assembly '{0}' is not valid. Cannot generate a CLSIDMap from it.</value>
<comment>{StrBegin="NETSDK1090: "}
{0} - The path to the invalid assembly.</comment>
</data>
<data name="CannotFindComhost" xml:space="preserve">
<value>NETSDK1091: Unable to find a .NET Core COM host. The .NET Core COM host is only available on .NET Core 3.0 or higher when targeting Windows.</value>
<comment>{StrBegin="NETSDK1091: "}</comment>
</data>
<data name="CannotEmbedClsidMapIntoComhost" xml:space="preserve">
<value>NETSDK1092: The CLSIDMap cannot be embedded on the COM host because adding resources requires that the build be performed on Windows (excluding Nano Server).</value>
<comment>{StrBegin="NETSDK1092: "}</comment>
</data>
<data name="ProjectToolOnlySupportTFMLowerThanNetcoreapp22" xml:space="preserve">
<value>NETSDK1093: Project tools (DotnetCliTool) only support targeting .NET Core 2.2 and lower.</value>
<comment>{StrBegin="NETSDK1093: "}</comment>
</data>
<data name="ReadyToRunNoValidRuntimePackageError" xml:space="preserve">
<value>NETSDK1094: Unable to optimize assemblies for performance: a valid runtime package was not found. Either set the PublishReadyToRun property to false, or use a supported runtime identifier when publishing and make sure to restore packages with the PublishReadyToRun property set to true.</value>
<comment>{StrBegin="NETSDK1094: "}</comment>
</data>
<data name="ReadyToRunTargetNotSupportedError" xml:space="preserve">
<value>NETSDK1095: Optimizing assemblies for performance is not supported for the selected target platform or architecture. Please verify you are using a supported runtime identifier, or set the PublishReadyToRun property to false.</value>
<comment>{StrBegin="NETSDK1095: "}</comment>
</data>
<data name="ReadyToRunCompilationFailed" xml:space="preserve">
<value>NETSDK1096: Optimizing assemblies for performance failed. You can either exclude the failing assemblies from being optimized, or set the PublishReadyToRun property to false.</value>
<comment>{StrBegin="NETSDK1096: "}</comment>
</data>
<data name="CannotHaveSingleFileWithoutRuntimeIdentifier" xml:space="preserve">
<value>NETSDK1097: It is not supported to publish an application to a single-file without specifying a RuntimeIdentifier. You must either specify a RuntimeIdentifier or set PublishSingleFile to false.</value>
<comment>{StrBegin="NETSDK1097: "}</comment>
</data>
<data name="CannotHaveSingleFileWithoutAppHost" xml:space="preserve">
<value>NETSDK1098: Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.</value>
<comment>{StrBegin="NETSDK1098: "}</comment>
</data>
<data name="CannotHaveSingleFileWithoutExecutable" xml:space="preserve">
<value>NETSDK1099: Publishing to a single-file is only supported for executable applications.</value>
<comment>{StrBegin="NETSDK1099: "}</comment>
</data>
<data name="WindowsDesktopFrameworkRequiresWindows" xml:space="preserve">
<value>NETSDK1100: To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.</value>
<comment>{StrBegin="NETSDK1100: "}</comment>
</data>
<data name="ILLinkRunning" xml:space="preserve">
<value>Optimizing assemblies for size. This process might take a while.</value>
</data>
<data name="ILLinkOptimizedAssemblies" xml:space="preserve">
<value>Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink</value>
</data>
<data name="ILLinkNotSupportedError" xml:space="preserve">
<value>NETSDK1102: Optimizing assemblies for size is not supported for the selected publish configuration. Please ensure that you are publishing a self-contained app.</value>
<comment>{StrBegin="NETSDK1102: "}</comment>
</data>
<data name="RollForwardRequiresVersion30" xml:space="preserve">
<value>NETSDK1103: RollForward setting is only supported on .NET Core 3.0 or higher.</value>
<comment>{StrBegin="NETSDK1103: "}</comment>
</data>
<data name="InvalidRollForwardValue" xml:space="preserve">
<value>NETSDK1104: RollForward value '{0}' is invalid. Allowed values are {1}.</value>
<comment>{StrBegin="NETSDK1104: "}</comment>
</data>
<data name="WindowsDesktopFrameworkRequiresVersion30" xml:space="preserve">
<value>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</value>
<comment>{StrBegin="NETSDK1105: "}</comment>
</data>
<data name="WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms" xml:space="preserve">
<value>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</value>
<comment>{StrBegin="NETSDK1106: "}</comment>
</data>
<data name="UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework" xml:space="preserve">
<value>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</value>
<comment>{StrBegin="NETSDK1107: "}</comment>
</data>
<data name="ReadyToRunCompilationHasWarnings_Info" xml:space="preserve">
<value>Some ReadyToRun compilations emitted warnings, indicating potential missing dependencies. Missing dependencies could potentially cause runtime failures. To show the warnings, set the PublishReadyToRunShowWarnings property to true.</value>
</data>
<data name="RuntimeListNotFound" xml:space="preserve">
<value>NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET team here: https://aka.ms/dotnet-sdk-issue.</value>
<comment>{StrBegin="NETSDK1109: "}</comment>
</data>
<data name="DuplicateRuntimePackAsset" xml:space="preserve">
<value>NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET team here: https://aka.ms/dotnet-sdk-issue.</value>
<comment>{StrBegin="NETSDK1110: "}</comment>
</data>
<data name="FailedToDeleteApphost" xml:space="preserve">
<value>NETSDK1111: Failed to delete output apphost: {0}</value>
<comment>{StrBegin="NETSDK1111: "}</comment>
</data>
<data name="RuntimePackNotDownloaded" xml:space="preserve">
<value>NETSDK1112: The runtime pack for {0} was not downloaded. Try running a NuGet restore with the RuntimeIdentifier '{1}'.</value>
<comment>{StrBegin="NETSDK1112: "}</comment>
</data>
<data name="AppHostCreationFailedWithRetry" xml:space="preserve">
<value>NETSDK1113: Failed to create apphost (attempt {0} out of {1}): {2}</value>
<comment>{StrBegin="NETSDK1113: "}</comment>
</data>
<data name="CannotFindIjwhost" xml:space="preserve">
<value>NETSDK1114: Unable to find a .NET Core IJW host. The .NET Core IJW host is only available on .NET Core 3.1 or higher when targeting Windows.</value>
<comment>{StrBegin="NETSDK1114: "}</comment>
</data>
<data name="NETFrameworkWithoutUsingNETSdkDefaults" xml:space="preserve">
<value>NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework.</value>
<comment>{StrBegin="NETSDK1115: "}</comment>
</data>
<data name="NoSupportCppNonDynamicLibraryDotnetCore" xml:space="preserve">
<value>NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries.</value>
<comment>{StrBegin="NETSDK1116: "}</comment>
</data>
<data name="NoSupportCppPublishDotnetCore" xml:space="preserve">
<value>NETSDK1117: Does not support publish of C++/CLI project targeting dotnet core.</value>
<comment>{StrBegin="NETSDK1117: "}</comment>
</data>
<data name="NoSupportCppPackDotnetCore" xml:space="preserve">
<value>NETSDK1118: C++/CLI projects targeting .NET Core cannot be packed.</value>
<comment>{StrBegin="NETSDK1118: "}</comment>
</data>
<data name="NoSupportCppEnableComHosting" xml:space="preserve">
<value>NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true.</value>
<comment>{StrBegin="NETSDK1119: "}</comment>
</data>
<data name="CppRequiresTFMVersion31" xml:space="preserve">
<value>NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'.</value>
<comment>{StrBegin="NETSDK1120: "}</comment>
</data>
<data name="NoSupportCppSelfContained" xml:space="preserve">
<value>NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true.</value>
<comment>{StrBegin="NETSDK1121: "}</comment>
</data>
<data name="PublishReadyToRunRequiresVersion30" xml:space="preserve">
<value>NETSDK1122: ReadyToRun compilation will be skipped because it is only supported for .NET Core 3.0 or higher.</value>
<comment>{StrBegin="NETSDK1122: "}</comment>
</data>
<data name="PublishSingleFileRequiresVersion30" xml:space="preserve">
<value>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</value>
<comment>{StrBegin="NETSDK1123: "}</comment>
</data>
<data name="PublishTrimmedRequiresVersion30" xml:space="preserve">
<value>NETSDK1124: Trimming assemblies requires .NET Core 3.0 or higher.</value>
<comment>{StrBegin="NETSDK1124: "}</comment>
</data>
<data name="CanOnlyHaveSingleFileWithNetCoreApp" xml:space="preserve">
<value>NETSDK1125: Publishing to a single-file is only supported for netcoreapp target.</value>
<comment>{StrBegin="NETSDK1125: "}</comment>
</data>
<data name="Crossgen2RequiresSelfContained" xml:space="preserve">
<value>NETSDK1126: Publishing ReadyToRun using Crossgen2 is only supported for self-contained applications.</value>
<comment>{StrBegin="NETSDK1126: "}</comment>
</data>
<data name="TargetingPackNeedsRestore" xml:space="preserve">
<value>NETSDK1127: The targeting pack {0} is not installed. Please restore and try again.</value>
<comment>{StrBegin="NETSDK1127: "}</comment>
</data>
<data name="NoSupportComSelfContained" xml:space="preserve">
<value>NETSDK1128: COM hosting does not support self-contained deployments.</value>
<comment>{StrBegin="NETSDK1128: "}</comment>
</data>
<data name="PublishUnsupportedWithoutTargetFramework" xml:space="preserve">
<value>NETSDK1129: The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify the framework for the published application.</value>
<comment>{StrBegin="NETSDK1129: "}</comment>
</data>
<data name="WinMDReferenceNotSupportedOnTargetFramework" xml:space="preserve">
<value>NETSDK1130: {1} cannot be referenced. Referencing a Windows Metadata component directly when targeting .NET 5 or higher is not supported. For more information, see https://aka.ms/netsdk1130</value>
<comment>{StrBegin="NETSDK1130: "}</comment>
</data>
<data name="WinMDObjNotSupportedOnTargetFramework" xml:space="preserve">
<value>NETSDK1131: Producing a managed Windows Metadata component with WinMDExp is not supported when targeting {0}.</value>
<comment>{StrBegin="NETSDK1131: "}</comment>
</data>
<data name="NoRuntimePackInformation" xml:space="preserve">
<value>NETSDK1132: No runtime pack information was available for {0}.</value>
<comment>{StrBegin="NETSDK1132: "}</comment>
</data>
<data name="ConflictingRuntimePackInformation" xml:space="preserve">
<value>NETSDK1133: There was conflicting information about runtime packs available for {0}:
{1}</value>
<comment>{StrBegin="NETSDK1133: "}</comment>
</data>
<data name="CannotHaveSolutionLevelRuntimeIdentifier" xml:space="preserve">
<value>NETSDK1134: Building a solution with a specific RuntimeIdentifier is not supported. If you would like to publish for a single RID, specifiy the RID at the individual project level instead.</value>
<comment>{StrBegin="NETSDK1134: "}</comment>
</data>
<data name="CannotHaveSupportedOSPlatformVersionHigherThanTargetPlatformVersion" xml:space="preserve">
<value>NETSDK1135: SupportedOSPlatformVersion {0} cannot be higher than TargetPlatformVersion {1}.</value>
<comment>{StrBegin="NETSDK1135: "}</comment>
</data>
<data name="WindowsDesktopTargetPlatformMustBeWindows" xml:space="preserve">
<value>NETSDK1136: The target platform must be set to Windows (usually by including '-windows' in the TargetFramework property) when using Windows Forms or WPF, or referencing projects or packages that do so.</value>
<comment>{StrBegin="NETSDK1136: "}</comment>
</data>
<data name="UnnecessaryWindowsDesktopSDK" xml:space="preserve">
<value>NETSDK1137: It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.</value>
<comment>{StrBegin="NETSDK1137: "}</comment>
</data>
<data name="TargetFrameworkIsEol" xml:space="preserve">
<value>NETSDK1138: The target framework '{0}' is out of support and will not receive security updates in the future. Please refer to {1} for more information about the support policy.</value>
<comment>{StrBegin="NETSDK1138: "}</comment>
</data>
<data name="UnsupportedTargetPlatformIdentifier" xml:space="preserve">
<value>NETSDK1139: The target platform identifier {0} was not recognized.</value>
<comment>{StrBegin="NETSDK1139: "}</comment>
</data>
<data name="InvalidTargetPlatformVersion" xml:space="preserve">
<value>NETSDK1140: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
{2}</value>
<comment>{StrBegin="NETSDK1140: "}</comment>
</data>
<data name="GlobalJsonSDKResolutionFailed" xml:space="preserve">
<value>NETSDK1141: Unable to resolve the .NET SDK version as specified in the global.json located at {0}.</value>
<comment>{StrBegin="NETSDK1141: "}</comment>
</data>
<data name="CannotIncludeSymbolsInSingleFile" xml:space="preserve">
<value>NETSDK1142: Including symbols in a single file bundle is not supported when publishing for .NET5 or higher.</value>
<comment>{StrBegin="NETSDK1142: "}</comment>
</data>
<data name="CannotIncludeAllContentButNotNativeLibrariesInSingleFile" xml:space="preserve">
<value>NETSDK1143: Including all content in a single file bundle also includes native libraries. If IncludeAllContentForSelfExtract is true, IncludeNativeLibrariesForSelfExtract must not be false.</value>
<comment>{StrBegin="NETSDK1143: "}</comment>
</data>
<data name="ILLinkFailed" xml:space="preserve">
<value>NETSDK1144: Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.</value>
<comment>{StrBegin="NETSDK1144: "}</comment>
</data>
<data name="TargetingApphostPackMissingCannotRestore" xml:space="preserve">
<value>NETSDK1145: The {0} pack is not installed and NuGet package restore is not supported. Upgrade Visual Studio, remove global.json if it specifies a certain SDK version, and uninstall the newer SDK. For more options visit https://aka.ms/targeting-apphost-pack-missing Pack Type:{0}, Pack directory: {1}, targetframework: {2}, Pack PackageId: {3}, Pack Package Version: {4}</value>
<comment>{StrBegin="NETSDK1145: "}</comment>
</data>
<data name="PackAsToolCannotSupportTargetPlatformIdentifier" xml:space="preserve">
<value>NETSDK1146: PackAsTool does not support TargetPlatformIdentifier being set. For example, TargetFramework cannot be net5.0-windows, only net5.0. PackAsTool also does not support UseWPF or UseWindowsForms when targeting .NET 5 and higher.</value>
<comment>{StrBegin="NETSDK1146: "}</comment>
</data>
<data name="WorkloadNotInstalled" xml:space="preserve">
<value>NETSDK1147: To build this project, the following workloads must be installed: {0}
To install these workloads, run the following command: dotnet workload restore</value>
<comment>{StrBegin="NETSDK1147: "} LOCALIZATION: Do not localize "dotnet workload restore"</comment>
</data>
<data name="WindowsSDKVersionConflicts" xml:space="preserve">
<value>NETSDK1148: A referenced assembly was compiled using a newer version of Microsoft.Windows.SDK.NET.dll. Please update to a newer .NET SDK in order to reference this assembly.</value>
<comment>{StrBegin="NETSDK1148: "}</comment>
</data>
<data name="WinMDTransitiveReferenceNotSupported" xml:space="preserve">
<value>NETSDK1149: {0} cannot be referenced because it uses built-in support for WinRT, which is no longer supported in .NET 5 and higher. An updated version of the component supporting .NET 5 is needed. For more information, see https://aka.ms/netsdk1149</value>
<comment>{StrBegin="NETSDK1149: "}</comment>
</data>
<data name="SelfContainedExeCannotReferenceNonSelfContained" xml:space="preserve">
<value>NETSDK1150: The referenced project '{0}' is a non self-contained executable. A non self-contained executable cannot be referenced by a self-contained executable. For more information, see https://aka.ms/netsdk1150</value>
<comment>{StrBegin="NETSDK1150: "}</comment>
</data>
<data name="NonSelfContainedExeCannotReferenceSelfContained" xml:space="preserve">
<value>NETSDK1151: The referenced project '{0}' is a self-contained executable. A self-contained executable cannot be referenced by a non self-contained executable. For more information, see https://aka.ms/netsdk1151</value>
<comment>{StrBegin="NETSDK1151: "}</comment>
</data>
<data name="DuplicatePublishOutputFiles" xml:space="preserve">
<value>NETSDK1152: Found multiple publish output files with the same relative path: {0}.</value>
<comment>{StrBegin="NETSDK1152: "}</comment>
</data>
<data name="CrossgenToolMissingInPDBCompilationMode" xml:space="preserve">
<value>NETSDK1153: CrossgenTool not specified in PDB compilation mode.</value>
<comment>{StrBegin="NETSDK1153: "}</comment>
</data>
<data name="Crossgen2ToolMissingWhenUseCrossgen2IsSet" xml:space="preserve">
<value>NETSDK1154: Crossgen2Tool must be specified when UseCrossgen2 is set to true.</value>
<comment>{StrBegin="NETSDK1154: "}</comment>
</data>
<data name="Crossgen2ToolExecutableNotFound" xml:space="preserve">
<value>NETSDK1155: Crossgen2Tool executable '{0}' not found.</value>
<comment>{StrBegin="NETSDK1155: "}</comment>
</data>
<data name="DotNetHostExecutableNotFound" xml:space="preserve">
<value>NETSDK1156: .NET host executable '{0}' not found.</value>
<comment>{StrBegin="NETSDK1156: "}</comment>
</data>
<data name="JitLibraryNotFound" xml:space="preserve">
<value>NETSDK1157: JIT library '{0}' not found.</value>
<comment>{StrBegin="NETSDK1157: "}</comment>
</data>
<data name="Crossgen2MissingRequiredMetadata" xml:space="preserve">
<value>NETSDK1158: Required '{0}' metadata missing on Crossgen2Tool item.</value>
<comment>{StrBegin="NETSDK1158: "}</comment>
</data>
<data name="CrossgenToolMissingWhenUseCrossgen2IsNotSet" xml:space="preserve">
<value>NETSDK1159: CrossgenTool must be specified when UseCrossgen2 is set to false.</value>
<comment>{StrBegin="NETSDK1159: "}</comment>
</data>
<data name="CrossgenToolExecutableNotFound" xml:space="preserve">
<value>NETSDK1160: CrossgenTool executable '{0}' not found.</value>
<comment>{StrBegin="NETSDK1160: "}</comment>
</data>
<data name="DiaSymReaderLibraryNotFound" xml:space="preserve">
<value>NETSDK1161: DiaSymReader library '{0}' not found.</value>
<comment>{StrBegin="NETSDK1161: "}</comment>
</data>
<data name="PDBGeneratorInputExecutableNotFound" xml:space="preserve">
<value>NETSDK1162: PDB generation: R2R executable '{0}' not found.</value>
<comment>{StrBegin="NETSDK1162: "}</comment>
</data>
<data name="InputAssemblyNotFound" xml:space="preserve">
<value>NETSDK1163: Input assembly '{0}' not found.</value>
<comment>{StrBegin="NETSDK1163: "}</comment>
</data>
<data name="MissingOutputPDBImagePath" xml:space="preserve">
<value>NETSDK1164: Missing output PDB path in PDB generation mode (OutputPDBImage metadata).</value>
<comment>{StrBegin="NETSDK1164: "}</comment>
</data>
<data name="MissingOutputR2RImageFileName" xml:space="preserve">
<value>NETSDK1165: Missing output R2R image path (OutputR2RImage metadata).</value>
<comment>{StrBegin="NETSDK1165: "}</comment>
</data>
<data name="Crossgen5CannotEmitSymbolsInCompositeMode" xml:space="preserve">
<value>NETSDK1166: Cannot emit symbols when publishing for .NET 5 with Crossgen2 using composite mode.</value>
<comment>{StrBegin="NETSDK1166: "}</comment>
</data>
<data name="CompressionInSingleFileRequires60" xml:space="preserve">
<value>NETSDK1167: Compression in a single file bundle is only supported when publishing for .NET6 or higher.</value>
<comment>{StrBegin="NETSDK1167: "}</comment>
</data>
<data name="TrimmingWpfIsNotSupported" xml:space="preserve">
<value>NETSDK1168: WPF is not supported or recommended with trimming enabled. Please go to https://aka.ms/dotnet-illink/wpf for more details.</value>
<comment>{StrBegin="NETSDK1168: "}</comment>
</data>
<data name="DuplicateTypeLibraryIds" xml:space="preserve">
<value>NETSDK1169: The same resource ID {0} was specified for two type libraries '{1}' and '{2}'. Duplicate type library IDs are not allowed.</value>
<comment>{StrBegin="NETSDK1169: "}</comment>
</data>
<data name="InvalidTypeLibraryId" xml:space="preserve">
<value>NETSDK1170: The provided type library ID '{0}' for type library '{1}' is invalid. The ID must be a positive integer less than 65536.</value>
<comment>{StrBegin="NETSDK1170: "}</comment>
</data>
<data name="MissingTypeLibraryId" xml:space="preserve">
<value>NETSDK1171: An integer ID less than 65536 must be provided for type library '{0}' because more than one type library is specified.</value>
<comment>{StrBegin="NETSDK1171: "}</comment>
</data>
<data name="TypeLibraryDoesNotExist" xml:space="preserve">
<value>NETSDK1172: The provided type library '{0}' does not exist.</value>
<comment>{StrBegin="NETSDK1172: "}</comment>
</data>
<data name="InvalidTypeLibrary" xml:space="preserve">
<value>NETSDK1173: The provided type library '{0}' is in an invalid format.</value>
<comment>{StrBegin="NETSDK1173: "}</comment>
</data>
<data name="PlaceholderRunCommandProjectAbbreviationDeprecated" xml:space="preserve">
<value>NETSDK1174: Placeholder</value>
<comment>{StrBegin="NETSDK1174: "} - This string is not used here, but is a placeholder for the error code, which is used by the "dotnet run" command.</comment>
</data>
<data name="TrimmingWindowsFormsIsNotSupported" xml:space="preserve">
<value>NETSDK1175: Windows Forms is not supported or recommended with trimming enabled. Please go to https://aka.ms/dotnet-illink/windows-forms for more details.</value>
<comment>{StrBegin="NETSDK1175: "}</comment>
</data>
<data name="CompressionInSingleFileRequiresSelfContained" xml:space="preserve">
<value>NETSDK1176: Compression in a single file bundle is only supported when publishing a self-contained application.</value>
<comment>{StrBegin="NETSDK1176: "}</comment>
</data>
<data name="AppHostSigningFailed" xml:space="preserve">
<value>NETSDK1177: Failed to sign apphost with error code {1}: {0}</value>
<comment>{StrBegin="NETSDK1177: "}</comment>
</data>
<data name="WorkloadNotAvailable" xml:space="preserve">
<value>NETSDK1178: The project depends on the following workload packs that do not exist in any of the workloads available in this installation: {0}
You may need to build the project on another operating system or architecture, or update the .NET SDK.</value>
<comment>{StrBegin="NETSDK1178: "}</comment>
</data>
<data name="SelfContainedOptionShouldBeUsedWithRuntime" xml:space="preserve">
<value>NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.</value>
<comment>{StrBegin="NETSDK1179: "}</comment>
</data>
<data name="CouldNotGetPackVersionFromWorkloadManifests" xml:space="preserve">
<value>NETSDK1181: Error getting pack version: Pack '{0}' was not present in workload manifests.</value>
<comment>{StrBegin="NETSDK1181: "}</comment>
</data>
<data name="Net6NotCompatibleWithDev16" xml:space="preserve">
<value>NETSDK1182: Targeting .NET 6.0 or higher in Visual Studio 2019 is not supported.</value>
<comment>{StrBegin="NETSDK1182: "}</comment>
</data>
<data name="AotNoValidRuntimePackageError" xml:space="preserve">
<value>NETSDK1183: Unable to optimize assemblies for ahead-of-time compilation: a valid runtime package was not found. Either set the PublishAot property to false, or use a supported runtime identifier when publishing. When targeting .NET 7 or higher, make sure to restore packages with the PublishAot property set to true.</value>
<comment>{StrBegin="NETSDK1183: "}</comment>
</data>
<data name="TargetingPackNotRestored_TransitiveDisabled" xml:space="preserve">
<value>NETSDK1184: The Targeting Pack for FrameworkReference '{0}' was not available. This may be because DisableTransitiveFrameworkReferenceDownloads was set to true.</value>
<comment>{StrBegin="NETSDK1184: "}</comment>
</data>
<data name="RuntimePackNotRestored_TransitiveDisabled" xml:space="preserve">
<value>NETSDK1185: The Runtime Pack for FrameworkReference '{0}' was not available. This may be because DisableTransitiveFrameworkReferenceDownloads was set to true.</value>
<comment>{StrBegin="NETSDK1185: "}</comment>
</data>
<data name="UnknownFrameworkReference_MauiEssentials" xml:space="preserve">
<value>NETSDK1186: This project depends on Maui Essentials through a project or NuGet package reference, but doesn't declare that dependency explicitly. To build this project, you must set the UseMauiEssentials property to true (and install the Maui workload if necessary).</value>
<comment>{StrBegin="NETSDK1186: "}</comment>
</data>
<data name="PackageContainsIncorrectlyCasedLocale" xml:space="preserve">
<value>NETSDK1187: Package {0} {1} has a resource with the locale '{2}'. This locale has been normalized to the standard format '{3}' to prevent casing issues in the build. Consider notifying the package author about this casing issue.</value>
<comment>Error code is NETSDK1187. 0 is a package name, 1 is a package version, 2 is the incorrect locale string, and 3 is the correct locale string.</comment>
</data>
<data name="PackageContainsUnknownLocale" xml:space="preserve">
<value>NETSDK1188: Package {0} {1} has a resource with the locale '{2}'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.</value>
<comment>Error code is NETSDK1188. 0 is a package name, 1 is a package version, and 2 is the incorrect locale string</comment>
</data>
<data name="Prefer32BitIgnoredForNetCoreApp" xml:space="preserve">
<value>NETSDK1189: Prefer32Bit is not supported and has no effect for netcoreapp target.</value>
<comment>{StrBegin="NETSDK1189: "}</comment>
</data>
<data name="ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed" xml:space="preserve">
<value>NETSDK1191: A runtime identifier for the property '{0}' couldn't be inferred. Specify a rid explicitly.</value>
<comment>{StrBegin="NETSDK1191: "}</comment>
</data>
<data name="Net7NotCompatibleWithDev173" xml:space="preserve">
<value>NETSDK1192: Targeting .NET 7.0 or higher in Visual Studio 2022 17.3 is not supported.</value>
<comment>{StrBegin="NETSDK1192: "}</comment>
</data>
<data name="PublishSelfContainedMustBeBool" xml:space="preserve">
<value>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</value>
<comment>{StrBegin="NETSDK1193: "}</comment>
</data>
<data name="CannotHaveSolutionLevelOutputPath" xml:space="preserve">
<value>NETSDK1194: The "--output" option isn't supported when building a solution.</value>
<comment>{StrBegin="NETSDK1194: "}</comment>
</data>
<data name="ILLinkNoValidRuntimePackageError" xml:space="preserve">
<value>NETSDK1195: Unable to optimize assemblies for size: a valid runtime package was not found. Either set the PublishTrimmed property to false, or use a supported target framework when publishing.</value>
<comment>{StrBegin="NETSDK1195: "}</comment>
</data>
<data name="AotNotSupported" xml:space="preserve">
<value>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</value>
<comment>{StrBegin="NETSDK1196: "}</comment>
</data>
<data name="SolutionProjectConfigurationsConflict" xml:space="preserve">
<value>NETSDK1197: Multiple solution project(s) contain conflicting '{0}' values; ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}</value>
<comment>{StrBegin="NETSDK1197: "}</comment>
</data>
</root>