fix a bug in the building logic. i dont understand it, but maybe this had to do with why some people can't open n64 roms
This commit is contained in:
parent
d368247f8c
commit
c290ef8bb5
|
@ -49,7 +49,7 @@
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>..\output\dll\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DefineConstants>TRACE;VS2010</DefineConstants>
|
<DefineConstants>TRACE;VS2010</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
|
@ -59,9 +59,8 @@
|
||||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="EMU7800, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="EMU7800">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\References\EMU7800.dll</HintPath>
|
||||||
<HintPath>..\BizHawk.MultiClient\output\dll\EMU7800.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json">
|
<Reference Include="Newtonsoft.Json">
|
||||||
<HintPath>..\References\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\References\Newtonsoft.Json.dll</HintPath>
|
||||||
|
|
Loading…
Reference in New Issue