mirror of https://github.com/x64dbg/GleeBug
updated GleeBug project, now more suitable for submodules
This commit is contained in:
parent
38ae34fe2c
commit
77b7fcca26
|
|
@ -66,22 +66,22 @@
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x32\</OutDir>
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x32\</OutDir>
|
||||||
<TargetExt>.lib</TargetExt>
|
<TargetExt>.lib</TargetExt>
|
||||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x64\</OutDir>
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x64\</OutDir>
|
||||||
<TargetExt>.lib</TargetExt>
|
<TargetExt>.lib</TargetExt>
|
||||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x32\</OutDir>
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x32\</OutDir>
|
||||||
<TargetExt>.lib</TargetExt>
|
<TargetExt>.lib</TargetExt>
|
||||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x64\</OutDir>
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x64\</OutDir>
|
||||||
<TargetExt>.lib</TargetExt>
|
<TargetExt>.lib</TargetExt>
|
||||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue