Changeset 781 in dev for branches/egtra/ab5.0/abdev/res/res.vcxproj
- Timestamp:
- Jan 27, 2011, 12:39:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/res/res.vcxproj
r777 r781 14 14 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 15 15 <ConfigurationType>DynamicLibrary</ConfigurationType> 16 <UseOfMfc>false</UseOfMfc>17 <CharacterSet>MultiByte</CharacterSet>18 16 <PlatformToolset>Windows7.1SDK</PlatformToolset> 19 17 </PropertyGroup> 20 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 21 19 <ImportGroup Label="ExtensionSettings"> 20 <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" /> 22 21 </ImportGroup> 23 22 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> … … 27 26 <PropertyGroup Label="UserMacros" /> 28 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 29 <LinkIncremental>false</LinkIncremental> 30 <OutDir>$(SolutionDir)..\ActiveBasic\SubOperation\</OutDir> 28 <OutDir>$(SolutionDir)..\build\release\system\</OutDir> 31 29 </PropertyGroup> 32 30 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> … … 37 35 <FunctionLevelLinking>true</FunctionLevelLinking> 38 36 <Optimization>MaxSpeed</Optimization> 39 <SuppressStartupBanner>true</SuppressStartupBanner> 40 <WarningLevel>Level3</WarningLevel> 37 <WarningLevel>Level4</WarningLevel> 41 38 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;RES_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 42 <AssemblerListingLocation>.\Release\</AssemblerListingLocation>43 39 <PrecompiledHeaderOutputFile>.\Release\res.pch</PrecompiledHeaderOutputFile> 44 <ObjectFileName>.\Release\</ObjectFileName>45 <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>46 40 </ClCompile> 47 41 <Midl> … … 62 56 <Link> 63 57 <LinkDLL>true</LinkDLL> 64 <ImportLibrary>.\Release\res.lib</ImportLibrary>65 58 <NoEntryPoint>true</NoEntryPoint> 66 59 </Link> … … 122 115 <CustomBuild Include="zoomout.ico" /> 123 116 </ItemGroup> 117 <ItemGroup> 118 <ClInclude Include="resource.h" /> 119 </ItemGroup> 124 120 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 125 121 <ImportGroup Label="ExtensionTargets"> 122 <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> 126 123 </ImportGroup> 127 124 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.