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