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