mirror of https://github.com/roytam1/kmeleon.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
170 lines
9.7 KiB
170 lines
9.7 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<ItemGroup Label="ProjectConfigurations"> |
|
<ProjectConfiguration Include="Debug|Win32"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|Win32"> |
|
<Configuration>Release</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
</ItemGroup> |
|
<PropertyGroup Label="Globals"> |
|
<ProjectName>rebarmenu</ProjectName> |
|
<SccProjectName /> |
|
<SccLocalPath /> |
|
<Keyword>MFCProj</Keyword> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>Unicode</CharacterSet> |
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
<UseOfMfc>Dynamic</UseOfMfc> |
|
<CharacterSet>Unicode</CharacterSet> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<ImportGroup Label="ExtensionSettings"> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<PropertyGroup Label="UserMacros" /> |
|
<PropertyGroup> |
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;REBAR_MENU_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
|
<PrecompiledHeaderOutputFile>.\Debug/rebar_menu.pch</PrecompiledHeaderOutputFile> |
|
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation> |
|
<ObjectFileName>.\Debug/</ObjectFileName> |
|
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> |
|
<BrowseInformation>true</BrowseInformation> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>comctl32.lib;gdi32.lib;user32.lib;comdlg32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>..\..\debug\kplugins\$(ProjectName).dll</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<ProgramDatabaseFile>.\Debug/rebarmenu.pdb</ProgramDatabaseFile> |
|
<ImportLibrary>.\Debug/rebarmenu.lib</ImportLibrary> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
<Midl> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<TargetEnvironment>Win32</TargetEnvironment> |
|
<TypeLibraryName>.\Debug/rebar_menu.tlb</TypeLibraryName> |
|
<HeaderFileName> |
|
</HeaderFileName> |
|
</Midl> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<Optimization>MinSpace</Optimization> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;REBAR_MENU_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
|
<PrecompiledHeaderOutputFile>.\Release/rebar_menu.pch</PrecompiledHeaderOutputFile> |
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation> |
|
<ObjectFileName>.\Release/</ObjectFileName> |
|
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>user32.lib;comctl32.lib;gdi32.lib;comdlg32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>..\..\release\kplugins\$(ProjectName).dll</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<ProgramDatabaseFile>.\Release/rebarmenu.pdb</ProgramDatabaseFile> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<ImportLibrary>.\Release/rebarmenu.lib</ImportLibrary> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<GenerateDebugInformation>Yes</GenerateDebugInformation> |
|
<LargeAddressAware>true</LargeAddressAware> |
|
</Link> |
|
<Midl> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<TargetEnvironment>Win32</TargetEnvironment> |
|
<TypeLibraryName>.\Release/rebar_menu.tlb</TypeLibraryName> |
|
<HeaderFileName> |
|
</HeaderFileName> |
|
</Midl> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<ClCompile Include="hot_tracking.cpp"> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
</ClCompile> |
|
<ClCompile Include="rebar_menu.cpp"> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
</ClCompile> |
|
<ClCompile Include="StdAfx.cpp"> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
|
</ClCompile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClInclude Include="hot_tracking.h" /> |
|
<ClInclude Include="StdAfx.h" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="ReadMe.txt" /> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |