From: Oleg T. <he...@us...> - 2005-10-30 13:48:36
|
Update of /cvsroot/mvp-xml/Common/v2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26596/v2/src Modified Files: AssemblyInfo.cs Common.csproj Removed Files: mvp-xml.snk Log Message: --- mvp-xml.snk DELETED --- Index: Common.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Common/v2/src/Common.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Common.csproj 29 Oct 2005 21:13:10 -0000 1.7 +++ Common.csproj 30 Oct 2005 13:48:26 -0000 1.8 @@ -11,7 +11,8 @@ <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>Mvp.Xml.Common</AssemblyName> - <AssemblyOriginatorKeyFile>mvp-xml.snk</AssemblyOriginatorKeyFile> + <AssemblyOriginatorKeyFile> + </AssemblyOriginatorKeyFile> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> @@ -25,7 +26,7 @@ </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> - <SignAssembly>true</SignAssembly> + <SignAssembly>false</SignAssembly> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <OutputPath>bin\Debug\</OutputPath> @@ -35,7 +36,8 @@ <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>DEBUG;TRACE</DefineConstants> - <DocumentationFile>bin\Debug\Mvp.Xml.Common.xml</DocumentationFile> + <DocumentationFile> + </DocumentationFile> <DebugSymbols>true</DebugSymbols> <FileAlignment>4096</FileAlignment> <NoStdLib>false</NoStdLib> @@ -153,9 +155,6 @@ <SubType>Designer</SubType> </EmbeddedResource> </ItemGroup> - <ItemGroup> - <None Include="mvp-xml.snk" /> - </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent> Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v2/src/AssemblyInfo.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- AssemblyInfo.cs 16 Oct 2005 16:51:24 -0000 1.1 +++ AssemblyInfo.cs 30 Oct 2005 13:48:26 -0000 1.2 @@ -11,7 +11,6 @@ [assembly: AssemblyDescription("MVP XML Library - Common Module")] [assembly: AssemblyVersion("2.0.*")] - #region Security Permissions //[assembly: SecurityPermission(SecurityAction.RequestRefuse, UnmanagedCode=true)] |