mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-04-26 20:16:20 +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>
|
<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' ">
|
||||||
|
|
Loading…
Reference in a new issue