Changeset 820 for trunk/Utilities/Miscellaneous/DxgiDuplicateOutput01
- Timestamp:
- Feb 16, 2018, 3:00:55 AM (6 years ago)
- Location:
- trunk/Utilities/Miscellaneous/DxgiDuplicateOutput01
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Miscellaneous/DxgiDuplicateOutput01
-
Property
svn:ignore
set to
.vs
-
Property
svn:ignore
set to
-
trunk/Utilities/Miscellaneous/DxgiDuplicateOutput01/DxgiDuplicateOutput01.vcxproj
r798 r820 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 74 74 <LinkIncremental>true</LinkIncremental> 75 <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> 76 <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 75 77 </PropertyGroup> 76 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 77 79 <LinkIncremental>true</LinkIncremental> 80 <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> 81 <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 78 82 </PropertyGroup> 79 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 80 84 <LinkIncremental>false</LinkIncremental> 85 <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> 86 <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 81 87 </PropertyGroup> 82 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 83 89 <LinkIncremental>false</LinkIncremental> 90 <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir> 91 <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 84 92 </PropertyGroup> 85 93 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> … … 90 98 <SDLCheck>true</SDLCheck> 91 99 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 100 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 92 101 </ClCompile> 93 102 <Link> … … 103 112 <SDLCheck>true</SDLCheck> 104 113 <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 114 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 105 115 </ClCompile> 106 116 <Link> … … 118 128 <SDLCheck>true</SDLCheck> 119 129 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 130 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 120 131 </ClCompile> 121 132 <Link> … … 135 146 <SDLCheck>true</SDLCheck> 136 147 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 137 149 </ClCompile> 138 150 <Link>
Note: See TracChangeset
for help on using the changeset viewer.