|
@@ -132,27 +132,43 @@
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
|
|
|
<ClCompile>
|
|
<ClCompile>
|