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.
193 lines
10 KiB
193 lines
10 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 Unicode|Win32"> |
|
<Configuration>Debug Unicode</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Debug|Win32"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release Unicode|Win32"> |
|
<Configuration>Release Unicode</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|Win32"> |
|
<Configuration>Release</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
</ItemGroup> |
|
<PropertyGroup Label="Globals"> |
|
<ProjectGuid>{43FF5741-2BA4-4191-A0E3-DB8BC27685CB}</ProjectGuid> |
|
<Keyword>Win32Proj</Keyword> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration"> |
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="Configuration"> |
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
<CharacterSet>Unicode</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
<CharacterSet>Unicode</CharacterSet> |
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<ImportGroup Label="ExtensionSettings"> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|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 Unicode|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)'=='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> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">$(Configuration)\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">$(Configuration)\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">true</LinkIncremental> |
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(Configuration)\</OutDir> |
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(Configuration)\</IntDir> |
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</LinkIncremental> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion> |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SESSIONS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<MinimalRebuild>true</MinimalRebuild> |
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
</ClCompile> |
|
<Link> |
|
<OutputFile>..\..\debug\kplugins\$(ProjectName).dll</OutputFile> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<ProgramDatabaseFile>$(OutDir)sessions.pdb</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<ImportLibrary>$(OutDir)sessions.lib</ImportLibrary> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<Optimization>MinSpace</Optimization> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SESSIONS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
</ClCompile> |
|
<Link> |
|
<OutputFile>..\..\release\kplugins\$(ProjectName).dll</OutputFile> |
|
<SubSystem>Windows</SubSystem> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<ImportLibrary>$(OutDir)sessions.lib</ImportLibrary> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
<GenerateDebugInformation>Yes</GenerateDebugInformation> |
|
<LargeAddressAware>true</LargeAddressAware> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SESSIONS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<MinimalRebuild>true</MinimalRebuild> |
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
<BufferSecurityCheck>true</BufferSecurityCheck> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
</ClCompile> |
|
<Link> |
|
<OutputFile>..\..\debug\kplugins\$(ProjectName).dll</OutputFile> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<ProgramDatabaseFile>$(OutDir)sessions.pdb</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<ImportLibrary>$(OutDir)sessions.lib</ImportLibrary> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'"> |
|
<ClCompile> |
|
<Optimization>MinSpace</Optimization> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SESSIONS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
<WarningLevel>Level3</WarningLevel> |
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
</ClCompile> |
|
<Link> |
|
<AdditionalDependencies>unicows.lib;kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
<OutputFile>..\..\release\kplugins\$(ProjectName).dll</OutputFile> |
|
<IgnoreSpecificDefaultLibraries>kernel32;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<SubSystem>Windows</SubSystem> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<ImportLibrary>$(OutDir)sessions.lib</ImportLibrary> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<ClCompile Include="sessions.cpp" /> |
|
<ClCompile Include="sessionstore.cpp" /> |
|
<ClCompile Include="stdafx.cpp"> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">Create</PrecompiledHeader> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">Create</PrecompiledHeader> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
|
</ClCompile> |
|
<ClCompile Include="..\Utils.cpp"> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'"> |
|
</PrecompiledHeader> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
</PrecompiledHeader> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'"> |
|
</PrecompiledHeader> |
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
</PrecompiledHeader> |
|
</ClCompile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClInclude Include="resource.h" /> |
|
<ClInclude Include="sessions.h" /> |
|
<ClInclude Include="stdafx.h" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ResourceCompile Include="sessions.rc" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="ReadMe.txt" /> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |