Detect status of "Clipboard History" (cbdhsvc) service and, if running, suggest to...
[ClearClipboard.git] / ClearClipboard.vcxproj
blob4b4c7729e3e92e9cef5395cd1d1e3bf835b2a5b6
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>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{C1E30658-7BE0-4F64-88EF-69A2CB737558}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24     <RootNamespace>ClearClippboard</RootNamespace>
25   </PropertyGroup>
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>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <UseDebugLibraries>true</UseDebugLibraries>
35     <CharacterSet>Unicode</CharacterSet>
36   </PropertyGroup>
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>
42   </PropertyGroup>
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>
48   </PropertyGroup>
49   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50   <ImportGroup Label="ExtensionSettings">
51   </ImportGroup>
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" />
54   </ImportGroup>
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" />
57   </ImportGroup>
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" />
60   </ImportGroup>
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" />
63   </ImportGroup>
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>
69   </PropertyGroup>
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>
74   </PropertyGroup>
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>
79   </PropertyGroup>
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>
84   </PropertyGroup>
85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86     <ClCompile>
87       <PrecompiledHeader>
88       </PrecompiledHeader>
89       <WarningLevel>Level4</WarningLevel>
90       <Optimization>Disabled</Optimization>
91       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92       <DisableSpecificWarnings>4127</DisableSpecificWarnings>
93     </ClCompile>
94     <Link>
95       <SubSystem>Windows</SubSystem>
96       <GenerateDebugInformation>true</GenerateDebugInformation>
97       <AdditionalDependencies>Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
98     </Link>
99   </ItemDefinitionGroup>
100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101     <ClCompile>
102       <PrecompiledHeader>
103       </PrecompiledHeader>
104       <WarningLevel>Level4</WarningLevel>
105       <Optimization>Disabled</Optimization>
106       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107       <DisableSpecificWarnings>4127</DisableSpecificWarnings>
108     </ClCompile>
109     <Link>
110       <SubSystem>Windows</SubSystem>
111       <GenerateDebugInformation>true</GenerateDebugInformation>
112       <AdditionalDependencies>Winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
113     </Link>
114   </ItemDefinitionGroup>
115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
116     <ClCompile>
117       <WarningLevel>Level4</WarningLevel>
118       <PrecompiledHeader>
119       </PrecompiledHeader>
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>
128     </ClCompile>
129     <Link>
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>
137     </Link>
138   </ItemDefinitionGroup>
139   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
140     <ClCompile>
141       <WarningLevel>Level4</WarningLevel>
142       <PrecompiledHeader>
143       </PrecompiledHeader>
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>
152     </ClCompile>
153     <Link>
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>
161     </Link>
162   </ItemDefinitionGroup>
163   <ItemGroup>
164     <ResourceCompile Include="ClearClipboard.rc" />
165   </ItemGroup>
166   <ItemGroup>
167     <ClCompile Include="src\ClearClipboard.c" />
168   </ItemGroup>
169   <ItemGroup>
170     <ClInclude Include="src\Version.h" />
171   </ItemGroup>
172   <ItemGroup>
173     <Manifest Include="res\compatibility.manifest" />
174   </ItemGroup>
175   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176   <ImportGroup Label="ExtensionTargets">
177   </ImportGroup>
178 </Project>