From: Daniel C. \(kzu\) <dca...@us...> - 2005-01-03 17:51:48
|
Update of /cvsroot/mvp-xml/Design/v1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9289/v1/src Added Files: Mvp.Xml.Design.csproj Mvp.Xml.Design.sln Log Message: Initial version of XmlValidate custom tool and ResX two Class tool. --- NEW FILE: Mvp.Xml.Design.csproj --- <VisualStudioProject> <CSHARP ProjectType = "Local" ProductVersion = "7.10.3077" SchemaVersion = "2.0" ProjectGuid = "{A379C40D-C984-4E63-933A-BE96E9A599B7}" > <Build> <Settings ApplicationIcon = "" AssemblyKeyContainerName = "" AssemblyName = "Mvp.Xml.Design" AssemblyOriginatorKeyFile = "" DefaultClientScript = "JScript" DefaultHTMLPageLayout = "Grid" DefaultTargetSchema = "IE50" DelaySign = "false" OutputType = "Library" PreBuildEvent = "" PostBuildEvent = "" RootNamespace = "Mvp.Xml.Design" RunPostBuildEvent = "OnBuildSuccess" StartupObject = "" > <Config Name = "Debug" AllowUnsafeBlocks = "false" BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" IncrementalBuild = "false" NoStdLib = "false" NoWarn = "" Optimize = "false" OutputPath = "..\bin\" RegisterForComInterop = "true" RemoveIntegerChecks = "false" TreatWarningsAsErrors = "false" WarningLevel = "4" /> <Config Name = "Release" AllowUnsafeBlocks = "false" BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" DefineConstants = "TRACE" DocumentationFile = "" DebugSymbols = "false" FileAlignment = "4096" IncrementalBuild = "false" NoStdLib = "false" NoWarn = "" Optimize = "true" OutputPath = "..\bin\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" TreatWarningsAsErrors = "false" WarningLevel = "4" /> </Settings> <References> <Reference Name = "System" AssemblyName = "System" HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" /> <Reference Name = "System.Data" AssemblyName = "System.Data" HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" /> <Reference Name = "System.XML" AssemblyName = "System.Xml" HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" /> <Reference Name = "System.Windows.Forms" AssemblyName = "System.Windows.Forms" HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll" /> <Reference Name = "envdte" AssemblyName = "EnvDTE" HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\envdte.dll" /> <Reference Name = "VSLangProj" AssemblyName = "VSLangProj" HintPath = "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies\VSLangProj.dll" AssemblyFolderKey = "hklm\publicassemblies" /> <Reference 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" AssemblyName = "System.Drawing" HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" /> <Reference Name = "VSLangProj2" AssemblyName = "VSLangProj2" 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> <Include> <File RelPath = "AssemblyInfo.cs" SubType = "Code" 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" /> <File RelPath = "SR.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "SR.resx" DependentUpon = "SR.cs" BuildAction = "EmbeddedResource" /> <File RelPath = "CustomTools\Attributes.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "CustomTools\CustomTool.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "CustomTools\XmlValidate.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "CustomTools\XGen\ClassPicker.cs" SubType = "Form" BuildAction = "Compile" /> <File RelPath = "CustomTools\XGen\ClassPicker.resx" DependentUpon = "ClassPicker.cs" BuildAction = "EmbeddedResource" /> <File RelPath = "CustomTools\XGen\XGenRunner.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "CustomTools\XGen\XGenTool.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "CustomTools\XGen\XmlSerializerGenerator.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\IProfferService.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\Readme.txt" BuildAction = "Content" /> <File RelPath = "VisualStudio\ServiceContainer.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\Site.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\GotDotNet\BaseCodeGenerator.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\GotDotNet\BaseCodeGeneratorWithSite.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\GotDotNet\IObjectWithSite.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\GotDotNet\IOleServiceProvider.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\GotDotNet\IVsGeneratorProgress.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\GotDotNet\IVsSingleFileGenerator.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "VisualStudio\GotDotNet\ServiceProvider.cs" SubType = "Code" BuildAction = "Compile" /> </Include> </Files> </CSHARP> </VisualStudioProject> --- NEW FILE: Mvp.Xml.Design.sln --- Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mvp.Xml.Design", "Mvp.Xml.Design.csproj", "{A379C40D-C984-4E63-933A-BE96E9A599B7}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Mvp.Xml.Design.Setup", "..\setup\setup.vdproj", "{0836E643-A9ED-421E-8426-1CB68F125B66}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mvp.Xml.Design.Tests", "..\tests\Mvp.Xml.Design.Tests.csproj", "{4C7101B3-6736-46B1-B1AD-9FE4E2F685D5}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {A379C40D-C984-4E63-933A-BE96E9A599B7}.Debug.ActiveCfg = Debug|.NET {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 {4C7101B3-6736-46B1-B1AD-9FE4E2F685D5}.Debug.ActiveCfg = Debug|.NET {4C7101B3-6736-46B1-B1AD-9FE4E2F685D5}.Debug.Build.0 = Debug|.NET {4C7101B3-6736-46B1-B1AD-9FE4E2F685D5}.Release.ActiveCfg = Release|.NET {4C7101B3-6736-46B1-B1AD-9FE4E2F685D5}.Release.Build.0 = Release|.NET EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal |