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>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x32\</OutDir>
|
||||
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x32\</OutDir>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x64\</OutDir>
|
||||
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x64\</OutDir>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x32\</OutDir>
|
||||
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x32\</OutDir>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\x64\</OutDir>
|
||||
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x64\</OutDir>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
<IncludePath>$(ProjectDir)..;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue