Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix assembly name
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-4/mono-tools/; revision=130502
  • Loading branch information
Sebastien Pouliot committed Mar 29, 2009
1 parent 7005d18 commit 34d808b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<ProjectGuid>{237A273E-BCAF-42DB-9DE5-1697B016C648}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Gendarme.Security.Cas</RootNamespace>
<AssemblyName>Gendarme.Security.Cas</AssemblyName>
<RootNamespace>Gendarme.Rules.Security.Cas</RootNamespace>
<AssemblyName>Gendarme.Rules.Security.Cas</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand All @@ -21,7 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\console\bin\Debug\Gendarme.Security.Cas.xml</DocumentationFile>
<DocumentationFile>..\..\console\bin\Debug\Gendarme.Rules.Security.Cas.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
<WarningsAsErrors>1570</WarningsAsErrors>
</PropertyGroup>
Expand All @@ -34,7 +34,7 @@
<WarningLevel>4</WarningLevel>
<NoWarn>1591</NoWarn>
<WarningsAsErrors>1570</WarningsAsErrors>
<DocumentationFile>..\..\console\bin\Release\Gendarme.Security.Cas.xml</DocumentationFile>
<DocumentationFile>..\..\console\bin\Release\Gendarme.Rules.Security.Cas.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 34d808b

Please sign in to comment.