generator: fix AssemblyName in MSBuild csproj

To be the same as what is generated via Makefiles.
This commit is contained in:
Andrés G. Aragoneses 2013-10-22 12:04:43 +02:00
parent 5600b2cb29
commit 077836a227

View File

@ -8,7 +8,7 @@
<ProjectGuid>{80E73555-2284-40DC-9068-9A40B7359B0C}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>generator</RootNamespace>
<AssemblyName>generator</AssemblyName>
<AssemblyName>gapi_codegen</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">