1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

fix build warning: "TargetName(GLideN64) does not match the Linker's OutputFile property value"

This commit is contained in:
purplemarshmallow 2015-06-30 13:13:33 +02:00 committed by Sergey Lipskiy
parent d0c8750759
commit aec07a3151

View File

@ -110,6 +110,12 @@
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_mupenplus|Win32'" />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_mupenplus|Win32'">
<TargetName>mupen64plus-video-GLideN64</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_mupenplus|Win32'">
<TargetName>mupen64plus-video-GLideN64</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>