mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 11:55:32 +00:00
generator: fix AssemblyName in MSBuild csproj
To be the same as what is generated via Makefiles.
This commit is contained in:
parent
5600b2cb29
commit
077836a227
|
@ -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' ">
|
||||
|
|
Loading…
Reference in a new issue