Ignore:
Timestamp:
Feb 16, 2018, 3:00:55 AM (6 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/Miscellaneous/DxgiDuplicateOutput01
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Miscellaneous/DxgiDuplicateOutput01

    • Property svn:ignore set to
      .vs
  • trunk/Utilities/Miscellaneous/DxgiDuplicateOutput01/DxgiDuplicateOutput01.vcxproj

    r798 r820  
    7373  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    7474    <LinkIncremental>true</LinkIncremental>
     75    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
     76    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    7577  </PropertyGroup>
    7678  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    7779    <LinkIncremental>true</LinkIncremental>
     80    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
     81    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    7882  </PropertyGroup>
    7983  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    8084    <LinkIncremental>false</LinkIncremental>
     85    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
     86    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    8187  </PropertyGroup>
    8288  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    8389    <LinkIncremental>false</LinkIncremental>
     90    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
     91    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    8492  </PropertyGroup>
    8593  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     
    9098      <SDLCheck>true</SDLCheck>
    9199      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     100      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    92101    </ClCompile>
    93102    <Link>
     
    103112      <SDLCheck>true</SDLCheck>
    104113      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     114      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    105115    </ClCompile>
    106116    <Link>
     
    118128      <SDLCheck>true</SDLCheck>
    119129      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     130      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    120131    </ClCompile>
    121132    <Link>
     
    135146      <SDLCheck>true</SDLCheck>
    136147      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     148      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    137149    </ClCompile>
    138150    <Link>
Note: See TracChangeset for help on using the changeset viewer.