Update of /cvsroot/mvp-xml/Global/v2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29479/v2
Modified Files:
Global.csproj
Log Message:
Index: Global.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/Global/v2/Global.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Global.csproj 21 Nov 2005 21:42:26 -0000 1.5
+++ Global.csproj 22 Nov 2005 12:54:38 -0000 1.6
@@ -7,8 +7,8 @@
<ProjectGuid>{2658B682-C08B-47C0-9FEC-A990876A3F7C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Global</RootNamespace>
- <AssemblyName>Global</AssemblyName>
+ <RootNamespace>Mvp.Xml</RootNamespace>
+ <AssemblyName>Mvp.Xml</AssemblyName>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
@@ -30,7 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Release\Global.xml</DocumentationFile>
+ <DocumentationFile>bin\Release\Mvp.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
|