From: Oleg T. <he...@us...> - 2005-01-04 10:46:45
|
Update of /cvsroot/mvp-xml/XInclude/v1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17843/v1/src Modified Files: AssemblyInfo.cs XInclude.csproj Log Message: Small fixes Index: XInclude.csproj =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/src/XInclude.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- XInclude.csproj 9 Nov 2004 12:24:52 -0000 1.11 +++ XInclude.csproj 4 Jan 2005 10:46:29 -0000 1.12 @@ -109,10 +109,6 @@ BuildAction = "Compile" /> <File - RelPath = "xinclude.snk" - BuildAction = "None" - /> - <File RelPath = "XIncludeException.cs" SubType = "Code" BuildAction = "Compile" Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/src/AssemblyInfo.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AssemblyInfo.cs 29 Sep 2004 12:19:54 -0000 1.2 +++ AssemblyInfo.cs 4 Jan 2005 10:46:29 -0000 1.3 @@ -54,5 +54,5 @@ // documentation for more information on this. // [assembly: AssemblyDelaySign(false)] -[assembly: AssemblyKeyFile("../../xinclude.snk")] +[assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] |