|
|
|
@ -141,12 +141,12 @@ |
|
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'"> |
|
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(ProjectName)\$(Platform)-$(Configuration)\</OutDir> |
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)temp\$(ProjectName)\$(Platform)-$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'"> |
|
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(ProjectName)\$(Platform)-$(Configuration)\</OutDir> |
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)temp\$(ProjectName)\$(Platform)-$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'"> |
|
|
|
@ -161,12 +161,12 @@ |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'"> |
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(ProjectName)\$(Platform)-$(Configuration)\</OutDir> |
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)temp\$(ProjectName)\$(Platform)-$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'"> |
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(ProjectName)\$(Platform)-$(Configuration)\</OutDir> |
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)temp\$(ProjectName)\$(Platform)-$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'"> |
|
|
|
|