Commit 1cba905e authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

change the name of the library output dir to Debug_lib_lc3plus

parent e39a74e1
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -51,9 +51,9 @@
  </ImportGroup>
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <TargetName>LC3plus</TargetName>
    <TargetName>liblc3plus</TargetName>
    <OutDir>$(Platform)\$(Configuration)\</OutDir>
    <OutDir>.\Debug_$(ProjectName)\</OutDir>
    <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir>
    <IntDir>.\Debug_$(ProjectName)\</IntDir>
  </PropertyGroup>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <TargetName>LC3plus</TargetName>
    <TargetName>LC3plus</TargetName>
@@ -71,6 +71,7 @@
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <DisableSpecificWarnings>4305;4244;4996</DisableSpecificWarnings>
      <DisableSpecificWarnings>4305;4244;4996</DisableSpecificWarnings>
      <DebugInformationFormat>OldStyle</DebugInformationFormat>
      <DebugInformationFormat>OldStyle</DebugInformationFormat>
      <SupportJustMyCode>false</SupportJustMyCode>
    </ClCompile>
    </ClCompile>
    <Link>
    <Link>
      <SubSystem>Console</SubSystem>
      <SubSystem>Console</SubSystem>