|
|
@@ -125,7 +125,54 @@
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
- <PropertyGroup />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'">
|
|
|
+ <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'">
|
|
|
+ <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
|
|
|
<ClCompile>
|
|
|
<WarningLevel>Level4</WarningLevel>
|