Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: experimental/visual_studio_plugin/third_party/Microsoft.VisualStudio.Project/Resources.Designer.cs

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 //----------------------------------------------------------------------------- -
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.3603
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10
11 namespace Microsoft.VisualStudio.Project {
12 using System;
13
14
15 /// <summary>
16 /// A strongly-typed resource class, for looking up localized strings, etc .
17 /// </summary>
18 // This class was auto-generated by the StronglyTypedResourceBuilder
19 // class via a tool like ResGen or Visual Studio.
20 // To add or remove a member, edit your .ResX file then rerun ResGen
21 // with the /str option, or rebuild your VS project.
22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.To ols.StronglyTypedResourceBuilder", "2.0.0.0")]
23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25 public class Resources {
26
27 private static global::System.Resources.ResourceManager resourceMan;
28
29 private static global::System.Globalization.CultureInfo resourceCulture;
30
31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Micro soft.Performance", "CA1811:AvoidUncalledPrivateCode")]
32 internal Resources() {
33 }
34
35 /// <summary>
36 /// Returns the cached ResourceManager instance used by this class.
37 /// </summary>
38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.C omponentModel.EditorBrowsableState.Advanced)]
39 public static global::System.Resources.ResourceManager ResourceManager {
40 get {
41 if (object.ReferenceEquals(resourceMan, null)) {
42 global::System.Resources.ResourceManager temp = new global:: System.Resources.ResourceManager("Microsoft.VisualStudio.Project.Resources", typ eof(Resources).Assembly);
43 resourceMan = temp;
44 }
45 return resourceMan;
46 }
47 }
48
49 /// <summary>
50 /// Overrides the current thread's CurrentUICulture property for all
51 /// resource lookups using this strongly typed resource class.
52 /// </summary>
53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.C omponentModel.EditorBrowsableState.Advanced)]
54 public static global::System.Globalization.CultureInfo Culture {
55 get {
56 return resourceCulture;
57 }
58 set {
59 resourceCulture = value;
60 }
61 }
62
63 /// <summary>
64 /// Looks up a localized string similar to Add Reference.
65 /// </summary>
66 public static string AddReferenceDialogTitle {
67 get {
68 return ResourceManager.GetString("AddReferenceDialogTitle", reso urceCulture);
69 }
70 }
71
72 /// <summary>
73 /// Looks up a localized string similar to Failed to add file &apos;{0 }&apos; to project as project is null..
74 /// </summary>
75 public static string AddToNullProjectError {
76 get {
77 return ResourceManager.GetString("AddToNullProjectError", resour ceCulture);
78 }
79 }
80
81 /// <summary>
82 /// Looks up a localized string similar to Advanced.
83 /// </summary>
84 public static string Advanced {
85 get {
86 return ResourceManager.GetString("Advanced", resourceCulture);
87 }
88 }
89
90 /// <summary>
91 /// Looks up a localized string similar to Application.
92 /// </summary>
93 public static string Application {
94 get {
95 return ResourceManager.GetString("Application", resourceCulture) ;
96 }
97 }
98
99 /// <summary>
100 /// Looks up a localized string similar to Application Icon.
101 /// </summary>
102 public static string ApplicationIcon {
103 get {
104 return ResourceManager.GetString("ApplicationIcon", resourceCult ure);
105 }
106 }
107
108 /// <summary>
109 /// Looks up a localized string similar to Sets the .ico file to use a s your application icon..
110 /// </summary>
111 public static string ApplicationIconDescription {
112 get {
113 return ResourceManager.GetString("ApplicationIconDescription", r esourceCulture);
114 }
115 }
116
117 /// <summary>
118 /// Looks up a localized string similar to Assembly Name.
119 /// </summary>
120 public static string AssemblyName {
121 get {
122 return ResourceManager.GetString("AssemblyName", resourceCulture );
123 }
124 }
125
126 /// <summary>
127 /// Looks up a localized string similar to The name of the output file that will hold assembly metadata..
128 /// </summary>
129 public static string AssemblyNameDescription {
130 get {
131 return ResourceManager.GetString("AssemblyNameDescription", reso urceCulture);
132 }
133 }
134
135 /// <summary>
136 /// Looks up a localized string similar to Could not load attribute &a pos;{0}&apos; from project file &apos;{1}&apos;..
137 /// </summary>
138 public static string AttributeLoad {
139 get {
140 return ResourceManager.GetString("AttributeLoad", resourceCultur e);
141 }
142 }
143
144 /// <summary>
145 /// Looks up a localized string similar to Build Action.
146 /// </summary>
147 public static string BuildAction {
148 get {
149 return ResourceManager.GetString("BuildAction", resourceCulture) ;
150 }
151 }
152
153 /// <summary>
154 /// Looks up a localized string similar to How the file relates to the build and deployment process.
155 /// </summary>
156 public static string BuildActionDescription {
157 get {
158 return ResourceManager.GetString("BuildActionDescription", resou rceCulture);
159 }
160 }
161
162 /// <summary>
163 /// Looks up a localized string similar to Build.
164 /// </summary>
165 public static string BuildCaption {
166 get {
167 return ResourceManager.GetString("BuildCaption", resourceCulture );
168 }
169 }
170
171 /// <summary>
172 /// Looks up a localized string similar to Exception was thrown during BuildBegin event\n{0}.
173 /// </summary>
174 public static string BuildEventError {
175 get {
176 return ResourceManager.GetString("BuildEventError", resourceCult ure);
177 }
178 }
179
180 /// <summary>
181 /// Looks up a localized string similar to Verbosity.
182 /// </summary>
183 public static string BuildVerbosity {
184 get {
185 return ResourceManager.GetString("BuildVerbosity", resourceCultu re);
186 }
187 }
188
189 /// <summary>
190 /// Looks up a localized string similar to Specify how much informatio n is included in the build output.
191 /// </summary>
192 public static string BuildVerbosityDescription {
193 get {
194 return ResourceManager.GetString("BuildVerbosityDescription", re sourceCulture);
195 }
196 }
197
198 /// <summary>
199 /// Looks up a localized string similar to The command you are attempt ing cannot be completed because the file &apos;{0}&apos; that must be modified c annot be changed. If the file is under source control, you may want to check it out; if the file is read-only on disk, you may want to change its attributes..
200 /// </summary>
201 public static string CancelQueryEdit {
202 get {
203 return ResourceManager.GetString("CancelQueryEdit", resourceCult ure);
204 }
205 }
206
207 /// <summary>
208 /// Looks up a localized string similar to A file with name &apos;{0}& apos; already exists and is open in an editor. Please give a unique name to the item you are adding, or delete the existing item first..
209 /// </summary>
210 public static string CannotAddFileThatIsOpenInEditor {
211 get {
212 return ResourceManager.GetString("CannotAddFileThatIsOpenInEdito r", resourceCulture);
213 }
214 }
215
216 /// <summary>
217 /// Looks up a localized string similar to Cannot save &apos;{0}&apos; as it is not open in the editor..
218 /// </summary>
219 public static string CanNotSaveFileNotOpeneInEditor {
220 get {
221 return ResourceManager.GetString("CanNotSaveFileNotOpeneInEditor ", resourceCulture);
222 }
223 }
224
225 /// <summary>
226 /// Looks up a localized string similar to ECMA-335 CLI compatible fra mework (location must be provided).
227 /// </summary>
228 public static string cli1 {
229 get {
230 return ResourceManager.GetString("cli1", resourceCulture);
231 }
232 }
233
234 /// <summary>
235 /// Looks up a localized string similar to Compile.
236 /// </summary>
237 public static string Compile {
238 get {
239 return ResourceManager.GetString("Compile", resourceCulture);
240 }
241 }
242
243 /// <summary>
244 /// Looks up a localized string similar to If you change a file name e xtension, the file may become unusable. Are you sure you want to change it?.
245 /// </summary>
246 public static string ConfirmExtensionChange {
247 get {
248 return ResourceManager.GetString("ConfirmExtensionChange", resou rceCulture);
249 }
250 }
251
252 /// <summary>
253 /// Looks up a localized string similar to Content.
254 /// </summary>
255 public static string Content {
256 get {
257 return ResourceManager.GetString("Content", resourceCulture);
258 }
259 }
260
261 /// <summary>
262 /// Looks up a localized string similar to Copy Local.
263 /// </summary>
264 public static string CopyToLocal {
265 get {
266 return ResourceManager.GetString("CopyToLocal", resourceCulture) ;
267 }
268 }
269
270 /// <summary>
271 /// Looks up a localized string similar to Indicates whether the refer ence will be copied to the output directory..
272 /// </summary>
273 public static string CopyToLocalDescription {
274 get {
275 return ResourceManager.GetString("CopyToLocalDescription", resou rceCulture);
276 }
277 }
278
279 /// <summary>
280 /// Looks up a localized string similar to Custom Tool.
281 /// </summary>
282 public static string CustomTool {
283 get {
284 return ResourceManager.GetString("CustomTool", resourceCulture);
285 }
286 }
287
288 /// <summary>
289 /// Looks up a localized string similar to Specifies the tool that tra nsforms a file at design time and places the output of that transformation into another file. For example, a dataset (.xsd) file comes with a default custom too l..
290 /// </summary>
291 public static string CustomToolDescription {
292 get {
293 return ResourceManager.GetString("CustomToolDescription", resour ceCulture);
294 }
295 }
296
297 /// <summary>
298 /// Looks up a localized string similar to Custom Tool Namespace.
299 /// </summary>
300 public static string CustomToolNamespace {
301 get {
302 return ResourceManager.GetString("CustomToolNamespace", resource Culture);
303 }
304 }
305
306 /// <summary>
307 /// Looks up a localized string similar to The namespace into which th e output of the custom tool is placed..
308 /// </summary>
309 public static string CustomToolNamespaceDescription {
310 get {
311 return ResourceManager.GetString("CustomToolNamespaceDescription ", resourceCulture);
312 }
313 }
314
315 /// <summary>
316 /// Looks up a localized string similar to Default Namespace.
317 /// </summary>
318 public static string DefaultNamespace {
319 get {
320 return ResourceManager.GetString("DefaultNamespace", resourceCul ture);
321 }
322 }
323
324 /// <summary>
325 /// Looks up a localized string similar to Specifies the default names pace for added items, such as classes, that are added via the Add New Item Dialo g Box..
326 /// </summary>
327 public static string DefaultNamespaceDescription {
328 get {
329 return ResourceManager.GetString("DefaultNamespaceDescription", resourceCulture);
330 }
331 }
332
333 /// <summary>
334 /// Looks up a localized string similar to Detailed.
335 /// </summary>
336 public static string Detailed {
337 get {
338 return ResourceManager.GetString("Detailed", resourceCulture);
339 }
340 }
341
342 /// <summary>
343 /// Looks up a localized string similar to An &apos;Import&apos; of th e file &apos;{1}&apos; was found in the project file &apos;{0}&apos;. This file is not registered as a safe file to import, and could contain targets and tasks that are harmful. If this imported file is indeed considered safe, then it can be registered by writing to the registry key {2}..
344 /// </summary>
345 public static string DetailsImport {
346 get {
347 return ResourceManager.GetString("DetailsImport", resourceCultur e);
348 }
349 }
350
351 /// <summary>
352 /// Looks up a localized string similar to One or more items named &ap os;{1}&apos; were found in the project file &apos;{0}&apos;. These items normall y should not be specified in the project file. They can change the way targets a nd tasks are executed during project load, and this could have harmful effects..
353 /// </summary>
354 public static string DetailsItem {
355 get {
356 return ResourceManager.GetString("DetailsItem", resourceCulture) ;
357 }
358 }
359
360 /// <summary>
361 /// Looks up a localized string similar to An item referring to the fi le &apos;{1}&apos; was found in the project file &apos;{0}&apos;. Since this fi le is located within a system directory, root directory, or network share, it co uld be harmful to write to this file..
362 /// </summary>
363 public static string DetailsItemLocation {
364 get {
365 return ResourceManager.GetString("DetailsItemLocation", resource Culture);
366 }
367 }
368
369 /// <summary>
370 /// Looks up a localized string similar to A property named &apos;{1}& apos; was found in the project file &apos;{0}&apos;. This property normally sho uld not be specified in the project file. Its value can change the way targets and tasks are executed during project load, and this could have harmful effects. .
371 /// </summary>
372 public static string DetailsProperty {
373 get {
374 return ResourceManager.GetString("DetailsProperty", resourceCult ure);
375 }
376 }
377
378 /// <summary>
379 /// Looks up a localized string similar to A &apos;Target&apos; named &apos;{1}&apos; was found in the project file &apos;{0}&apos;. The tasks within this target could contain arbitrary code and may get executed as soon as the pr oject is loaded in the IDE..
380 /// </summary>
381 public static string DetailsTarget {
382 get {
383 return ResourceManager.GetString("DetailsTarget", resourceCultur e);
384 }
385 }
386
387 /// <summary>
388 /// Looks up a localized string similar to An &apos;Import&apos; of th e file &apos;{1}&apos; was found in the user project file &apos;{0}&apos;. All imports in user project files are considered unsafe..
389 /// </summary>
390 public static string DetailsUserImport {
391 get {
392 return ResourceManager.GetString("DetailsUserImport", resourceCu lture);
393 }
394 }
395
396 /// <summary>
397 /// Looks up a localized string similar to A &apos;UsingTask&apos; tag which registers the &apos;{1}&apos; task was found in the project file &apos;{0 }&apos;. &apos;UsingTask&apos; tags in the project file take precedence over th ose in the imported .TARGETS files, and therefore could be used to execute arbit rary code during an otherwise unmodified build process..
398 /// </summary>
399 public static string DetailsUsingTask {
400 get {
401 return ResourceManager.GetString("DetailsUsingTask", resourceCul ture);
402 }
403 }
404
405 /// <summary>
406 /// Looks up a localized string similar to Diagnostic.
407 /// </summary>
408 public static string Diagnostic {
409 get {
410 return ResourceManager.GetString("Diagnostic", resourceCulture);
411 }
412 }
413
414 /// <summary>
415 /// Looks up a localized string similar to Directory already exists.
416 /// </summary>
417 public static string DirectoryExistError {
418 get {
419 return ResourceManager.GetString("DirectoryExistError", resource Culture);
420 }
421 }
422
423 /// <summary>
424 /// Looks up a localized string similar to Error opening specified vie w &apos;{0}&apos; using editor &apos;{1}&apos;.
425 /// </summary>
426 public static string EditorViewError {
427 get {
428 return ResourceManager.GetString("EditorViewError", resourceCult ure);
429 }
430 }
431
432 /// <summary>
433 /// Looks up a localized string similar to Embedded Resource.
434 /// </summary>
435 public static string EmbeddedResource {
436 get {
437 return ResourceManager.GetString("EmbeddedResource", resourceCul ture);
438 }
439 }
440
441 /// <summary>
442 /// Looks up a localized string similar to error.
443 /// </summary>
444 public static string Error {
445 get {
446 return ResourceManager.GetString("Error", resourceCulture);
447 }
448 }
449
450 /// <summary>
451 /// Looks up a localized string similar to Files and folders cannot be :
452 ///- Empty strings
453 ///- System reserved names, including &apos;CON&apos;, &apos;AUX&apos;, PRN&apos;, &apos;COM1&apos; or &apos;LPT2&apos;
454 ///- contain only &apos;.&apos;
455 ///- have any of the following characters: / ? : &amp; \ * &quot; &lt; &gt; | # %.
456 /// </summary>
457 public static string ErrorInvalidFileName {
458 get {
459 return ResourceManager.GetString("ErrorInvalidFileName", resourc eCulture);
460 }
461 }
462
463 /// <summary>
464 /// Looks up a localized string similar to The name you provided is no t a valid project name..
465 /// </summary>
466 public static string ErrorInvalidProjectName {
467 get {
468 return ResourceManager.GetString("ErrorInvalidProjectName", reso urceCulture);
469 }
470 }
471
472 /// <summary>
473 /// Looks up a localized string similar to MSBuild path not found in r egistry. Please reinstall to fix the problem..
474 /// </summary>
475 public static string ErrorMsBuildRegistration {
476 get {
477 return ResourceManager.GetString("ErrorMsBuildRegistration", res ourceCulture);
478 }
479 }
480
481 /// <summary>
482 /// Looks up a localized string similar to A reference to {0} could no t be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component..
483 /// </summary>
484 public static string ErrorReferenceCouldNotBeAdded {
485 get {
486 return ResourceManager.GetString("ErrorReferenceCouldNotBeAdded" , resourceCulture);
487 }
488 }
489
490 /// <summary>
491 /// Looks up a localized string similar to Error Saving File.
492 /// </summary>
493 public static string ErrorSaving {
494 get {
495 return ResourceManager.GetString("ErrorSaving", resourceCulture) ;
496 }
497 }
498
499 /// <summary>
500 /// Looks up a localized string similar to Console Application.
501 /// </summary>
502 public static string Exe {
503 get {
504 return ResourceManager.GetString("Exe", resourceCulture);
505 }
506 }
507
508 /// <summary>
509 /// Looks up a localized string similar to Expecting object of type {0 }..
510 /// </summary>
511 public static string ExpectedObjectOfType {
512 get {
513 return ResourceManager.GetString("ExpectedObjectOfType", resourc eCulture);
514 }
515 }
516
517 /// <summary>
518 /// Looks up a localized string similar to Failed to retrieve MSBuild property {0} from the project file..
519 /// </summary>
520 public static string FailedToRetrieveProperties {
521 get {
522 return ResourceManager.GetString("FailedToRetrieveProperties", r esourceCulture);
523 }
524 }
525
526 /// <summary>
527 /// Looks up a localized string similar to A file with the same name & apos;{0}&apos; already exists. Do you want to overwrite it?.
528 /// </summary>
529 public static string FileAlreadyExists {
530 get {
531 return ResourceManager.GetString("FileAlreadyExists", resourceCu lture);
532 }
533 }
534
535 /// <summary>
536 /// Looks up a localized string similar to A file with the same name & apos;{0}&apos; already exists..
537 /// </summary>
538 public static string FileAlreadyExistsAndCannotBeRenamed {
539 get {
540 return ResourceManager.GetString("FileAlreadyExistsAndCannotBeRe named", resourceCulture);
541 }
542 }
543
544 /// <summary>
545 /// Looks up a localized string similar to Destination File Exists.
546 /// </summary>
547 public static string FileAlreadyExistsCaption {
548 get {
549 return ResourceManager.GetString("FileAlreadyExistsCaption", res ourceCulture);
550 }
551 }
552
553 /// <summary>
554 /// Looks up a localized string similar to A file of this name is alre ady part of the project. Do you want to overwrite it?.
555 /// </summary>
556 public static string FileAlreadyInProject {
557 get {
558 return ResourceManager.GetString("FileAlreadyInProject", resourc eCulture);
559 }
560 }
561
562 /// <summary>
563 /// Looks up a localized string similar to Destination File Exists.
564 /// </summary>
565 public static string FileAlreadyInProjectCaption {
566 get {
567 return ResourceManager.GetString("FileAlreadyInProjectCaption", resourceCulture);
568 }
569 }
570
571 /// <summary>
572 /// Looks up a localized string similar to A file or folder with the n ame &apos;{0}&apos; already exists on disk at this location. Please choose anoth er name..
573 /// </summary>
574 public static string FileCannotBeRenamedToAnExistingFile {
575 get {
576 return ResourceManager.GetString("FileCannotBeRenamedToAnExistin gFile", resourceCulture);
577 }
578 }
579
580 /// <summary>
581 /// Looks up a localized string similar to Error Copying File.
582 /// </summary>
583 public static string FileCopyError {
584 get {
585 return ResourceManager.GetString("FileCopyError", resourceCultur e);
586 }
587 }
588
589 /// <summary>
590 /// Looks up a localized string similar to File Name.
591 /// </summary>
592 public static string FileName {
593 get {
594 return ResourceManager.GetString("FileName", resourceCulture);
595 }
596 }
597
598 /// <summary>
599 /// Looks up a localized string similar to File and folder names canno t contain a leading period..
600 /// </summary>
601 public static string FileNameCannotContainALeadingPeriod {
602 get {
603 return ResourceManager.GetString("FileNameCannotContainALeadingP eriod", resourceCulture);
604 }
605 }
606
607 /// <summary>
608 /// Looks up a localized string similar to The name of the file or fol der.
609 /// </summary>
610 public static string FileNameDescription {
611 get {
612 return ResourceManager.GetString("FileNameDescription", resource Culture);
613 }
614 }
615
616 /// <summary>
617 /// Looks up a localized string similar to A file or folder with the n ame &apos;{0}&apos; already exists on disk at this location. Please choose anoth er name..
618 /// </summary>
619 public static string FileOrFolderAlreadyExists {
620 get {
621 return ResourceManager.GetString("FileOrFolderAlreadyExists", re sourceCulture);
622 }
623 }
624
625 /// <summary>
626 /// Looks up a localized string similar to The item &apos;{0}&apos; ca nnot be found on disk, either because it has been renamed, deleted, or moved to a new location..
627 /// </summary>
628 public static string FileOrFolderCannotBeFound {
629 get {
630 return ResourceManager.GetString("FileOrFolderCannotBeFound", re sourceCulture);
631 }
632 }
633
634 /// <summary>
635 /// Looks up a localized string similar to File Properties.
636 /// </summary>
637 public static string FileProperties {
638 get {
639 return ResourceManager.GetString("FileProperties", resourceCultu re);
640 }
641 }
642
643 /// <summary>
644 /// Looks up a localized string similar to Folder Name.
645 /// </summary>
646 public static string FolderName {
647 get {
648 return ResourceManager.GetString("FolderName", resourceCulture);
649 }
650 }
651
652 /// <summary>
653 /// Looks up a localized string similar to Name of this folder.
654 /// </summary>
655 public static string FolderNameDescription {
656 get {
657 return ResourceManager.GetString("FolderNameDescription", resour ceCulture);
658 }
659 }
660
661 /// <summary>
662 /// Looks up a localized string similar to Folder Properties.
663 /// </summary>
664 public static string FolderProperties {
665 get {
666 return ResourceManager.GetString("FolderProperties", resourceCul ture);
667 }
668 }
669
670 /// <summary>
671 /// Looks up a localized string similar to Full Path.
672 /// </summary>
673 public static string FullPath {
674 get {
675 return ResourceManager.GetString("FullPath", resourceCulture);
676 }
677 }
678
679 /// <summary>
680 /// Looks up a localized string similar to Location of the file.
681 /// </summary>
682 public static string FullPathDescription {
683 get {
684 return ResourceManager.GetString("FullPathDescription", resource Culture);
685 }
686 }
687
688 /// <summary>
689 /// Looks up a localized string similar to General.
690 /// </summary>
691 public static string GeneralCaption {
692 get {
693 return ResourceManager.GetString("GeneralCaption", resourceCultu re);
694 }
695 }
696
697 public static System.Drawing.Bitmap imagelis {
698 get {
699 object obj = ResourceManager.GetObject("imagelis", resourceCultu re);
700 return ((System.Drawing.Bitmap)(obj));
701 }
702 }
703
704 /// <summary>
705 /// Looks up a localized string similar to Automation object invalid..
706 /// </summary>
707 public static string InvalidAutomationObject {
708 get {
709 return ResourceManager.GetString("InvalidAutomationObject", reso urceCulture);
710 }
711 }
712
713 /// <summary>
714 /// Looks up a localized string similar to Invalid logger type\nExpect ed: {0}\nReceived: {1}.
715 /// </summary>
716 public static string InvalidLoggerType {
717 get {
718 return ResourceManager.GetString("InvalidLoggerType", resourceCu lture);
719 }
720 }
721
722 /// <summary>
723 /// Looks up a localized string similar to InvalidParameter.
724 /// </summary>
725 public static string InvalidParameter {
726 get {
727 return ResourceManager.GetString("InvalidParameter", resourceCul ture);
728 }
729 }
730
731 /// <summary>
732 /// Looks up a localized string similar to The item &apos;{0}&apos; do es not exist in the project directory. It may have been moved, renamed or delete d..
733 /// </summary>
734 public static string ItemDoesNotExistInProjectDirectory {
735 get {
736 return ResourceManager.GetString("ItemDoesNotExistInProjectDirec tory", resourceCulture);
737 }
738 }
739
740 /// <summary>
741 /// Looks up a localized string similar to Class Library.
742 /// </summary>
743 public static string Library {
744 get {
745 return ResourceManager.GetString("Library", resourceCulture);
746 }
747 }
748
749 /// <summary>
750 /// Looks up a localized string similar to Cannot save &apos;{0}&apos; outside the project directory. Linked items are not supported..
751 /// </summary>
752 public static string LinkedItemsAreNotSupported {
753 get {
754 return ResourceManager.GetString("LinkedItemsAreNotSupported", r esourceCulture);
755 }
756 }
757
758 /// <summary>
759 /// Looks up a localized string similar to Minimal.
760 /// </summary>
761 public static string Minimal {
762 get {
763 return ResourceManager.GetString("Minimal", resourceCulture);
764 }
765 }
766
767 /// <summary>
768 /// Looks up a localized string similar to Misc.
769 /// </summary>
770 public static string Misc {
771 get {
772 return ResourceManager.GetString("Misc", resourceCulture);
773 }
774 }
775
776 /// <summary>
777 /// Looks up a localized string similar to The nested project has fail ed to reload..
778 /// </summary>
779 public static string NestedProjectFailedToReload {
780 get {
781 return ResourceManager.GetString("NestedProjectFailedToReload", resourceCulture);
782 }
783 }
784
785 /// <summary>
786 /// Looks up a localized string similar to None.
787 /// </summary>
788 public static string None {
789 get {
790 return ResourceManager.GetString("None", resourceCulture);
791 }
792 }
793
794 /// <summary>
795 /// Looks up a localized string similar to Normal.
796 /// </summary>
797 public static string Normal {
798 get {
799 return ResourceManager.GetString("Normal", resourceCulture);
800 }
801 }
802
803 /// <summary>
804 /// Looks up a localized string similar to Primary Output.
805 /// </summary>
806 public static string OutputBuilt {
807 get {
808 return ResourceManager.GetString("OutputBuilt", resourceCulture) ;
809 }
810 }
811
812 /// <summary>
813 /// Looks up a localized string similar to Contains the DLL or EXE bui lt by the project..
814 /// </summary>
815 public static string OutputBuiltDescription {
816 get {
817 return ResourceManager.GetString("OutputBuiltDescription", resou rceCulture);
818 }
819 }
820
821 /// <summary>
822 /// Looks up a localized string similar to Content Files.
823 /// </summary>
824 public static string OutputContentFiles {
825 get {
826 return ResourceManager.GetString("OutputContentFiles", resourceC ulture);
827 }
828 }
829
830 /// <summary>
831 /// Looks up a localized string similar to Contains all content files in the project..
832 /// </summary>
833 public static string OutputContentFilesDescription {
834 get {
835 return ResourceManager.GetString("OutputContentFilesDescription" , resourceCulture);
836 }
837 }
838
839 /// <summary>
840 /// Looks up a localized string similar to Documentation Files.
841 /// </summary>
842 public static string OutputDocumentation {
843 get {
844 return ResourceManager.GetString("OutputDocumentation", resource Culture);
845 }
846 }
847
848 /// <summary>
849 /// Looks up a localized string similar to Contains the XML Documentat ion files for the project..
850 /// </summary>
851 public static string OutputDocumentationDescription {
852 get {
853 return ResourceManager.GetString("OutputDocumentationDescription ", resourceCulture);
854 }
855 }
856
857 /// <summary>
858 /// Looks up a localized string similar to Output File.
859 /// </summary>
860 public static string OutputFile {
861 get {
862 return ResourceManager.GetString("OutputFile", resourceCulture);
863 }
864 }
865
866 /// <summary>
867 /// Looks up a localized string similar to The name of the project&apo s;s primary output file..
868 /// </summary>
869 public static string OutputFileDescription {
870 get {
871 return ResourceManager.GetString("OutputFileDescription", resour ceCulture);
872 }
873 }
874
875 /// <summary>
876 /// Looks up a localized string similar to Localized Resources.
877 /// </summary>
878 public static string OutputLocalizedResourceDlls {
879 get {
880 return ResourceManager.GetString("OutputLocalizedResourceDlls", resourceCulture);
881 }
882 }
883
884 /// <summary>
885 /// Looks up a localized string similar to Contains the satellite asse mblies for each culture&apos;s resources..
886 /// </summary>
887 public static string OutputLocalizedResourceDllsDescription {
888 get {
889 return ResourceManager.GetString("OutputLocalizedResourceDllsDes cription", resourceCulture);
890 }
891 }
892
893 /// <summary>
894 /// Looks up a localized string similar to Output Path.
895 /// </summary>
896 public static string OutputPath {
897 get {
898 return ResourceManager.GetString("OutputPath", resourceCulture);
899 }
900 }
901
902 /// <summary>
903 /// Looks up a localized string similar to The path to the primary out put.
904 /// </summary>
905 public static string OutputPathDescription {
906 get {
907 return ResourceManager.GetString("OutputPathDescription", resour ceCulture);
908 }
909 }
910
911 /// <summary>
912 /// Looks up a localized string similar to Source Files.
913 /// </summary>
914 public static string OutputSourceFiles {
915 get {
916 return ResourceManager.GetString("OutputSourceFiles", resourceCu lture);
917 }
918 }
919
920 /// <summary>
921 /// Looks up a localized string similar to Contains all source files i n the project..
922 /// </summary>
923 public static string OutputSourceFilesDescription {
924 get {
925 return ResourceManager.GetString("OutputSourceFilesDescription", resourceCulture);
926 }
927 }
928
929 /// <summary>
930 /// Looks up a localized string similar to Debug Symbols.
931 /// </summary>
932 public static string OutputSymbols {
933 get {
934 return ResourceManager.GetString("OutputSymbols", resourceCultur e);
935 }
936 }
937
938 /// <summary>
939 /// Looks up a localized string similar to Contains the debugging file s for the project..
940 /// </summary>
941 public static string OutputSymbolsDescription {
942 get {
943 return ResourceManager.GetString("OutputSymbolsDescription", res ourceCulture);
944 }
945 }
946
947 /// <summary>
948 /// Looks up a localized string similar to Output Type.
949 /// </summary>
950 public static string OutputType {
951 get {
952 return ResourceManager.GetString("OutputType", resourceCulture);
953 }
954 }
955
956 /// <summary>
957 /// Looks up a localized string similar to The type of application to build..
958 /// </summary>
959 public static string OutputTypeDescription {
960 get {
961 return ResourceManager.GetString("OutputTypeDescription", resour ceCulture);
962 }
963 }
964
965 /// <summary>
966 /// Looks up a localized string similar to XML Serialization Assemblie s.
967 /// </summary>
968 public static string OutputXmlSerializer {
969 get {
970 return ResourceManager.GetString("OutputXmlSerializer", resource Culture);
971 }
972 }
973
974 /// <summary>
975 /// Looks up a localized string similar to Contains the XML serializat ion assemblies for the project..
976 /// </summary>
977 public static string OutputXmlSerializerDescription {
978 get {
979 return ResourceManager.GetString("OutputXmlSerializerDescription ", resourceCulture);
980 }
981 }
982
983 /// <summary>
984 /// Looks up a localized string similar to ParameterCannotBeNullOEmpty .
985 /// </summary>
986 public static string ParameterCannotBeNullOrEmpty {
987 get {
988 return ResourceManager.GetString("ParameterCannotBeNullOrEmpty", resourceCulture);
989 }
990 }
991
992 /// <summary>
993 /// Looks up a localized string similar to Parameter must be a valid g uid..
994 /// </summary>
995 public static string ParameterMustBeAValidGuid {
996 get {
997 return ResourceManager.GetString("ParameterMustBeAValidGuid", re sourceCulture);
998 }
999 }
1000
1001 /// <summary>
1002 /// Looks up a localized string similar to Parameter must be a valid i tem identifier..
1003 /// </summary>
1004 public static string ParameterMustBeAValidItemId {
1005 get {
1006 return ResourceManager.GetString("ParameterMustBeAValidItemId", resourceCulture);
1007 }
1008 }
1009
1010 /// <summary>
1011 /// Looks up a localized string similar to Item is not available or co rrupted and thus cannot be pasted..
1012 /// </summary>
1013 public static string PasteFailed {
1014 get {
1015 return ResourceManager.GetString("PasteFailed", resourceCulture) ;
1016 }
1017 }
1018
1019 /// <summary>
1020 /// Looks up a localized string similar to The complete path to &apos; {0}&apos; exceeds the maximum number of characters permitted by the file system. .
1021 /// </summary>
1022 public static string PathTooLong {
1023 get {
1024 return ResourceManager.GetString("PathTooLong", resourceCulture) ;
1025 }
1026 }
1027
1028 /// <summary>
1029 /// Looks up a localized string similar to Program.
1030 /// </summary>
1031 public static string Program {
1032 get {
1033 return ResourceManager.GetString("Program", resourceCulture);
1034 }
1035 }
1036
1037 /// <summary>
1038 /// Looks up a localized string similar to Project.
1039 /// </summary>
1040 public static string Project {
1041 get {
1042 return ResourceManager.GetString("Project", resourceCulture);
1043 }
1044 }
1045
1046 /// <summary>
1047 /// Looks up a localized string similar to Project.
1048 /// </summary>
1049 public static string Project1 {
1050 get {
1051 return ResourceManager.GetString("Project1", resourceCulture);
1052 }
1053 }
1054
1055 /// <summary>
1056 /// Looks up a localized string similar to A reference to library &apo s;{0}&apos; cannot be added. Adding this project as a reference would cause a ci rcular dependency. .
1057 /// </summary>
1058 public static string ProjectContainsCircularReferences {
1059 get {
1060 return ResourceManager.GetString("ProjectContainsCircularReferen ces", resourceCulture);
1061 }
1062 }
1063
1064 /// <summary>
1065 /// Looks up a localized string similar to Project File.
1066 /// </summary>
1067 public static string ProjectFile {
1068 get {
1069 return ResourceManager.GetString("ProjectFile", resourceCulture) ;
1070 }
1071 }
1072
1073 /// <summary>
1074 /// Looks up a localized string similar to Project File.
1075 /// </summary>
1076 public static string ProjectFile1 {
1077 get {
1078 return ResourceManager.GetString("ProjectFile1", resourceCulture );
1079 }
1080 }
1081
1082 /// <summary>
1083 /// Looks up a localized string similar to The name of the file contai ning build, configuration, and other information about the project..
1084 /// </summary>
1085 public static string ProjectFileDescription {
1086 get {
1087 return ResourceManager.GetString("ProjectFileDescription", resou rceCulture);
1088 }
1089 }
1090
1091 /// <summary>
1092 /// Looks up a localized string similar to The name of the file contai ning build, configuration, and other information about the project..
1093 /// </summary>
1094 public static string ProjectFileDescription1 {
1095 get {
1096 return ResourceManager.GetString("ProjectFileDescription1", reso urceCulture);
1097 }
1098 }
1099
1100 /// <summary>
1101 /// Looks up a localized string similar to Project Folder.
1102 /// </summary>
1103 public static string ProjectFolder {
1104 get {
1105 return ResourceManager.GetString("ProjectFolder", resourceCultur e);
1106 }
1107 }
1108
1109 /// <summary>
1110 /// Looks up a localized string similar to Project Folder.
1111 /// </summary>
1112 public static string ProjectFolder1 {
1113 get {
1114 return ResourceManager.GetString("ProjectFolder1", resourceCultu re);
1115 }
1116 }
1117
1118 /// <summary>
1119 /// Looks up a localized string similar to The absolute location of th e project..
1120 /// </summary>
1121 public static string ProjectFolderDescription {
1122 get {
1123 return ResourceManager.GetString("ProjectFolderDescription", res ourceCulture);
1124 }
1125 }
1126
1127 /// <summary>
1128 /// Looks up a localized string similar to The absolute location of th e project..
1129 /// </summary>
1130 public static string ProjectFolderDescription1 {
1131 get {
1132 return ResourceManager.GetString("ProjectFolderDescription1", re sourceCulture);
1133 }
1134 }
1135
1136 /// <summary>
1137 /// Looks up a localized string similar to The project location is not trusted:{0}{0}{1}{0}{0}Running the application may result in security exception s when it {0}attempts to perform actions which require full trust.{0}{0}Click OK to ignore and continue..
1138 /// </summary>
1139 public static string ProjectLocationNotTrusted {
1140 get {
1141 return ResourceManager.GetString("ProjectLocationNotTrusted", re sourceCulture);
1142 }
1143 }
1144
1145 /// <summary>
1146 /// Looks up a localized string similar to Project Properties.
1147 /// </summary>
1148 public static string ProjectProperties {
1149 get {
1150 return ResourceManager.GetString("ProjectProperties", resourceCu lture);
1151 }
1152 }
1153
1154 /// <summary>
1155 /// Looks up a localized string similar to The project file &apos;{0}& apos; has been modified outside of Visual Studio. Do you want to reload the pro ject?.
1156 /// </summary>
1157 public static string QueryReloadNestedProject {
1158 get {
1159 return ResourceManager.GetString("QueryReloadNestedProject", res ourceCulture);
1160 }
1161 }
1162
1163 /// <summary>
1164 /// Looks up a localized string similar to Quiet.
1165 /// </summary>
1166 public static string Quiet {
1167 get {
1168 return ResourceManager.GetString("Quiet", resourceCulture);
1169 }
1170 }
1171
1172 /// <summary>
1173 /// Looks up a localized string similar to A reference to component &a pos;{0}&apos; cannot be added. A reference to the component already exists in th e project..
1174 /// </summary>
1175 public static string ReferenceAlreadyExists {
1176 get {
1177 return ResourceManager.GetString("ReferenceAlreadyExists", resou rceCulture);
1178 }
1179 }
1180
1181 /// <summary>
1182 /// Looks up a localized string similar to Reference Properties.
1183 /// </summary>
1184 public static string ReferenceProperties {
1185 get {
1186 return ResourceManager.GetString("ReferenceProperties", resource Culture);
1187 }
1188 }
1189
1190 /// <summary>
1191 /// Looks up a localized string similar to References.
1192 /// </summary>
1193 public static string ReferencesNodeName {
1194 get {
1195 return ResourceManager.GetString("ReferencesNodeName", resourceC ulture);
1196 }
1197 }
1198
1199 /// <summary>
1200 /// Looks up a localized string similar to (Name).
1201 /// </summary>
1202 public static string RefName {
1203 get {
1204 return ResourceManager.GetString("RefName", resourceCulture);
1205 }
1206 }
1207
1208 /// <summary>
1209 /// Looks up a localized string similar to Display name of the referen ce.
1210 /// </summary>
1211 public static string RefNameDescription {
1212 get {
1213 return ResourceManager.GetString("RefNameDescription", resourceC ulture);
1214 }
1215 }
1216
1217 /// <summary>
1218 /// Looks up a localized string similar to Rename directory failed. {0 }.
1219 /// </summary>
1220 public static string RenameFolder {
1221 get {
1222 return ResourceManager.GetString("RenameFolder", resourceCulture );
1223 }
1224 }
1225
1226 /// <summary>
1227 /// Looks up a localized string similar to RTL_False.
1228 /// </summary>
1229 public static string RTL {
1230 get {
1231 return ResourceManager.GetString("RTL", resourceCulture);
1232 }
1233 }
1234
1235 /// <summary>
1236 /// Looks up a localized string similar to Save?.
1237 /// </summary>
1238 public static string SaveCaption {
1239 get {
1240 return ResourceManager.GetString("SaveCaption", resourceCulture) ;
1241 }
1242 }
1243
1244 /// <summary>
1245 /// Looks up a localized string similar to Do you want to save modifie d documents?.
1246 /// </summary>
1247 public static string SaveModifiedDocuments {
1248 get {
1249 return ResourceManager.GetString("SaveModifiedDocuments", resour ceCulture);
1250 }
1251 }
1252
1253 /// <summary>
1254 /// Looks up a localized string similar to The project file can only b e saved into the project location &apos;{0}&apos;..
1255 /// </summary>
1256 public static string SaveOfProjectFileOutsideCurrentDirectory {
1257 get {
1258 return ResourceManager.GetString("SaveOfProjectFileOutsideCurren tDirectory", resourceCulture);
1259 }
1260 }
1261
1262 /// <summary>
1263 /// Looks up a localized string similar to Error opening specified vie w &apos;{0}&apos; using standard editor..
1264 /// </summary>
1265 public static string StandardEditorViewError {
1266 get {
1267 return ResourceManager.GetString("StandardEditorViewError", reso urceCulture);
1268 }
1269 }
1270
1271 /// <summary>
1272 /// Looks up a localized string similar to Startup Object.
1273 /// </summary>
1274 public static string StartupObject {
1275 get {
1276 return ResourceManager.GetString("StartupObject", resourceCultur e);
1277 }
1278 }
1279
1280 /// <summary>
1281 /// Looks up a localized string similar to The name of the class that contains the static Main method that you want called when you launch your applic ation..
1282 /// </summary>
1283 public static string StartupObjectDescription {
1284 get {
1285 return ResourceManager.GetString("StartupObjectDescription", res ourceCulture);
1286 }
1287 }
1288
1289 /// <summary>
1290 /// Looks up a localized string similar to Target Platform.
1291 /// </summary>
1292 public static string TargetPlatform {
1293 get {
1294 return ResourceManager.GetString("TargetPlatform", resourceCultu re);
1295 }
1296 }
1297
1298 /// <summary>
1299 /// Looks up a localized string similar to The version of the Common L anguage Runtime to use for output assembly.
1300 /// </summary>
1301 public static string TargetPlatformDescription {
1302 get {
1303 return ResourceManager.GetString("TargetPlatformDescription", re sourceCulture);
1304 }
1305 }
1306
1307 /// <summary>
1308 /// Looks up a localized string similar to Target Platform Location.
1309 /// </summary>
1310 public static string TargetPlatformLocation {
1311 get {
1312 return ResourceManager.GetString("TargetPlatformLocation", resou rceCulture);
1313 }
1314 }
1315
1316 /// <summary>
1317 /// Looks up a localized string similar to The location of the target platform.
1318 /// </summary>
1319 public static string TargetPlatformLocationDescription {
1320 get {
1321 return ResourceManager.GetString("TargetPlatformLocationDescript ion", resourceCulture);
1322 }
1323 }
1324
1325 /// <summary>
1326 /// Looks up a localized string similar to URL.
1327 /// </summary>
1328 public static string URL {
1329 get {
1330 return ResourceManager.GetString("URL", resourceCulture);
1331 }
1332 }
1333
1334 /// <summary>
1335 /// Looks up a localized string similar to You are trying to use an it em that has already been deleted or that does not exist..
1336 /// </summary>
1337 public static string UseOfDeletedItemError {
1338 get {
1339 return ResourceManager.GetString("UseOfDeletedItemError", resour ceCulture);
1340 }
1341 }
1342
1343 /// <summary>
1344 /// Looks up a localized string similar to Microsoft .Net Framework v1 .0.
1345 /// </summary>
1346 public static string v1 {
1347 get {
1348 return ResourceManager.GetString("v1", resourceCulture);
1349 }
1350 }
1351
1352 /// <summary>
1353 /// Looks up a localized string similar to Microsoft .Net Framework v1 .1.
1354 /// </summary>
1355 public static string v11 {
1356 get {
1357 return ResourceManager.GetString("v11", resourceCulture);
1358 }
1359 }
1360
1361 /// <summary>
1362 /// Looks up a localized string similar to Microsoft .Net Framework v2 .0.
1363 /// </summary>
1364 public static string v2 {
1365 get {
1366 return ResourceManager.GetString("v2", resourceCulture);
1367 }
1368 }
1369
1370 /// <summary>
1371 /// Looks up a localized string similar to warning.
1372 /// </summary>
1373 public static string Warning {
1374 get {
1375 return ResourceManager.GetString("Warning", resourceCulture);
1376 }
1377 }
1378
1379 /// <summary>
1380 /// Looks up a localized string similar to Windows Application.
1381 /// </summary>
1382 public static string WinExe {
1383 get {
1384 return ResourceManager.GetString("WinExe", resourceCulture);
1385 }
1386 }
1387 }
1388 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698