1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{C1E30658-7BE0-4F64-88EF-69A2CB737558}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>ClearClippboard</RootNamespace>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <CharacterSet>Unicode</CharacterSet>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseDebugLibraries>true</UseDebugLibraries>
35 <CharacterSet>Unicode</CharacterSet>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <ConfigurationType>Application</ConfigurationType>
39 <UseDebugLibraries>false</UseDebugLibraries>
40 <WholeProgramOptimization>true</WholeProgramOptimization>
41 <CharacterSet>Unicode</CharacterSet>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>false</UseDebugLibraries>
46 <WholeProgramOptimization>true</WholeProgramOptimization>
47 <CharacterSet>Unicode</CharacterSet>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Label="ExtensionSettings">
52 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 <PropertyGroup Label="UserMacros" />
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66 <LinkIncremental>true</LinkIncremental>
67 <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
68 <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
71 <LinkIncremental>true</LinkIncremental>
72 <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
73 <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76 <LinkIncremental>false</LinkIncremental>
77 <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
78 <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
81 <LinkIncremental>false</LinkIncremental>
82 <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
83 <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89 <WarningLevel>Level4</WarningLevel>
90 <Optimization>Disabled</Optimization>
91 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <DisableSpecificWarnings>4127</DisableSpecificWarnings>
95 <SubSystem>Windows</SubSystem>
96 <GenerateDebugInformation>true</GenerateDebugInformation>
97 <AdditionalDependencies>Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
104 <WarningLevel>Level4</WarningLevel>
105 <Optimization>Disabled</Optimization>
106 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 <DisableSpecificWarnings>4127</DisableSpecificWarnings>
110 <SubSystem>Windows</SubSystem>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
112 <AdditionalDependencies>Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117 <WarningLevel>Level4</WarningLevel>
120 <Optimization>MaxSpeed</Optimization>
121 <FunctionLevelLinking>true</FunctionLevelLinking>
122 <IntrinsicFunctions>true</IntrinsicFunctions>
123 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
125 <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
126 <BufferSecurityCheck>false</BufferSecurityCheck>
127 <DisableSpecificWarnings>4127;4706</DisableSpecificWarnings>
130 <SubSystem>Windows</SubSystem>
131 <GenerateDebugInformation>false</GenerateDebugInformation>
132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
135 <EntryPointSymbol>startup</EntryPointSymbol>
136 <AdditionalDependencies>$(SolutionDir)\..\Prerequisites\EncodePointer\lib\EncodePointer.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
138 </ItemDefinitionGroup>
139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
141 <WarningLevel>Level4</WarningLevel>
144 <Optimization>MaxSpeed</Optimization>
145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <IntrinsicFunctions>true</IntrinsicFunctions>
147 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
149 <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
150 <BufferSecurityCheck>false</BufferSecurityCheck>
151 <DisableSpecificWarnings>4127;4706</DisableSpecificWarnings>
154 <SubSystem>Windows</SubSystem>
155 <GenerateDebugInformation>false</GenerateDebugInformation>
156 <EnableCOMDATFolding>true</EnableCOMDATFolding>
157 <OptimizeReferences>true</OptimizeReferences>
158 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
159 <EntryPointSymbol>startup</EntryPointSymbol>
160 <AdditionalDependencies>$(SolutionDir)\..\Prerequisites\EncodePointer\lib\EncodePointer.lib;Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
162 </ItemDefinitionGroup>
164 <ResourceCompile Include="ClearClipboard.rc" />
167 <ClCompile Include="src\ClearClipboard.c" />
170 <ClInclude Include="src\Version.h" />
173 <Manifest Include="res\compatibility.manifest" />
175 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176 <ImportGroup Label="ExtensionTargets">