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.
162 lines
8.3 KiB
162 lines
8.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="12.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"> |
|
<SccProjectName /> |
|
<SccLocalPath /> |
|
<ProjectGuid>{DF7D017C-AE43-428E-A575-A329D951529F}</ProjectGuid> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<PlatformToolset>v120</PlatformToolset> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<PlatformToolset>v120</PlatformToolset> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</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>12.0.30501.0</_ProjectFileVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<OutDir>.\Debug\</OutDir> |
|
<IntDir>.\Debug\</IntDir> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<OutDir>.\Release\</OutDir> |
|
<IntDir>.\Release\</IntDir> |
|
<LinkIncremental>false</LinkIncremental> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
<PrecompiledHeaderOutputFile>.\Debug/loader.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> |
|
<OutputFile>..\..\debug\loader.exe</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<ProgramDatabaseFile>.\Debug/loader.pdb</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
<Midl> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<TargetEnvironment>Win32</TargetEnvironment> |
|
<TypeLibraryName>.\Debug/loader.tlb</TypeLibraryName> |
|
<HeaderFileName /> |
|
</Midl> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<Optimization>MaxSpeed</Optimization> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<StringPooling>true</StringPooling> |
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<PrecompiledHeaderOutputFile>.\Release/loader.pch</PrecompiledHeaderOutputFile> |
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation> |
|
<ObjectFileName>.\Release/</ObjectFileName> |
|
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> |
|
<BrowseInformation>true</BrowseInformation> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
</ClCompile> |
|
<Link> |
|
<OutputFile>..\..\release\loader.exe</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<ProgramDatabaseFile>.\Release/loader.pdb</ProgramDatabaseFile> |
|
<SubSystem>Windows</SubSystem> |
|
<TargetMachine>MachineX86</TargetMachine> |
|
</Link> |
|
<Midl> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<MkTypLibCompatible>true</MkTypLibCompatible> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<TargetEnvironment>Win32</TargetEnvironment> |
|
<TypeLibraryName>.\Release/loader.tlb</TypeLibraryName> |
|
<HeaderFileName /> |
|
</Midl> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<ClCompile Include="config.cpp"> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</BrowseInformation> |
|
</ClCompile> |
|
<ClCompile Include="loader.cpp"> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</BrowseInformation> |
|
</ClCompile> |
|
<ClCompile Include="tray.cpp"> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> |
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</BrowseInformation> |
|
</ClCompile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClInclude Include="config.h" /> |
|
<ClInclude Include="loader.h" /> |
|
<ClInclude Include="resource.h" /> |
|
<ClInclude Include="tray.h" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Image Include="KMeleon.ico" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ResourceCompile Include="loader.rc" /> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |