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

Commit

Permalink
FastCgi: set the proper assembly name in the .csproj file
Browse files Browse the repository at this point in the history
Use same assembly name as the one that is used upstream.
  • Loading branch information
Antony Denyer committed Aug 23, 2012
1 parent ac9c4e3 commit 4e8e9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mono.WebServer.FastCgi/Mono.WebServer.FastCgi.csproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ProjectGuid>{6A65EE42-6B11-40F4-8E3C-B40E4AB21001}</ProjectGuid> <ProjectGuid>{6A65EE42-6B11-40F4-8E3C-B40E4AB21001}</ProjectGuid>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<RootNamespace>Mono.WebServer.FastCgi</RootNamespace> <RootNamespace>Mono.WebServer.FastCgi</RootNamespace>
<AssemblyName>Mono.WebServer.FastCgi</AssemblyName> <AssemblyName>fastcgi-mono-server4</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 4e8e9b1

Please sign in to comment.