|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
<UseOfMfc>Static</UseOfMfc> |
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
</PropertyGroup> |
|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
<UseOfMfc>Dynamic</UseOfMfc> |
|
|
|
|
<UseOfMfc>Static</UseOfMfc> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
@ -78,6 +78,7 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'"> |
|
|
|
|
<LinkIncremental> |
|
|
|
|
</LinkIncremental> |
|
|
|
|
<OutDir>..\release\</OutDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static MFC|Win32'"> |
|
|
|
|
<LinkIncremental /> |
|
|
|
@ -109,6 +110,7 @@
|
|
|
|
|
<AdditionalLibraryDirectories>../xulrunner-sdk/lib_dbg;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
<GenerateMapFile>true</GenerateMapFile> |
|
|
|
|
<AdditionalOptions>/HEAP:0x40000 %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
</Link> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
@ -121,7 +123,7 @@
|
|
|
|
|
<AdditionalIncludeDirectories>../xulrunner-sdk/include;../xulrunner-sdk/include/nspr;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
|
|
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile> |
|
|
|
@ -147,7 +149,7 @@
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static MFC|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MinSpace</Optimization> |
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);NDEBUG</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
@ -161,12 +163,12 @@
|
|
|
|
|
<Link> |
|
|
|
|
<OutputFile>..\release\$(ProjectName).exe</OutputFile> |
|
|
|
|
<AdditionalLibraryDirectories>../xulrunner-sdk/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
|
<HeapReserveSize>0x40000</HeapReserveSize> |
|
|
|
|
</Link> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|