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;4200;4706</DisableSpecificWarnings>
95 <SubSystem>Windows</SubSystem>
96 <GenerateDebugInformation>true</GenerateDebugInformation>
97 <AdditionalDependencies>kernel32.lib;user32.lib;shell32.lib;advapi32.lib;shlwapi.lib;winmm.lib</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;4200;4706</DisableSpecificWarnings>
110 <SubSystem>Windows</SubSystem>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
112 <AdditionalDependencies>kernel32.lib;user32.lib;shell32.lib;advapi32.lib;shlwapi.lib;winmm.lib</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;4200;4706</DisableSpecificWarnings>
128 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
129 <OmitFramePointers>true</OmitFramePointers>
132 <SubSystem>Windows</SubSystem>
133 <GenerateDebugInformation>false</GenerateDebugInformation>
134 <EnableCOMDATFolding>true</EnableCOMDATFolding>
135 <OptimizeReferences>true</OptimizeReferences>
136 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
137 <EntryPointSymbol>startup</EntryPointSymbol>
138 <AdditionalDependencies>kernel32.lib;user32.lib;shell32.lib;advapi32.lib;shlwapi.lib;winmm.lib</AdditionalDependencies>
139 <SetChecksum>true</SetChecksum>
141 </ItemDefinitionGroup>
142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
144 <WarningLevel>Level4</WarningLevel>
147 <Optimization>MaxSpeed</Optimization>
148 <FunctionLevelLinking>true</FunctionLevelLinking>
149 <IntrinsicFunctions>true</IntrinsicFunctions>
150 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
152 <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
153 <BufferSecurityCheck>false</BufferSecurityCheck>
154 <DisableSpecificWarnings>4127;4200;4706</DisableSpecificWarnings>
155 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
156 <OmitFramePointers>true</OmitFramePointers>
159 <SubSystem>Windows</SubSystem>
160 <GenerateDebugInformation>false</GenerateDebugInformation>
161 <EnableCOMDATFolding>true</EnableCOMDATFolding>
162 <OptimizeReferences>true</OptimizeReferences>
163 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
164 <EntryPointSymbol>startup</EntryPointSymbol>
165 <AdditionalDependencies>kernel32.lib;user32.lib;shell32.lib;advapi32.lib;shlwapi.lib;winmm.lib</AdditionalDependencies>
166 <SetChecksum>true</SetChecksum>
168 </ItemDefinitionGroup>
170 <ResourceCompile Include="ClearClipboard.rc" />
173 <ClCompile Include="src\ClearClipboard.c" />
176 <ClInclude Include="src\Version.h" />
179 <Manifest Include="res\compatibility.manifest">
180 <SubType>Designer</SubType>
183 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
184 <ImportGroup Label="ExtensionTargets">