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

Side by Side Diff: obsolete/Microsoft.VisualStudio.Project/VisualStudio.Project.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 VisualStudio_Project {
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 VisualStudio_Project() {
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.VisualStudio.Pr oject", typeof(VisualStudio_Project).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 Could not load attribute &a pos;{0}&apos; from project file &apos;{1}&apos;..
92 /// </summary>
93 public static string AttributeLoad {
94 get {
95 return ResourceManager.GetString("AttributeLoad", resourceCultur e);
96 }
97 }
98
99 /// <summary>
100 /// Looks up a localized string similar to Build Action.
101 /// </summary>
102 public static string BuildAction {
103 get {
104 return ResourceManager.GetString("BuildAction", resourceCulture) ;
105 }
106 }
107
108 /// <summary>
109 /// Looks up a localized string similar to How the file relates to the build and deployment process.
110 /// </summary>
111 public static string BuildActionDescription {
112 get {
113 return ResourceManager.GetString("BuildActionDescription", resou rceCulture);
114 }
115 }
116
117 /// <summary>
118 /// Looks up a localized string similar to Build.
119 /// </summary>
120 public static string BuildCaption {
121 get {
122 return ResourceManager.GetString("BuildCaption", resourceCulture );
123 }
124 }
125
126 /// <summary>
127 /// Looks up a localized string similar to Exception was thrown during BuildBegin event\n{0}.
128 /// </summary>
129 public static string BuildEventError {
130 get {
131 return ResourceManager.GetString("BuildEventError", resourceCult ure);
132 }
133 }
134
135 /// <summary>
136 /// Looks up a localized string similar to Verbosity.
137 /// </summary>
138 public static string BuildVerbosity {
139 get {
140 return ResourceManager.GetString("BuildVerbosity", resourceCultu re);
141 }
142 }
143
144 /// <summary>
145 /// Looks up a localized string similar to Specify how much informatio n is included in the build output.
146 /// </summary>
147 public static string BuildVerbosityDescription {
148 get {
149 return ResourceManager.GetString("BuildVerbosityDescription", re sourceCulture);
150 }
151 }
152
153 /// <summary>
154 /// 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..
155 /// </summary>
156 public static string CancelQueryEdit {
157 get {
158 return ResourceManager.GetString("CancelQueryEdit", resourceCult ure);
159 }
160 }
161
162 /// <summary>
163 /// 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..
164 /// </summary>
165 public static string CannotAddFileThatIsOpenInEditor {
166 get {
167 return ResourceManager.GetString("CannotAddFileThatIsOpenInEdito r", resourceCulture);
168 }
169 }
170
171 /// <summary>
172 /// Looks up a localized string similar to Cannot save &apos;{0}&apos; as it is not open in the editor..
173 /// </summary>
174 public static string CanNotSaveFileNotOpeneInEditor {
175 get {
176 return ResourceManager.GetString("CanNotSaveFileNotOpeneInEditor ", resourceCulture);
177 }
178 }
179
180 /// <summary>
181 /// Looks up a localized string similar to ECMA-335 CLI compatible fra mework (location must be provided).
182 /// </summary>
183 public static string cli1 {
184 get {
185 return ResourceManager.GetString("cli1", resourceCulture);
186 }
187 }
188
189 /// <summary>
190 /// Looks up a localized string similar to Compile.
191 /// </summary>
192 public static string Compile {
193 get {
194 return ResourceManager.GetString("Compile", resourceCulture);
195 }
196 }
197
198 /// <summary>
199 /// 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?.
200 /// </summary>
201 public static string ConfirmExtensionChange {
202 get {
203 return ResourceManager.GetString("ConfirmExtensionChange", resou rceCulture);
204 }
205 }
206
207 /// <summary>
208 /// Looks up a localized string similar to Content.
209 /// </summary>
210 public static string Content {
211 get {
212 return ResourceManager.GetString("Content", resourceCulture);
213 }
214 }
215
216 /// <summary>
217 /// Looks up a localized string similar to Copy Local.
218 /// </summary>
219 public static string CopyToLocal {
220 get {
221 return ResourceManager.GetString("CopyToLocal", resourceCulture) ;
222 }
223 }
224
225 /// <summary>
226 /// Looks up a localized string similar to Indicates whether the refer ence will be copied to the output directory..
227 /// </summary>
228 public static string CopyToLocalDescription {
229 get {
230 return ResourceManager.GetString("CopyToLocalDescription", resou rceCulture);
231 }
232 }
233
234 /// <summary>
235 /// Looks up a localized string similar to Custom Tool.
236 /// </summary>
237 public static string CustomTool {
238 get {
239 return ResourceManager.GetString("CustomTool", resourceCulture);
240 }
241 }
242
243 /// <summary>
244 /// 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..
245 /// </summary>
246 public static string CustomToolDescription {
247 get {
248 return ResourceManager.GetString("CustomToolDescription", resour ceCulture);
249 }
250 }
251
252 /// <summary>
253 /// Looks up a localized string similar to Custom Tool Namespace.
254 /// </summary>
255 public static string CustomToolNamespace {
256 get {
257 return ResourceManager.GetString("CustomToolNamespace", resource Culture);
258 }
259 }
260
261 /// <summary>
262 /// Looks up a localized string similar to The namespace into which th e output of the custom tool is placed..
263 /// </summary>
264 public static string CustomToolNamespaceDescription {
265 get {
266 return ResourceManager.GetString("CustomToolNamespaceDescription ", resourceCulture);
267 }
268 }
269
270 /// <summary>
271 /// Looks up a localized string similar to Detailed.
272 /// </summary>
273 public static string Detailed {
274 get {
275 return ResourceManager.GetString("Detailed", resourceCulture);
276 }
277 }
278
279 /// <summary>
280 /// 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}..
281 /// </summary>
282 public static string DetailsImport {
283 get {
284 return ResourceManager.GetString("DetailsImport", resourceCultur e);
285 }
286 }
287
288 /// <summary>
289 /// 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..
290 /// </summary>
291 public static string DetailsItem {
292 get {
293 return ResourceManager.GetString("DetailsItem", resourceCulture) ;
294 }
295 }
296
297 /// <summary>
298 /// 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..
299 /// </summary>
300 public static string DetailsItemLocation {
301 get {
302 return ResourceManager.GetString("DetailsItemLocation", resource Culture);
303 }
304 }
305
306 /// <summary>
307 /// 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. .
308 /// </summary>
309 public static string DetailsProperty {
310 get {
311 return ResourceManager.GetString("DetailsProperty", resourceCult ure);
312 }
313 }
314
315 /// <summary>
316 /// 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..
317 /// </summary>
318 public static string DetailsTarget {
319 get {
320 return ResourceManager.GetString("DetailsTarget", resourceCultur e);
321 }
322 }
323
324 /// <summary>
325 /// 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..
326 /// </summary>
327 public static string DetailsUserImport {
328 get {
329 return ResourceManager.GetString("DetailsUserImport", resourceCu lture);
330 }
331 }
332
333 /// <summary>
334 /// 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..
335 /// </summary>
336 public static string DetailsUsingTask {
337 get {
338 return ResourceManager.GetString("DetailsUsingTask", resourceCul ture);
339 }
340 }
341
342 /// <summary>
343 /// Looks up a localized string similar to Diagnostic.
344 /// </summary>
345 public static string Diagnostic {
346 get {
347 return ResourceManager.GetString("Diagnostic", resourceCulture);
348 }
349 }
350
351 /// <summary>
352 /// Looks up a localized string similar to Directory already exists.
353 /// </summary>
354 public static string DirectoryExistError {
355 get {
356 return ResourceManager.GetString("DirectoryExistError", resource Culture);
357 }
358 }
359
360 /// <summary>
361 /// Looks up a localized string similar to Error opening specified vie w &apos;{0}&apos; using editor &apos;{1}&apos;.
362 /// </summary>
363 public static string EditorViewError {
364 get {
365 return ResourceManager.GetString("EditorViewError", resourceCult ure);
366 }
367 }
368
369 /// <summary>
370 /// Looks up a localized string similar to Embedded Resource.
371 /// </summary>
372 public static string EmbeddedResource {
373 get {
374 return ResourceManager.GetString("EmbeddedResource", resourceCul ture);
375 }
376 }
377
378 /// <summary>
379 /// Looks up a localized string similar to error.
380 /// </summary>
381 public static string Error {
382 get {
383 return ResourceManager.GetString("Error", resourceCulture);
384 }
385 }
386
387 /// <summary>
388 /// Looks up a localized string similar to Files and folders cannot be :
389 ///- Empty strings
390 ///- System reserved names, including &apos;CON&apos;, &apos;AUX&apos;, PRN&apos;, &apos;COM1&apos; or &apos;LPT2&apos;
391 ///- contain only &apos;.&apos;
392 ///- have any of the following characters: / ? : &amp; \ * &quot; &lt; &gt; | # %.
393 /// </summary>
394 public static string ErrorInvalidFileName {
395 get {
396 return ResourceManager.GetString("ErrorInvalidFileName", resourc eCulture);
397 }
398 }
399
400 /// <summary>
401 /// Looks up a localized string similar to The name you provided is no t a valid project name..
402 /// </summary>
403 public static string ErrorInvalidProjectName {
404 get {
405 return ResourceManager.GetString("ErrorInvalidProjectName", reso urceCulture);
406 }
407 }
408
409 /// <summary>
410 /// Looks up a localized string similar to MSBuild path not found in r egistry. Please reinstall to fix the problem..
411 /// </summary>
412 public static string ErrorMsBuildRegistration {
413 get {
414 return ResourceManager.GetString("ErrorMsBuildRegistration", res ourceCulture);
415 }
416 }
417
418 /// <summary>
419 /// 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..
420 /// </summary>
421 public static string ErrorReferenceCouldNotBeAdded {
422 get {
423 return ResourceManager.GetString("ErrorReferenceCouldNotBeAdded" , resourceCulture);
424 }
425 }
426
427 /// <summary>
428 /// Looks up a localized string similar to Error Saving File.
429 /// </summary>
430 public static string ErrorSaving {
431 get {
432 return ResourceManager.GetString("ErrorSaving", resourceCulture) ;
433 }
434 }
435
436 /// <summary>
437 /// Looks up a localized string similar to Console Application.
438 /// </summary>
439 public static string Exe {
440 get {
441 return ResourceManager.GetString("Exe", resourceCulture);
442 }
443 }
444
445 /// <summary>
446 /// Looks up a localized string similar to Expecting object of type {0 }..
447 /// </summary>
448 public static string ExpectedObjectOfType {
449 get {
450 return ResourceManager.GetString("ExpectedObjectOfType", resourc eCulture);
451 }
452 }
453
454 /// <summary>
455 /// Looks up a localized string similar to Failed to retrieve MSBuild property {0} from the project file..
456 /// </summary>
457 public static string FailedToRetrieveProperties {
458 get {
459 return ResourceManager.GetString("FailedToRetrieveProperties", r esourceCulture);
460 }
461 }
462
463 /// <summary>
464 /// Looks up a localized string similar to A file with the same name & apos;{0}&apos; already exists. Do you want to overwrite it?.
465 /// </summary>
466 public static string FileAlreadyExists {
467 get {
468 return ResourceManager.GetString("FileAlreadyExists", resourceCu lture);
469 }
470 }
471
472 /// <summary>
473 /// Looks up a localized string similar to A file with the same name & apos;{0}&apos; already exists..
474 /// </summary>
475 public static string FileAlreadyExistsAndCannotBeRenamed {
476 get {
477 return ResourceManager.GetString("FileAlreadyExistsAndCannotBeRe named", resourceCulture);
478 }
479 }
480
481 /// <summary>
482 /// Looks up a localized string similar to Destination File Exists.
483 /// </summary>
484 public static string FileAlreadyExistsCaption {
485 get {
486 return ResourceManager.GetString("FileAlreadyExistsCaption", res ourceCulture);
487 }
488 }
489
490 /// <summary>
491 /// 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?.
492 /// </summary>
493 public static string FileAlreadyInProject {
494 get {
495 return ResourceManager.GetString("FileAlreadyInProject", resourc eCulture);
496 }
497 }
498
499 /// <summary>
500 /// Looks up a localized string similar to Destination File Exists.
501 /// </summary>
502 public static string FileAlreadyInProjectCaption {
503 get {
504 return ResourceManager.GetString("FileAlreadyInProjectCaption", resourceCulture);
505 }
506 }
507
508 /// <summary>
509 /// 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..
510 /// </summary>
511 public static string FileCannotBeRenamedToAnExistingFile {
512 get {
513 return ResourceManager.GetString("FileCannotBeRenamedToAnExistin gFile", resourceCulture);
514 }
515 }
516
517 /// <summary>
518 /// Looks up a localized string similar to Error Copying File.
519 /// </summary>
520 public static string FileCopyError {
521 get {
522 return ResourceManager.GetString("FileCopyError", resourceCultur e);
523 }
524 }
525
526 /// <summary>
527 /// Looks up a localized string similar to File Name.
528 /// </summary>
529 public static string FileName {
530 get {
531 return ResourceManager.GetString("FileName", resourceCulture);
532 }
533 }
534
535 /// <summary>
536 /// Looks up a localized string similar to File and folder names canno t contain a leading period..
537 /// </summary>
538 public static string FileNameCannotContainALeadingPeriod {
539 get {
540 return ResourceManager.GetString("FileNameCannotContainALeadingP eriod", resourceCulture);
541 }
542 }
543
544 /// <summary>
545 /// Looks up a localized string similar to The name of the file or fol der.
546 /// </summary>
547 public static string FileNameDescription {
548 get {
549 return ResourceManager.GetString("FileNameDescription", resource Culture);
550 }
551 }
552
553 /// <summary>
554 /// 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..
555 /// </summary>
556 public static string FileOrFolderAlreadyExists {
557 get {
558 return ResourceManager.GetString("FileOrFolderAlreadyExists", re sourceCulture);
559 }
560 }
561
562 /// <summary>
563 /// 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..
564 /// </summary>
565 public static string FileOrFolderCannotBeFound {
566 get {
567 return ResourceManager.GetString("FileOrFolderCannotBeFound", re sourceCulture);
568 }
569 }
570
571 /// <summary>
572 /// Looks up a localized string similar to File Properties.
573 /// </summary>
574 public static string FileProperties {
575 get {
576 return ResourceManager.GetString("FileProperties", resourceCultu re);
577 }
578 }
579
580 /// <summary>
581 /// Looks up a localized string similar to Folder Name.
582 /// </summary>
583 public static string FolderName {
584 get {
585 return ResourceManager.GetString("FolderName", resourceCulture);
586 }
587 }
588
589 /// <summary>
590 /// Looks up a localized string similar to Name of this folder.
591 /// </summary>
592 public static string FolderNameDescription {
593 get {
594 return ResourceManager.GetString("FolderNameDescription", resour ceCulture);
595 }
596 }
597
598 /// <summary>
599 /// Looks up a localized string similar to Folder Properties.
600 /// </summary>
601 public static string FolderProperties {
602 get {
603 return ResourceManager.GetString("FolderProperties", resourceCul ture);
604 }
605 }
606
607 /// <summary>
608 /// Looks up a localized string similar to Full Path.
609 /// </summary>
610 public static string FullPath {
611 get {
612 return ResourceManager.GetString("FullPath", resourceCulture);
613 }
614 }
615
616 /// <summary>
617 /// Looks up a localized string similar to Location of the file.
618 /// </summary>
619 public static string FullPathDescription {
620 get {
621 return ResourceManager.GetString("FullPathDescription", resource Culture);
622 }
623 }
624
625 /// <summary>
626 /// Looks up a localized string similar to Automation object invalid..
627 /// </summary>
628 public static string InvalidAutomationObject {
629 get {
630 return ResourceManager.GetString("InvalidAutomationObject", reso urceCulture);
631 }
632 }
633
634 /// <summary>
635 /// Looks up a localized string similar to Invalid logger type\nExpect ed: {0}\nReceived: {1}.
636 /// </summary>
637 public static string InvalidLoggerType {
638 get {
639 return ResourceManager.GetString("InvalidLoggerType", resourceCu lture);
640 }
641 }
642
643 /// <summary>
644 /// Looks up a localized string similar to InvalidParameter.
645 /// </summary>
646 public static string InvalidParameter {
647 get {
648 return ResourceManager.GetString("InvalidParameter", resourceCul ture);
649 }
650 }
651
652 /// <summary>
653 /// 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..
654 /// </summary>
655 public static string ItemDoesNotExistInProjectDirectory {
656 get {
657 return ResourceManager.GetString("ItemDoesNotExistInProjectDirec tory", resourceCulture);
658 }
659 }
660
661 /// <summary>
662 /// Looks up a localized string similar to Class Library.
663 /// </summary>
664 public static string Library {
665 get {
666 return ResourceManager.GetString("Library", resourceCulture);
667 }
668 }
669
670 /// <summary>
671 /// Looks up a localized string similar to Cannot save &apos;{0}&apos; outside the project directory. Linked items are not supported..
672 /// </summary>
673 public static string LinkedItemsAreNotSupported {
674 get {
675 return ResourceManager.GetString("LinkedItemsAreNotSupported", r esourceCulture);
676 }
677 }
678
679 /// <summary>
680 /// Looks up a localized string similar to Minimal.
681 /// </summary>
682 public static string Minimal {
683 get {
684 return ResourceManager.GetString("Minimal", resourceCulture);
685 }
686 }
687
688 /// <summary>
689 /// Looks up a localized string similar to Misc.
690 /// </summary>
691 public static string Misc {
692 get {
693 return ResourceManager.GetString("Misc", resourceCulture);
694 }
695 }
696
697 /// <summary>
698 /// Looks up a localized string similar to The nested project has fail ed to reload..
699 /// </summary>
700 public static string NestedProjectFailedToReload {
701 get {
702 return ResourceManager.GetString("NestedProjectFailedToReload", resourceCulture);
703 }
704 }
705
706 /// <summary>
707 /// Looks up a localized string similar to None.
708 /// </summary>
709 public static string None {
710 get {
711 return ResourceManager.GetString("None", resourceCulture);
712 }
713 }
714
715 /// <summary>
716 /// Looks up a localized string similar to Normal.
717 /// </summary>
718 public static string Normal {
719 get {
720 return ResourceManager.GetString("Normal", resourceCulture);
721 }
722 }
723
724 /// <summary>
725 /// Looks up a localized string similar to Primary Output.
726 /// </summary>
727 public static string OutputBuilt {
728 get {
729 return ResourceManager.GetString("OutputBuilt", resourceCulture) ;
730 }
731 }
732
733 /// <summary>
734 /// Looks up a localized string similar to Contains the DLL or EXE bui lt by the project..
735 /// </summary>
736 public static string OutputBuiltDescription {
737 get {
738 return ResourceManager.GetString("OutputBuiltDescription", resou rceCulture);
739 }
740 }
741
742 /// <summary>
743 /// Looks up a localized string similar to Content Files.
744 /// </summary>
745 public static string OutputContentFiles {
746 get {
747 return ResourceManager.GetString("OutputContentFiles", resourceC ulture);
748 }
749 }
750
751 /// <summary>
752 /// Looks up a localized string similar to Contains all content files in the project..
753 /// </summary>
754 public static string OutputContentFilesDescription {
755 get {
756 return ResourceManager.GetString("OutputContentFilesDescription" , resourceCulture);
757 }
758 }
759
760 /// <summary>
761 /// Looks up a localized string similar to Documentation Files.
762 /// </summary>
763 public static string OutputDocumentation {
764 get {
765 return ResourceManager.GetString("OutputDocumentation", resource Culture);
766 }
767 }
768
769 /// <summary>
770 /// Looks up a localized string similar to Contains the XML Documentat ion files for the project..
771 /// </summary>
772 public static string OutputDocumentationDescription {
773 get {
774 return ResourceManager.GetString("OutputDocumentationDescription ", resourceCulture);
775 }
776 }
777
778 /// <summary>
779 /// Looks up a localized string similar to Localized Resources.
780 /// </summary>
781 public static string OutputLocalizedResourceDlls {
782 get {
783 return ResourceManager.GetString("OutputLocalizedResourceDlls", resourceCulture);
784 }
785 }
786
787 /// <summary>
788 /// Looks up a localized string similar to Contains the satellite asse mblies for each culture&apos;s resources..
789 /// </summary>
790 public static string OutputLocalizedResourceDllsDescription {
791 get {
792 return ResourceManager.GetString("OutputLocalizedResourceDllsDes cription", resourceCulture);
793 }
794 }
795
796 /// <summary>
797 /// Looks up a localized string similar to Output Path.
798 /// </summary>
799 public static string OutputPath {
800 get {
801 return ResourceManager.GetString("OutputPath", resourceCulture);
802 }
803 }
804
805 /// <summary>
806 /// Looks up a localized string similar to The path to the primary out put.
807 /// </summary>
808 public static string OutputPathDescription {
809 get {
810 return ResourceManager.GetString("OutputPathDescription", resour ceCulture);
811 }
812 }
813
814 /// <summary>
815 /// Looks up a localized string similar to Source Files.
816 /// </summary>
817 public static string OutputSourceFiles {
818 get {
819 return ResourceManager.GetString("OutputSourceFiles", resourceCu lture);
820 }
821 }
822
823 /// <summary>
824 /// Looks up a localized string similar to Contains all source files i n the project..
825 /// </summary>
826 public static string OutputSourceFilesDescription {
827 get {
828 return ResourceManager.GetString("OutputSourceFilesDescription", resourceCulture);
829 }
830 }
831
832 /// <summary>
833 /// Looks up a localized string similar to Debug Symbols.
834 /// </summary>
835 public static string OutputSymbols {
836 get {
837 return ResourceManager.GetString("OutputSymbols", resourceCultur e);
838 }
839 }
840
841 /// <summary>
842 /// Looks up a localized string similar to Contains the debugging file s for the project..
843 /// </summary>
844 public static string OutputSymbolsDescription {
845 get {
846 return ResourceManager.GetString("OutputSymbolsDescription", res ourceCulture);
847 }
848 }
849
850 /// <summary>
851 /// Looks up a localized string similar to XML Serialization Assemblie s.
852 /// </summary>
853 public static string OutputXmlSerializer {
854 get {
855 return ResourceManager.GetString("OutputXmlSerializer", resource Culture);
856 }
857 }
858
859 /// <summary>
860 /// Looks up a localized string similar to Contains the XML serializat ion assemblies for the project..
861 /// </summary>
862 public static string OutputXmlSerializerDescription {
863 get {
864 return ResourceManager.GetString("OutputXmlSerializerDescription ", resourceCulture);
865 }
866 }
867
868 /// <summary>
869 /// Looks up a localized string similar to ParameterCannotBeNullOEmpty .
870 /// </summary>
871 public static string ParameterCannotBeNullOrEmpty {
872 get {
873 return ResourceManager.GetString("ParameterCannotBeNullOrEmpty", resourceCulture);
874 }
875 }
876
877 /// <summary>
878 /// Looks up a localized string similar to Parameter must be a valid g uid..
879 /// </summary>
880 public static string ParameterMustBeAValidGuid {
881 get {
882 return ResourceManager.GetString("ParameterMustBeAValidGuid", re sourceCulture);
883 }
884 }
885
886 /// <summary>
887 /// Looks up a localized string similar to Parameter must be a valid i tem identifier..
888 /// </summary>
889 public static string ParameterMustBeAValidItemId {
890 get {
891 return ResourceManager.GetString("ParameterMustBeAValidItemId", resourceCulture);
892 }
893 }
894
895 /// <summary>
896 /// Looks up a localized string similar to Item is not available or co rrupted and thus cannot be pasted..
897 /// </summary>
898 public static string PasteFailed {
899 get {
900 return ResourceManager.GetString("PasteFailed", resourceCulture) ;
901 }
902 }
903
904 /// <summary>
905 /// 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. .
906 /// </summary>
907 public static string PathTooLong {
908 get {
909 return ResourceManager.GetString("PathTooLong", resourceCulture) ;
910 }
911 }
912
913 /// <summary>
914 /// Looks up a localized string similar to Program.
915 /// </summary>
916 public static string Program {
917 get {
918 return ResourceManager.GetString("Program", resourceCulture);
919 }
920 }
921
922 /// <summary>
923 /// Looks up a localized string similar to Project.
924 /// </summary>
925 public static string Project {
926 get {
927 return ResourceManager.GetString("Project", resourceCulture);
928 }
929 }
930
931 /// <summary>
932 /// 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. .
933 /// </summary>
934 public static string ProjectContainsCircularReferences {
935 get {
936 return ResourceManager.GetString("ProjectContainsCircularReferen ces", resourceCulture);
937 }
938 }
939
940 /// <summary>
941 /// Looks up a localized string similar to Project File.
942 /// </summary>
943 public static string ProjectFile {
944 get {
945 return ResourceManager.GetString("ProjectFile", resourceCulture) ;
946 }
947 }
948
949 /// <summary>
950 /// Looks up a localized string similar to The name of the file contai ning build, configuration, and other information about the project..
951 /// </summary>
952 public static string ProjectFileDescription {
953 get {
954 return ResourceManager.GetString("ProjectFileDescription", resou rceCulture);
955 }
956 }
957
958 /// <summary>
959 /// Looks up a localized string similar to Project Folder.
960 /// </summary>
961 public static string ProjectFolder {
962 get {
963 return ResourceManager.GetString("ProjectFolder", resourceCultur e);
964 }
965 }
966
967 /// <summary>
968 /// Looks up a localized string similar to The absolute location of th e project..
969 /// </summary>
970 public static string ProjectFolderDescription {
971 get {
972 return ResourceManager.GetString("ProjectFolderDescription", res ourceCulture);
973 }
974 }
975
976 /// <summary>
977 /// 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..
978 /// </summary>
979 public static string ProjectLocationNotTrusted {
980 get {
981 return ResourceManager.GetString("ProjectLocationNotTrusted", re sourceCulture);
982 }
983 }
984
985 /// <summary>
986 /// Looks up a localized string similar to Project Properties.
987 /// </summary>
988 public static string ProjectProperties {
989 get {
990 return ResourceManager.GetString("ProjectProperties", resourceCu lture);
991 }
992 }
993
994 /// <summary>
995 /// 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?.
996 /// </summary>
997 public static string QueryReloadNestedProject {
998 get {
999 return ResourceManager.GetString("QueryReloadNestedProject", res ourceCulture);
1000 }
1001 }
1002
1003 /// <summary>
1004 /// Looks up a localized string similar to Quiet.
1005 /// </summary>
1006 public static string Quiet {
1007 get {
1008 return ResourceManager.GetString("Quiet", resourceCulture);
1009 }
1010 }
1011
1012 /// <summary>
1013 /// 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..
1014 /// </summary>
1015 public static string ReferenceAlreadyExists {
1016 get {
1017 return ResourceManager.GetString("ReferenceAlreadyExists", resou rceCulture);
1018 }
1019 }
1020
1021 /// <summary>
1022 /// Looks up a localized string similar to Reference Properties.
1023 /// </summary>
1024 public static string ReferenceProperties {
1025 get {
1026 return ResourceManager.GetString("ReferenceProperties", resource Culture);
1027 }
1028 }
1029
1030 /// <summary>
1031 /// Looks up a localized string similar to References.
1032 /// </summary>
1033 public static string ReferencesNodeName {
1034 get {
1035 return ResourceManager.GetString("ReferencesNodeName", resourceC ulture);
1036 }
1037 }
1038
1039 /// <summary>
1040 /// Looks up a localized string similar to (Name).
1041 /// </summary>
1042 public static string RefName {
1043 get {
1044 return ResourceManager.GetString("RefName", resourceCulture);
1045 }
1046 }
1047
1048 /// <summary>
1049 /// Looks up a localized string similar to Display name of the referen ce.
1050 /// </summary>
1051 public static string RefNameDescription {
1052 get {
1053 return ResourceManager.GetString("RefNameDescription", resourceC ulture);
1054 }
1055 }
1056
1057 /// <summary>
1058 /// Looks up a localized string similar to Rename directory failed. {0 }.
1059 /// </summary>
1060 public static string RenameFolder {
1061 get {
1062 return ResourceManager.GetString("RenameFolder", resourceCulture );
1063 }
1064 }
1065
1066 /// <summary>
1067 /// Looks up a localized string similar to RTL_False.
1068 /// </summary>
1069 public static string RTL {
1070 get {
1071 return ResourceManager.GetString("RTL", resourceCulture);
1072 }
1073 }
1074
1075 /// <summary>
1076 /// Looks up a localized string similar to Save?.
1077 /// </summary>
1078 public static string SaveCaption {
1079 get {
1080 return ResourceManager.GetString("SaveCaption", resourceCulture) ;
1081 }
1082 }
1083
1084 /// <summary>
1085 /// Looks up a localized string similar to Do you want to save modifie d documents?.
1086 /// </summary>
1087 public static string SaveModifiedDocuments {
1088 get {
1089 return ResourceManager.GetString("SaveModifiedDocuments", resour ceCulture);
1090 }
1091 }
1092
1093 /// <summary>
1094 /// Looks up a localized string similar to The project file can only b e saved into the project location &apos;{0}&apos;..
1095 /// </summary>
1096 public static string SaveOfProjectFileOutsideCurrentDirectory {
1097 get {
1098 return ResourceManager.GetString("SaveOfProjectFileOutsideCurren tDirectory", resourceCulture);
1099 }
1100 }
1101
1102 /// <summary>
1103 /// Looks up a localized string similar to Error opening specified vie w &apos;{0}&apos; using standard editor..
1104 /// </summary>
1105 public static string StandardEditorViewError {
1106 get {
1107 return ResourceManager.GetString("StandardEditorViewError", reso urceCulture);
1108 }
1109 }
1110
1111 /// <summary>
1112 /// Looks up a localized string similar to URL.
1113 /// </summary>
1114 public static string URL {
1115 get {
1116 return ResourceManager.GetString("URL", resourceCulture);
1117 }
1118 }
1119
1120 /// <summary>
1121 /// 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..
1122 /// </summary>
1123 public static string UseOfDeletedItemError {
1124 get {
1125 return ResourceManager.GetString("UseOfDeletedItemError", resour ceCulture);
1126 }
1127 }
1128
1129 /// <summary>
1130 /// Looks up a localized string similar to Microsoft .Net Framework v1 .0.
1131 /// </summary>
1132 public static string v1 {
1133 get {
1134 return ResourceManager.GetString("v1", resourceCulture);
1135 }
1136 }
1137
1138 /// <summary>
1139 /// Looks up a localized string similar to Microsoft .Net Framework v1 .1.
1140 /// </summary>
1141 public static string v11 {
1142 get {
1143 return ResourceManager.GetString("v11", resourceCulture);
1144 }
1145 }
1146
1147 /// <summary>
1148 /// Looks up a localized string similar to Microsoft .Net Framework v2 .0.
1149 /// </summary>
1150 public static string v2 {
1151 get {
1152 return ResourceManager.GetString("v2", resourceCulture);
1153 }
1154 }
1155
1156 /// <summary>
1157 /// Looks up a localized string similar to warning.
1158 /// </summary>
1159 public static string Warning {
1160 get {
1161 return ResourceManager.GetString("Warning", resourceCulture);
1162 }
1163 }
1164
1165 /// <summary>
1166 /// Looks up a localized string similar to Windows Application.
1167 /// </summary>
1168 public static string WinExe {
1169 get {
1170 return ResourceManager.GetString("WinExe", resourceCulture);
1171 }
1172 }
1173 }
1174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698