From: Daniel C. \(kzu\) <dca...@us...> - 2004-10-21 20:52:06
|
Update of /cvsroot/mvp-xml/Design/v1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30705/v1/src Modified Files: Design.csproj Design.sln Design.suo SR.cs SR.resx Log Message: Index: Design.suo =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/Design.suo,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsgSlWKI and /tmp/cvs2wgcSM differ Index: Design.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/Design.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Design.csproj 10 Oct 2004 15:26:43 -0000 1.1 +++ Design.csproj 21 Oct 2004 20:51:56 -0000 1.2 @@ -36,7 +36,7 @@ NoStdLib = "false" NoWarn = "" Optimize = "false" - OutputPath = "bin\Debug\" + OutputPath = "..\bin\" RegisterForComInterop = "true" RemoveIntegerChecks = "false" TreatWarningsAsErrors = "false" @@ -56,7 +56,7 @@ NoStdLib = "false" NoWarn = "" Optimize = "true" - OutputPath = "bin\Release\" + OutputPath = "..\bin\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" TreatWarningsAsErrors = "false" @@ -99,6 +99,7 @@ Name = "microsoft.visualstudio.designer.interfaces" AssemblyName = "Microsoft.VisualStudio.Designer.Interfaces" HintPath = "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\microsoft.visualstudio.designer.interfaces.dll" + Private = "False" /> <Reference Name = "System.Drawing" @@ -111,6 +112,16 @@ HintPath = "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies\VSLangProj2.dll" AssemblyFolderKey = "hklm\publicassemblies" /> + <Reference + Name = "System.Management" + AssemblyName = "System.Management" + HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Management.dll" + /> + <Reference + Name = "System.Configuration.Install" + AssemblyName = "System.Configuration.Install" + HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Configuration.Install.dll" + /> </References> </Build> <Files> @@ -121,11 +132,24 @@ BuildAction = "Compile" /> <File + RelPath = "changelog.txt" + BuildAction = "Content" + /> + <File RelPath = "DebugUtils.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "license.txt" + BuildAction = "Content" + /> + <File + RelPath = "ProjectInstaller.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "ReflectionHelper.cs" SubType = "Code" BuildAction = "Compile" @@ -151,27 +175,27 @@ BuildAction = "Compile" /> <File - RelPath = "CustomTools\SGen\ClassPicker.cs" + RelPath = "CustomTools\XGen\ClassPicker.cs" SubType = "Form" BuildAction = "Compile" /> <File - RelPath = "CustomTools\SGen\ClassPicker.resx" + RelPath = "CustomTools\XGen\ClassPicker.resx" DependentUpon = "ClassPicker.cs" BuildAction = "EmbeddedResource" /> <File - RelPath = "CustomTools\SGen\SGenRunner.cs" + RelPath = "CustomTools\XGen\XGenRunner.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "CustomTools\SGen\SGenTool.cs" + RelPath = "CustomTools\XGen\XGenTool.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "CustomTools\SGen\XmlSerializerGenerator.cs" + RelPath = "CustomTools\XGen\XmlSerializerGenerator.cs" SubType = "Code" BuildAction = "Compile" /> Index: Design.sln =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/Design.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Design.sln 10 Oct 2004 15:26:43 -0000 1.1 +++ Design.sln 21 Oct 2004 20:51:56 -0000 1.2 @@ -3,6 +3,10 @@ ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "..\setup\setup.vdproj", "{0836E643-A9ED-421E-8426-1CB68F125B66}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -13,6 +17,8 @@ {A379C40D-C984-4E63-933A-BE96E9A599B7}.Debug.Build.0 = Debug|.NET {A379C40D-C984-4E63-933A-BE96E9A599B7}.Release.ActiveCfg = Release|.NET {A379C40D-C984-4E63-933A-BE96E9A599B7}.Release.Build.0 = Release|.NET + {0836E643-A9ED-421E-8426-1CB68F125B66}.Debug.ActiveCfg = Debug + {0836E643-A9ED-421E-8426-1CB68F125B66}.Release.ActiveCfg = Release EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection Index: SR.cs =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/SR.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SR.cs 10 Oct 2004 15:26:43 -0000 1.1 +++ SR.cs 21 Oct 2004 20:51:56 -0000 1.2 @@ -65,8 +65,24 @@ return SR.GetString("Tool_NoDTEProjectItem"); } } + + /// <summary>An error occurrent, and it's received as a parameter.</summary> + public static string XGenTool_GeneralError(object arg0) + { + return SR.GetString("XGenTool_GeneralError", arg0); + } - /// <summary>Current project object retrieved by EnvDTE is not a VSProject item. See ms-help://MS.VSCC.2003/MS.MSDNQTR.2003OCT.1033/vbcon/html/vxlrfvslangprojvsproject.htm</summary> + + /// <summary>The selected element doesn't contain any class definitions.</summary> + public static string XGenTool_NoClassFound + { + get + { + return SR.GetString("XGenTool_NoClassFound"); + } + } + + /// <summary>Current project object retrieved by EnvDTE is not a VSProject item. See ms-help://MS.VSCC.2003/MS.MSDNQTR.2003OCT.1033/vbcon/html/vxlrfvslangprojvsproject.htm</summary> public static string Tool_UnsupportedProjectType { get Index: SR.resx =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/SR.resx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SR.resx 10 Oct 2004 15:26:43 -0000 1.1 +++ SR.resx 21 Oct 2004 20:51:56 -0000 1.2 @@ -1,406 +1,417 @@ <?xml version="1.0" encoding="utf-8" ?> <root> - <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> - <xsd:element name="root" msdata:IsDataSet="true"> - <xsd:complexType> - <xsd:choice maxOccurs="unbounded"> - <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" /> - <xsd:attribute name="type" type="xsd:string" /> - <xsd:attribute name="mimetype" type="xsd:string" /> - </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>1.0.0.0</value> - </resheader> - <resheader name="Reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <resheader name="Writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <data name="Tool_AttributeMissing" type="System.String" mimetype="System.String"> - <value>Type '{0}' must have the '{1}' attribute.</value> - <comment>CustomTool-derived class doesn't implement a required attribute.</comment> - </data> - <data name="Tool_NoDTEProjectItem" type="System.String" mimetype="System.String"> - <value>Can't get current project item.</value> - <comment>The EnvDTE.ProjectItem is not set. Probably there's no item selected.</comment> - </data> - <data name="Tool_UnsupportedProjectType" type="System.String" mimetype="System.String"> - <value>Current project type is unsupported for this tool.</value> - <comment>Current project object retrieved by EnvDTE is not a VSProject item. See ms-help://MS.VSCC.2003/MS.MSDNQTR.2003OCT.1033/vbcon/html/vxlrfvslangprojvsproject.htm</comment> - </data> - <data name="Tool_UnsupportedCodeDomOutput" type="System.String" mimetype="System.String"> - <value>Output of type CodeDom must be either a CodeNamespace or a CodeCompileUnit.</value> - <comment>An invalid output was assigned the type OutputType.CodeDom</comment> - </data> - <data name="Tool_NoCodeDomSupport" type="System.String" mimetype="System.String"> - <value>Current project type can't have code elements, or can't compile to a .NET language. Supported project types are C# and VB.NET.</value> - <comment>The project isn't C# or VB.</comment> - </data> - <data name="Tool_Success" type="System.String" mimetype="System.String"> - <value>Success.</value> - <comment>The engine run without errors.</comment> - </data> - <data name="Gral_TypeMustImplementInterface" type="System.String" mimetype="System.String"> - <value>Type '{0}' doesn't implement required interface '{1}'.</value> - <comment>Type received as the first parameter does not implement the interface passed as the second parameter.</comment> - </data> - <data name="Gral_TypeMustInherit" type="System.String" mimetype="System.String"> - <value>Type '{0}' doesn't inherit from required base class '{1}'.</value> - <comment>Type received as the first parameter does not inherit from the base class passed as the second parameter.</comment> - </data> - <data name="ValueBinder_InvalidExpression" type="System.String" mimetype="System.String"> - <value>Expression '{0}' is invalid. Check .NET documentation for the DataBinder.Eval expression syntax.</value> - <comment>The expression receivedz in the first parameter is not in the expected format.</comment> - </data> - <data name="ValueBinder_MemberNotFound" type="System.String" mimetype="System.String"> - <value>Field or property '{0}' was not found in type '{1}'. Expression being evaluated was '{2}', for target '{3}'.</value> - <comment>First parameter is the field or property name, next the type where it's missing. Finally, the full expression and the originating target for which the expression was being evaluated.</comment> - </data> - <data name="ValueBinder_MethodArgumentsInvalid" type="System.String" mimetype="System.String"> - <value>Method '{0}' doesn't match the arguments received. Expression being evaluated was '{1}', for target '{2}'.</value> - <comment>First parameter is the method name name, next the full expression and the originating target for which the expression was being evaluated.</comment> - </data> - <data name="ValueBinder_IndexNotNumber" type="System.String" mimetype="System.String"> - <value>Argument '{0}' is not a valid number. </value> - <comment>Receives the indexer value that couldn't be converted to Int32.</comment> - </data> - <data name="ValueBinder_IndexEnumInvalid" type="System.String" mimetype="System.String"> - <value>Enum value '{0}' is invalid.</value> - <comment>Receives the full enum indexer that failed.</comment> - </data> - <data name="ValueBinder_NoIndexerFound" type="System.String" mimetype="System.String"> - <value>Type '{0}' doesn't have an indexer. Expression being evaluated was '{1}'.</value> - <comment>Receives the type that doesn't have the indexer, and the full expression.</comment> - </data> - <data name="ValueBinder_CantConvertValue" type="System.String" mimetype="System.String"> - <value>Value of type '{0}' can't be converted to type '{1}' expected by member '{2}'.</value> - <comment>Receives incoming value type, expected type and member name.</comment> - </data> - <data name="ValueBinder_CantAssignToMethod" type="System.String" mimetype="System.String"> - <value>Can't assign a value to a method return value. Expression being evaluated was '{0}'.</value> - <comment>{0}=full expression. The last segment of the expression is a method call, and the user tries to set a value on it.</comment> - </data> - <data name="Embedded_Success" type="System.String" mimetype="System.String"> - <value>Embedded resources generated.</value> - <comment>Sucess message.</comment> - </data> - <data name="Embedded_Error" type="System.String" mimetype="System.String"> - <value>#error Couldn't generate resource. + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <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" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + </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>1.0.0.0</value> + </resheader> + <resheader name="Reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="Writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <data name="Tool_AttributeMissing" type="System.String" mimetype="System.String"> + <value>Type '{0}' must have the '{1}' attribute.</value> + <comment>CustomTool-derived class doesn't implement a required attribute.</comment> + </data> + <data name="Tool_NoDTEProjectItem" type="System.String" mimetype="System.String"> + <value>Can't get current project item.</value> + <comment>The EnvDTE.ProjectItem is not set. Probably there's no item selected.</comment> + </data> + <data name="Tool_UnsupportedProjectType" type="System.String" mimetype="System.String"> + <value>Current project type is unsupported for this tool.</value> + <comment>Current project object retrieved by EnvDTE is not a VSProject item. See ms-help://MS.VSCC.2003/MS.MSDNQTR.2003OCT.1033/vbcon/html/vxlrfvslangprojvsproject.htm</comment> + </data> + <data name="Tool_UnsupportedCodeDomOutput" type="System.String" mimetype="System.String"> + <value>Output of type CodeDom must be either a CodeNamespace or a CodeCompileUnit.</value> + <comment>An invalid output was assigned the type OutputType.CodeDom</comment> + </data> + <data name="Tool_NoCodeDomSupport" type="System.String" mimetype="System.String"> + <value>Current project type can't have code elements, or can't compile to a .NET language. Supported project types are C# and VB.NET.</value> + <comment>The project isn't C# or VB.</comment> + </data> + <data name="Tool_Success" type="System.String" mimetype="System.String"> + <value>Success.</value> + <comment>The engine run without errors.</comment> + </data> + <data name="Gral_TypeMustImplementInterface" type="System.String" mimetype="System.String"> + <value>Type '{0}' doesn't implement required interface '{1}'.</value> + <comment>Type received as the first parameter does not implement the interface passed as the second parameter.</comment> + </data> + <data name="Gral_TypeMustInherit" type="System.String" mimetype="System.String"> + <value>Type '{0}' doesn't inherit from required base class '{1}'.</value> + <comment>Type received as the first parameter does not inherit from the base class passed as the second parameter.</comment> + </data> + <data name="ValueBinder_InvalidExpression" type="System.String" mimetype="System.String"> + <value>Expression '{0}' is invalid. Check .NET documentation for the DataBinder.Eval expression syntax.</value> + <comment>The expression receivedz in the first parameter is not in the expected format.</comment> + </data> + <data name="ValueBinder_MemberNotFound" type="System.String" mimetype="System.String"> + <value>Field or property '{0}' was not found in type '{1}'. Expression being evaluated was '{2}', for target '{3}'.</value> + <comment>First parameter is the field or property name, next the type where it's missing. Finally, the full expression and the originating target for which the expression was being evaluated.</comment> + </data> + <data name="ValueBinder_MethodArgumentsInvalid" type="System.String" mimetype="System.String"> + <value>Method '{0}' doesn't match the arguments received. Expression being evaluated was '{1}', for target '{2}'.</value> + <comment>First parameter is the method name name, next the full expression and the originating target for which the expression was being evaluated.</comment> + </data> + <data name="ValueBinder_IndexNotNumber" type="System.String" mimetype="System.String"> + <value>Argument '{0}' is not a valid number. </value> + <comment>Receives the indexer value that couldn't be converted to Int32.</comment> + </data> + <data name="ValueBinder_IndexEnumInvalid" type="System.String" mimetype="System.String"> + <value>Enum value '{0}' is invalid.</value> + <comment>Receives the full enum indexer that failed.</comment> + </data> + <data name="ValueBinder_NoIndexerFound" type="System.String" mimetype="System.String"> + <value>Type '{0}' doesn't have an indexer. Expression being evaluated was '{1}'.</value> + <comment>Receives the type that doesn't have the indexer, and the full expression.</comment> + </data> + <data name="ValueBinder_CantConvertValue" type="System.String" mimetype="System.String"> + <value>Value of type '{0}' can't be converted to type '{1}' expected by member '{2}'.</value> + <comment>Receives incoming value type, expected type and member name.</comment> + </data> + <data name="ValueBinder_CantAssignToMethod" type="System.String" mimetype="System.String"> + <value>Can't assign a value to a method return value. Expression being evaluated was '{0}'.</value> + <comment>{0}=full expression. The last segment of the expression is a method call, and the user tries to set a value on it.</comment> + </data> + <data name="Embedded_Success" type="System.String" mimetype="System.String"> + <value>Embedded resources generated.</value> + <comment>Sucess message.</comment> + </data> + <data name="Embedded_Error" type="System.String" mimetype="System.String"> + <value>#error Couldn't generate resource. /* {0} */</value> - <comment>An error occurrent, and it's received as a parameter.</comment> - </data> - <data name="Embedded_NoLocaleDefined" type="System.String" mimetype="System.String"> - <value>The file doesn't contain a valid locale in its name.</value> - <comment>The file can't be used to generate a localized resource.</comment> - </data> - <data name="Embedded_CantFindMain" type="System.String" mimetype="System.String"> - <value>Main resource file for this localized version wasn't found.</value> - <comment>Can't find the main file resource.</comment> - </data> - <data name="Embedded_CantFindMainClass" type="System.String" mimetype="System.String"> - <value>Parent main resource file for this localized version was found, but its corresponding resource class wasn't. + <comment>An error occurrent, and it's received as a parameter.</comment> + </data> + <data name="Embedded_NoLocaleDefined" type="System.String" mimetype="System.String"> + <value>The file doesn't contain a valid locale in its name.</value> + <comment>The file can't be used to generate a localized resource.</comment> + </data> + <data name="Embedded_CantFindMain" type="System.String" mimetype="System.String"> + <value>Main resource file for this localized version wasn't found.</value> + <comment>Can't find the main file resource.</comment> + </data> + <data name="Embedded_CantFindMainClass" type="System.String" mimetype="System.String"> + <value>Parent main resource file for this localized version was found, but its corresponding resource class wasn't. Check that its CustomTool property is set to the appropriate generator.</value> - <comment>Can't find the main file resource class.</comment> - </data> - <data name="ValueEditor_CantConvertValue" type="System.String" mimetype="System.String"> - <value>Value of type '{0}' can't be converted to type '{1}' expected by argument.</value> - <comment>Receives incoming value type and expected type.</comment> - </data> - <data name="ValueEditor_InvalidValue" type="System.String" mimetype="System.String"> - <value>The value specified is invalid.</value> - <comment></comment> - </data> - <data name="Step_ShowHelp" type="System.String" mimetype="System.String"> - <value>Show Help</value> - <comment>Allows the user to click and see additional help.</comment> - </data> - <data name="IdeWizard_MissingParameter" type="System.String" mimetype="System.String"> - <value>Parameter '{0}' is required. Check wizard definision file.</value> - <comment>A custom param in the .vsz file is missing. That is the first argument to the method.</comment> - </data> - <data name="Ide_ToolsMenu" type="System.String" mimetype="System.String"> - <value>Microsoft Reference Architecture</value> - <comment>Caption of the main menu item in Tools.</comment> - </data> - <data name="Ide_ToolsMenuTooltip" type="System.String" mimetype="System.String"> - <value>Provides access to the Reference Architecture wizards and design tools.</value> - </data> - <data name="Ide_CantInitializeMainTool" type="System.String" mimetype="System.String"> - <value>Main tool menu can't be initialized.</value> - <comment>An error happened while adding the tool menu.</comment> - </data> - <data name="Gral_ServiceUnavailable" type="System.String" mimetype="System.String"> - <value>Can't perform operation because service '{0}' is not setup properly. Ensure the Microsoft IPE Wizards add-in is loaded.</value> - <comment>Receives the service that is unavailable.</comment> - </data> - <data name="XsdFileEditor_Filter" type="System.String" mimetype="System.String"> - <value>XML Schema Files (*.xsd)|*.xsd</value> - <comment>Filter for the open dialog.</comment> - </data> - <data name="XsdFileEditor_Title" type="System.String" mimetype="System.String"> - <value>Select XML Schema File</value> - <comment>Title of the dialog.</comment> - </data> - <data name="Gral_ConfigurationFileNotSet" type="System.String" mimetype="System.String"> - <value>Main configuration file must be selected. Use the context menu option to select it.</value> - <comment>Config file is required for the current operation.</comment> - </data> - <data name="Gral_DeployScriptNotSet" type="System.String" mimetype="System.String"> - <value>Main deploy script file must be selected. Use the context menu option to select it.</value> - <comment>Deploy script file is required for the current operation.</comment> - </data> - <data name="XmlNodeListFactory_IHasXmlNodeMissing" type="System.String" mimetype="System.String"> - <value>The XPath query was not executed against an XmlNode-based object (such as XmlDocument).</value> - <comment>The factory received an XPathNodeIterator that was not obtained from querying an XmlDocument or XmlNode.</comment> - </data> - <data name="ValueEditor_Error" type="System.String" mimetype="System.String"> - <value>An error occurred while editing the value.</value> - <comment>Generic error handling.</comment> - </data> - <data name="CommandService_StackEmpty" type="System.String" mimetype="System.String"> - <value>List of commands is empty. Can't perform Undo operation.</value> - <comment>Someone called Undo without executing commands first.</comment> - </data> - <data name="CommandService_ExecuteError" type="System.String" mimetype="System.String"> - <value>Command failed: {0}. + <comment>Can't find the main file resource class.</comment> + </data> + <data name="ValueEditor_CantConvertValue" type="System.String" mimetype="System.String"> + <value>Value of type '{0}' can't be converted to type '{1}' expected by argument.</value> + <comment>Receives incoming value type and expected type.</comment> + </data> + <data name="ValueEditor_InvalidValue" type="System.String" mimetype="System.String"> + <value>The value specified is invalid.</value> + <comment></comment> + </data> + <data name="Step_ShowHelp" type="System.String" mimetype="System.String"> + <value>Show Help</value> + <comment>Allows the user to click and see additional help.</comment> + </data> + <data name="IdeWizard_MissingParameter" type="System.String" mimetype="System.String"> + <value>Parameter '{0}' is required. Check wizard definision file.</value> + <comment>A custom param in the .vsz file is missing. That is the first argument to the method.</comment> + </data> + <data name="Ide_ToolsMenu" type="System.String" mimetype="System.String"> + <value>Microsoft Reference Architecture</value> + <comment>Caption of the main menu item in Tools.</comment> + </data> + <data name="Ide_ToolsMenuTooltip" type="System.String" mimetype="System.String"> + <value>Provides access to the Reference Architecture wizards and design tools.</value> + </data> + <data name="Ide_CantInitializeMainTool" type="System.String" mimetype="System.String"> + <value>Main tool menu can't be initialized.</value> + <comment>An error happened while adding the tool menu.</comment> + </data> + <data name="Gral_ServiceUnavailable" type="System.String" mimetype="System.String"> + <value>Can't perform operation because service '{0}' is not setup properly. Ensure the Microsoft IPE Wizards add-in is loaded.</value> + <comment>Receives the service that is unavailable.</comment> + </data> + <data name="XsdFileEditor_Filter" type="System.String" mimetype="System.String"> + <value>XML Schema Files (*.xsd)|*.xsd</value> + <comment>Filter for the open dialog.</comment> + </data> + <data name="XsdFileEditor_Title" type="System.String" mimetype="System.String"> + <value>Select XML Schema File</value> + <comment>Title of the dialog.</comment> + </data> + <data name="Gral_ConfigurationFileNotSet" type="System.String" mimetype="System.String"> + <value>Main configuration file must be selected. Use the context menu option to select it.</value> + <comment>Config file is required for the current operation.</comment> + </data> + <data name="Gral_DeployScriptNotSet" type="System.String" mimetype="System.String"> + <value>Main deploy script file must be selected. Use the context menu option to select it.</value> + <comment>Deploy script file is required for the current operation.</comment> + </data> + <data name="XmlNodeListFactory_IHasXmlNodeMissing" type="System.String" mimetype="System.String"> + <value>The XPath query was not executed against an XmlNode-based object (such as XmlDocument).</value> + <comment>The factory received an XPathNodeIterator that was not obtained from querying an XmlDocument or XmlNode.</comment> + </data> + <data name="ValueEditor_Error" type="System.String" mimetype="System.String"> + <value>An error occurred while editing the value.</value> + <comment>Generic error handling.</comment> + </data> + <data name="CommandService_StackEmpty" type="System.String" mimetype="System.String"> + <value>List of commands is empty. Can't perform Undo operation.</value> + <comment>Someone called Undo without executing commands first.</comment> + </data> + <data name="CommandService_ExecuteError" type="System.String" mimetype="System.String"> + <value>Command failed: {0}. Error: {1}</value> - <comment>{0}=command name/description, {1}=exception.</comment> - </data> - <data name="CommandService_UndoError" type="System.String" mimetype="System.String"> - <value>Couldn't undo command '{0}'. Error was: + <comment>{0}=command name/description, {1}=exception.</comment> + </data> + <data name="CommandService_UndoError" type="System.String" mimetype="System.String"> + <value>Couldn't undo command '{0}'. Error was: {1}.</value> - <comment>{0}=command name/description, {1}=exception.</comment> - </data> - <data name="CommandService_ConfirmCaption" type="System.String" mimetype="System.String"> - <value>Confirm '{0}' execution</value> - <comment>{0}=command description. Title for the dialog</comment> - </data> - <data name="ExpressionEvaluator_EmptyArgumentReference" type="System.String" mimetype="System.String"> - <value>Argument reference can't be empty. It must be in the form '$(Argument)'. Value was '{0}'.</value> - <comment>An expression contained an empty argument reference. {0} is the full invalid expression.</comment> - </data> - <data name="ExpressionEvaluator_OpenArgumentReference" type="System.String" mimetype="System.String"> - <value>Argument reference not properly closed: '{0}'. Argument reference can't be empty. It must be in the form '$(Argument)'. Full value was '{1}'. </value> - <comment>An argument reference is missing the right parenthesis. {0} is the invalid open section, {1} is the full expression. </comment> - </data> - <data name="CommandService_InvalidRestoreState" type="System.String" mimetype="System.String"> - <value>Restore point state is invalid. Can't restore service state.</value> - <comment>Only the private class generated by the service can be used to restore its state.</comment> - </data> - <data name="Step_ConfirmReExecution" type="System.String" mimetype="System.String"> - <value>Some commands have already been executed. Do you want to undo them before executing with current arguments?</value> - <comment></comment> - </data> - <data name="Command_ArgumentRequired" type="System.String" mimetype="System.String"> - <value>Argument '{0}' is required for the execution of command '{1}'.</value> - <comment>{0}=missing argument. {1}=command type.</comment> - </data> - <data name="Command_UnsupportedArgumentType" type="System.String" mimetype="System.String"> - <value>Argument '{0}' has a type '{1}' which is not supported by command '{2}'. It must be one of: + <comment>{0}=command name/description, {1}=exception.</comment> + </data> + <data name="CommandService_ConfirmCaption" type="System.String" mimetype="System.String"> + <value>Confirm '{0}' execution</value> + <comment>{0}=command description. Title for the dialog</comment> + </data> + <data name="ExpressionEvaluator_EmptyArgumentReference" type="System.String" mimetype="System.String"> + <value>Argument reference can't be empty. It must be in the form '$(Argument)'. Value was '{0}'.</value> + <comment>An expression contained an empty argument reference. {0} is the full invalid expression.</comment> + </data> + <data name="ExpressionEvaluator_OpenArgumentReference" type="System.String" mimetype="System.String"> + <value>Argument reference not properly closed: '{0}'. Argument reference can't be empty. It must be in the form '$(Argument)'. Full value was '{1}'. </value> + <comment>An argument reference is missing the right parenthesis. {0} is the invalid open section, {1} is the full expression. </comment> + </data> + <data name="CommandService_InvalidRestoreState" type="System.String" mimetype="System.String"> + <value>Restore point state is invalid. Can't restore service state.</value> + <comment>Only the private class generated by the service can be used to restore its state.</comment> + </data> + <data name="Step_ConfirmReExecution" type="System.String" mimetype="System.String"> + <value>Some commands have already been executed. Do you want to undo them before executing with current arguments?</value> + <comment></comment> + </data> + <data name="Command_ArgumentRequired" type="System.String" mimetype="System.String"> + <value>Argument '{0}' is required for the execution of command '{1}'.</value> + <comment>{0}=missing argument. {1}=command type.</comment> + </data> + <data name="Command_UnsupportedArgumentType" type="System.String" mimetype="System.String"> + <value>Argument '{0}' has a type '{1}' which is not supported by command '{2}'. It must be one of: {3}.</value> - <comment>{0}=argument name. {1}=argument type. {2}=command name, and {3}=concat list of valid types.</comment> - </data> - <data name="Step_ExecutionFailed" type="System.String" mimetype="System.String"> - <value>Execution failed for some commands.</value> - <comment>Some command didn't execute sucessfully.</comment> - </data> - <data name="Dte_ProjectDoesntExist" type="System.String" mimetype="System.String"> - <value>Project '{0}' doesn't exist in current solution.</value> - <comment>{0}=project that doesn't exist in solution.</comment> - </data> - <data name="Dte_ParentItemNotFound" type="System.String" mimetype="System.String"> - <value>Parent item at location '{0}' doesn't exist.</value> - <comment>{0}=path for the non-existent item.</comment> - </data> - <data name="AddProject_InvalidKind" type="System.String" mimetype="System.String"> - <value>Project kind must be either "C#" or "VB". Received invalid '{0}' value.</value> - <comment>{0}=invalid project kind.</comment> - </data> - <data name="Dte_TargetProjectExists" type="System.String" mimetype="System.String"> - <value>Target project file '{0}' already exists.</value> - <comment>{0}=target file name.</comment> - </data> - <data name="AddProject_CantDeleteFolder" type="System.String" mimetype="System.String"> - <value>Folder '{0}' couldn't be deleted. Please remove it manually. Error was: + <comment>{0}=argument name. {1}=argument type. {2}=command name, and {3}=concat list of valid types.</comment> + </data> + <data name="Step_ExecutionFailed" type="System.String" mimetype="System.String"> + <value>Execution failed for some commands.</value> + <comment>Some command didn't execute sucessfully.</comment> + </data> + <data name="Dte_ProjectDoesntExist" type="System.String" mimetype="System.String"> + <value>Project '{0}' doesn't exist in current solution.</value> + <comment>{0}=project that doesn't exist in solution.</comment> + </data> + <data name="Dte_ParentItemNotFound" type="System.String" mimetype="System.String"> + <value>Parent item at location '{0}' doesn't exist.</value> + <comment>{0}=path for the non-existent item.</comment> + </data> + <data name="AddProject_InvalidKind" type="System.String" mimetype="System.String"> + <value>Project kind must be either "C#" or "VB". Received invalid '{0}' value.</value> + <comment>{0}=invalid project kind.</comment> + </data> + <data name="Dte_TargetProjectExists" type="System.String" mimetype="System.String"> + <value>Target project file '{0}' already exists.</value> + <comment>{0}=target file name.</comment> + </data> + <data name="AddProject_CantDeleteFolder" type="System.String" mimetype="System.String"> + <value>Folder '{0}' couldn't be deleted. Please remove it manually. Error was: '{1}'.</value> - <comment>{0}=folder to remove, {1}=error message.</comment> - </data> - <data name="HandlersConverter_InvalidHandlers" type="System.String" mimetype="System.String"> - <value>The following handlers don't exist in the configuration file: + <comment>{0}=folder to remove, {1}=error message.</comment> + </data> + <data name="HandlersConverter_InvalidHandlers" type="System.String" mimetype="System.String"> + <value>The following handlers don't exist in the configuration file: {0}</value> - <comment>{0}=join of invalid handlers</comment> - </data> - <data name="AddProject_CantAddProject" type="System.String" mimetype="System.String"> - <value>Project '{0}' couldn't be added. Retry with another name or check whether the target folder is empty.</value> - <comment>{0}= project failing to be added.</comment> - </data> - <data name="AddProject_InvalidPath" type="System.String" mimetype="System.String"> - <value>Can't find path '{0}' in current solution.</value> - <comment>{0}=invalid path</comment> - </data> - <data name="Gral_ComponentNotSited" type="System.String" mimetype="System.String"> - <value>The component hasn't been propertly initialized yet.</value> - <comment>An operation requires the component to be sited and it hasn't been yet.</comment> - </data> - <data name="Deployer_InvalidResource" type="System.String" mimetype="System.String"> - <value>Resource '{0}' wasn't found in current assembly. </value> - <comment>Resource to deploy doesn't exist. {0}=resource name</comment> - </data> - <data name="SolutionClassBrowserEditor_MSAB" type="System.String" mimetype="System.String"> - <value>Microsoft.ApplicationBlocks</value> - <comment>Checked to skip MS projects from the list.</comment> - </data> - <data name="SolutionClassBrowserEditor_SDAF" type="System.String" mimetype="System.String"> - <value>Microsoft.ReferenceArchitecture</value> - <comment>Checked to skip MS projects from the list.</comment> - </data> - <data name="WizardController_ConfirmExecution" type="System.String" mimetype="System.String"> - <value>Confirm wizard execution</value> - <comment>Title of the prompt for executing the wizard, if any.</comment> - </data> - <data name="AddProject_CantRemoveProject" type="System.String" mimetype="System.String"> - <value>Project '{0}' couldn't be removed. You will have to do so manually.</value> - <comment>For some reason removing the project didn't work. {0}=project name.</comment> - </data> - <data name="AddProject_ProjectAlreadyExists" type="System.String" mimetype="System.String"> - <value>Project '{0}' already exists in the solution.</value> - <comment>The project name selected is already present in the solution. {0}=project name.</comment> - </data> - <data name="Step_NoTipProvided" type="System.String" mimetype="System.String"> - <value>No tips available.</value> - </data> - <data name="XmlValidate_GeneralError" type="System.String" mimetype="System.String"> - <value>#error Couldn't process XML file! + <comment>{0}=join of invalid handlers</comment> + </data> + <data name="AddProject_CantAddProject" type="System.String" mimetype="System.String"> + <value>Project '{0}' couldn't be added. Retry with another name or check whether the target folder is empty.</value> + <comment>{0}= project failing to be added.</comment> + </data> + <data name="AddProject_InvalidPath" type="System.String" mimetype="System.String"> + <value>Can't find path '{0}' in current solution.</value> + <comment>{0}=invalid path</comment> + </data> + <data name="Gral_ComponentNotSited" type="System.String" mimetype="System.String"> + <value>The component hasn't been propertly initialized yet.</value> + <comment>An operation requires the component to be sited and it hasn't been yet.</comment> + </data> + <data name="Deployer_InvalidResource" type="System.String" mimetype="System.String"> + <value>Resource '{0}' wasn't found in current assembly. </value> + <comment>Resource to deploy doesn't exist. {0}=resource name</comment> + </data> + <data name="SolutionClassBrowserEditor_MSAB" type="System.String" mimetype="System.String"> + <value>Microsoft.ApplicationBlocks</value> + <comment>Checked to skip MS projects from the list.</comment> + </data> + <data name="SolutionClassBrowserEditor_SDAF" type="System.String" mimetype="System.String"> + <value>Microsoft.ReferenceArchitecture</value> + <comment>Checked to skip MS projects from the list.</comment> + </data> + <data name="WizardController_ConfirmExecution" type="System.String" mimetype="System.String"> + <value>Confirm wizard execution</value> + <comment>Title of the prompt for executing the wizard, if any.</comment> + </data> + <data name="AddProject_CantRemoveProject" type="System.String" mimetype="System.String"> + <value>Project '{0}' couldn't be removed. You will have to do so manually.</value> + <comment>For some reason removing the project didn't work. {0}=project name.</comment> + </data> + <data name="AddProject_ProjectAlreadyExists" type="System.String" mimetype="System.String"> + <value>Project '{0}' already exists in the solution.</value> + <comment>The project name selected is already present in the solution. {0}=project name.</comment> + </data> + <data name="Step_NoTipProvided" type="System.String" mimetype="System.String"> + <value>No tips available.</value> + </data> + <data name="XmlValidate_GeneralError" type="System.String" mimetype="System.String"> + <value>#error Couldn't process XML file! {0}</value> - <comment>An error happened. Exception as argument 0.</comment> - </data> - <data name="XmlValidate_NoSchemaLocation" type="System.String" mimetype="System.String"> - <value>No location for the schema was specified. Set an absolute or XML file-relative location for the schema in the Custom Tool Namespace property for the file.</value> - </data> - <data name="XmlValidate_Succeeded" type="System.String" mimetype="System.String"> - <value>Validation succeeded.</value> - </data> - <data name="XmlValidate_Failed" type="System.String" mimetype="System.String"> - <value>Validation failed. Errors: + <comment>An error happened. Exception as argument 0.</comment> + </data> + <data name="XmlValidate_NoSchemaLocation" type="System.String" mimetype="System.String"> + <value>No location for the schema was specified. Set an absolute or XML file-relative location for the schema in the Custom Tool Namespace property for the file.</value> + </data> + <data name="XmlValidate_Succeeded" type="System.String" mimetype="System.String"> + <value>Validation succeeded.</value> + </data> + <data name="XmlValidate_Failed" type="System.String" mimetype="System.String"> + <value>Validation failed. Errors: {0}</value> - <comment>{0}=errors.</comment> - </data> - <data name="Configuration_InvalidWizardConfig" type="System.String" mimetype="System.String"> - <value>Wizard configuration is invalid. Errors: + <comment>{0}=errors.</comment> + </data> + <data name="Configuration_InvalidWizardConfig" type="System.String" mimetype="System.String"> + <value>Wizard configuration is invalid. Errors: {0}</value> - <comment>{0}=errors.</comment> - </data> - <data name="AddOrSelectFolder_PathIsNotFolder" type="System.String" mimetype="System.String"> - <value>An item already exists with path '{0}' and it's not a folder.</value> - <comment>Tried to select a non-folder with a path. Receives the failing path.</comment> - </data> - <data name="Dte_NoActiveProject" type="System.String" mimetype="System.String"> - <value>A project must be selected before using this component.</value> - <comment>No active project was found.</comment> - </data> - <data name="DependencyEvaluator_InvalidExpression" type="System.String" mimetype="System.String"> - <value>Dependency expression '{0}' is invalid.</value> - <comment>Invalid expression received as argument 0.</comment> - </data> - <data name="DependencyEvaluator_DuplicateOperator" type="System.String" mimetype="System.String"> - <value>Duplicate operator '{0}' found in expression '{1}'.</value> - <comment>{0}=duplicate match, {1}=full expression.</comment> - </data> - <data name="DependencyEvaluator_OperatorMissing" type="System.String" mimetype="System.String"> - <value>Either 'and' or 'or' operators must precede argument name '{0}'. Expression was '{1}'.</value> - <comment>{0}=argument matched without operator. {1}=full expression.</comment> - </data> - <data name="CommandService_CommandCanceled" type="System.String" mimetype="System.String"> - <value>Command canceled by user.</value> - <comment>The user didn't accept the command execution.</comment> - </data> - <data name="AddOrSelectProject_PathRequiredForNew" type="System.String" mimetype="System.String"> - <value>A target folder for the new project must be selected, or an existing one must be selected to be used as a sibling.</value> - <comment>A new project has to be created, but the folder wasn't selected.</comment> - </data> - <data name="DependencyEvaluator_ValueNotComparable" type="System.String" mimetype="System.String"> - <value>Argument is of type {0} which can't be used for comparisons. (does not implement IComparable)</value> - <comment>An argument is used for a comparison but its value does not implement IComparable.</comment> - </data> - <data name="DependencyEvaluator_UnsupportedComparison" type="System.String" mimetype="System.String"> - <value>Comparison operator '{0}' is not supported.</value> - <comment>{0}=the operator.</comment> - </data> - <data name="WizardController_NonExistingAlias" type="System.String" mimetype="System.String"> - <value>There's no type definition with name '{0}' in the current wizard configuration.</value> - <comment>{0}=the type alias that wasn't found. We know it's an alias as it doesn't contain a colon separating the assembly name for a FQTN.</comment> - </data> - <data name="ExecuteTransformation_AssemblyNotSpecified" type="System.String" mimetype="System.String"> - <value>The template argument '{0}' can't be located as a file, and Assembly argument was not specified to load it from an embedded resource.</value> - <comment>The template argument '{0}' can't be located as a file, and Assembly argument was not specified to load it from an embedded resource.</comment> - </data> - <data name="ExecuteTransformation_AssemblyNotFound" type="System.String" mimetype="System.String"> - <value>Assembly '{0}' not found.</value> - <comment>{0}=assembly name that couldn't be loaded.</comment> - </data> - <data name="ExecuteTransformation_EmbeddedTemplateNotFound" type="System.String" mimetype="System.String"> - <value>Embedded resource with name '{0}' containing transformation template was not found in assembly '{1}'.</value> - <comment>{0}=resource name not found, and {1}=assembly name where we probed.</comment> - </data> - <data name="ExecuteTransformation_EmbeddedConfigNotFound" type="System.String" mimetype="System.String"> - <value>Embedded resource with name '{0}' containing configuration for the transformation engine was not found in assembly '{1}'.</value> - <comment>{0}=resource name not found, and {1}=assembly name where we probed.</comment> - </data> - <data name="ExecuteTransformation_TemplateFileNotFound" type="System.String" mimetype="System.String"> - <value>Can't load template file.</value> - <comment>FileNotFoundException</comment> - </data> - <data name="ExecuteTransformation_ConfigFileNotFound" type="System.String" mimetype="System.String"> - <value>Can't load configuration file.</value> - <comment>FileNotFoundException</comment> - </data> - <data name="ExpressionEvaluator_ArgumentMissing" type="System.String" mimetype="System.String"> - <value>Argument '{0}' is missing in the current context.</value> - <comment>An expression uses an argument that hasn't been specified.</comment> - </data> - <data name="DteHelper_PathNotRelativeToSln" type="System.String" mimetype="System.String"> - <value>File '{0}' is not relative to the solution file '{1}'.</value> - <comment>{0}=file that is not relative to {1}, which is the solution filename.</comment> - </data> - <data name="DteHelper_UnsupportedProjectKind" type="System.String" mimetype="System.String"> - <value>Project '{0}' is not a C# or VB.NET project.</value> - <comment>{0}=name of the non-C#/VB. project.</comment> - </data> - <data name="Gral_LanguageCSharp" type="System.String" mimetype="System.String"> - <value>C#</value> - <comment>The C# language.</comment> - </data> - <data name="Gral_LanguageVisualBasic" type="System.String" mimetype="System.String"> - <value>VB</value> - <comment>The Visual Basic language.</comment> - </data> - <data name="OutputWindowService_InitializedMsg" type="System.String" mimetype="System.String"> - <value>Microsoft IPE Wizard Framework Output Window Service loaded.</value> - <comment>Output window was created.</comment> - </data> + <comment>{0}=errors.</comment> + </data> + <data name="AddOrSelectFolder_PathIsNotFolder" type="System.String" mimetype="System.String"> + <value>An item already exists with path '{0}' and it's not a folder.</value> + <comment>Tried to select a non-folder with a path. Receives the failing path.</comment> + </data> + <data name="Dte_NoActiveProject" type="System.String" mimetype="System.String"> + <value>A project must be selected before using this component.</value> + <comment>No active project was found.</comment> + </data> + <data name="DependencyEvaluator_InvalidExpression" type="System.String" mimetype="System.String"> + <value>Dependency expression '{0}' is invalid.</value> + <comment>Invalid expression received as argument 0.</comment> + </data> + <data name="DependencyEvaluator_DuplicateOperator" type="System.String" mimetype="System.String"> + <value>Duplicate operator '{0}' found in expression '{1}'.</value> + <comment>{0}=duplicate match, {1}=full expression.</comment> + </data> + <data name="DependencyEvaluator_OperatorMissing" type="System.String" mimetype="System.String"> + <value>Either 'and' or 'or' operators must precede argument name '{0}'. Expression was '{1}'.</value> + <comment>{0}=argument matched without operator. {1}=full expression.</comment> + </data> + <data name="CommandService_CommandCanceled" type="System.String" mimetype="System.String"> + <value>Command canceled by user.</value> + <comment>The user didn't accept the command execution.</comment> + </data> + <data name="AddOrSelectProject_PathRequiredForNew" type="System.String" mimetype="System.String"> + <value>A target folder for the new project must be selected, or an existing one must be selected to be used as a sibling.</value> + <comment>A new project has to be created, but the folder wasn't selected.</comment> + </data> + <data name="DependencyEvaluator_ValueNotComparable" type="System.String" mimetype="System.String"> + <value>Argument is of type {0} which can't be used for comparisons. (does not implement IComparable)</value> + <comment>An argument is used for a comparison but its value does not implement IComparable.</comment> + </data> + <data name="DependencyEvaluator_UnsupportedComparison" type="System.String" mimetype="System.String"> + <value>Comparison operator '{0}' is not supported.</value> + <comment>{0}=the operator.</comment> + </data> + <data name="WizardController_NonExistingAlias" type="System.String" mimetype="System.String"> + <value>There's no type definition with name '{0}' in the current wizard configuration.</value> + <comment>{0}=the type alias that wasn't found. We know it's an alias as it doesn't contain a colon separating the assembly name for a FQTN.</comment> + </data> + <data name="ExecuteTransformation_AssemblyNotSpecified" type="System.String" mimetype="System.String"> + <value>The template argument '{0}' can't be located as a file, and Assembly argument was not specified to load it from an embedded resource.</value> + <comment>The template argument '{0}' can't be located as a file, and Assembly argument was not specified to load it from an embedded resource.</comment> + </data> + <data name="ExecuteTransformation_AssemblyNotFound" type="System.String" mimetype="System.String"> + <value>Assembly '{0}' not found.</value> + <comment>{0}=assembly name that couldn't be loaded.</comment> + </data> + <data name="ExecuteTransformation_EmbeddedTemplateNotFound" type="System.String" mimetype="System.String"> + <value>Embedded resource with name '{0}' containing transformation template was not found in assembly '{1}'.</value> + <comment>{0}=resource name not found, and {1}=assembly name where we probed.</comment> + </data> + <data name="ExecuteTransformation_EmbeddedConfigNotFound" type="System.String" mimetype="System.String"> + <value>Embedded resource with name '{0}' containing configuration for the transformation engine was not found in assembly '{1}'.</value> + <comment>{0}=resource name not found, and {1}=assembly name where we probed.</comment> + </data> + <data name="ExecuteTransformation_TemplateFileNotFound" type="System.String" mimetype="System.String"> + <value>Can't load template file.</value> + <comment>FileNotFoundException</comment> + </data> + <data name="ExecuteTransformation_ConfigFileNotFound" type="System.String" mimetype="System.String"> + <value>Can't load configuration file.</value> + <comment>FileNotFoundException</comment> + </data> + <data name="ExpressionEvaluator_ArgumentMissing" type="System.String" mimetype="System.String"> + <value>Argument '{0}' is missing in the current context.</value> + <comment>An expression uses an argument that hasn't been specified.</comment> + </data> + <data name="DteHelper_PathNotRelativeToSln" type="System.String" mimetype="System.String"> + <value>File '{0}' is not relative to the solution file '{1}'.</value> + <comment>{0}=file that is not relative to {1}, which is the solution filename.</comment> + </data> + <data name="DteHelper_UnsupportedProjectKind" type="System.String" mimetype="System.String"> + <value>Project '{0}' is not a C# or VB.NET project.</value> + <comment>{0}=name of the non-C#/VB. project.</comment> + </data> + <data name="Gral_LanguageCSharp" type="System.String" mimetype="System.String"> + <value>C#</value> + <comment>The C# language.</comment> + </data> + <data name="Gral_LanguageVisualBasic" type="System.String" mimetype="System.String"> + <value>VB</value> + <comment>The Visual Basic language.</comment> + </data> + <data name="OutputWindowService_InitializedMsg" type="System.String" mimetype="System.String"> + <value>Microsoft IPE Wizard Framework Output Window Service loaded.</value> + <comment>Output window was created.</comment> + </data> + <data name="XGenTool_NoClassFound" type="System.String" mimetype="System.String"> + <value>#error The selected element doesn't contain any class definitions.</value> + <comment>#error The selected element doesn't contain any class definitions.</comment> + </data> + <data name="XGenTool_GeneralError" type="System.String" mimetype="System.String"> + <value>#error Couldn't generate code. +/* +{0} +*/</value> + <comment>An error occurrent, and it's received as a parameter.</comment> + </data> </root> \ No newline at end of file |