Added version info to the executable.
[ClearClipboard.git] / ClearClipboard.vcxproj
bloba1d0f4910d365e1f90da793db7afd2a631f6ec7b
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="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{C1E30658-7BE0-4F64-88EF-69A2CB737558}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>ClearClippboard</RootNamespace>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20     <ConfigurationType>Application</ConfigurationType>
21     <UseDebugLibraries>true</UseDebugLibraries>
22     <CharacterSet>Unicode</CharacterSet>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25     <ConfigurationType>Application</ConfigurationType>
26     <UseDebugLibraries>false</UseDebugLibraries>
27     <WholeProgramOptimization>true</WholeProgramOptimization>
28     <CharacterSet>Unicode</CharacterSet>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31   <ImportGroup Label="ExtensionSettings">
32   </ImportGroup>
33   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35   </ImportGroup>
36   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38   </ImportGroup>
39   <PropertyGroup Label="UserMacros" />
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41     <LinkIncremental>true</LinkIncremental>
42     <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir>
43     <IntDir>$(SolutionDir)\obj\$(Configuration)\</IntDir>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46     <LinkIncremental>false</LinkIncremental>
47     <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir>
48     <IntDir>$(SolutionDir)\obj\$(Configuration)\</IntDir>
49   </PropertyGroup>
50   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51     <ClCompile>
52       <PrecompiledHeader>
53       </PrecompiledHeader>
54       <WarningLevel>Level3</WarningLevel>
55       <Optimization>Disabled</Optimization>
56       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57     </ClCompile>
58     <Link>
59       <SubSystem>Windows</SubSystem>
60       <GenerateDebugInformation>true</GenerateDebugInformation>
61     </Link>
62   </ItemDefinitionGroup>
63   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64     <ClCompile>
65       <WarningLevel>Level3</WarningLevel>
66       <PrecompiledHeader>
67       </PrecompiledHeader>
68       <Optimization>MaxSpeed</Optimization>
69       <FunctionLevelLinking>true</FunctionLevelLinking>
70       <IntrinsicFunctions>true</IntrinsicFunctions>
71       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
72       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
73       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
74       <BufferSecurityCheck>false</BufferSecurityCheck>
75     </ClCompile>
76     <Link>
77       <SubSystem>Windows</SubSystem>
78       <GenerateDebugInformation>false</GenerateDebugInformation>
79       <EnableCOMDATFolding>true</EnableCOMDATFolding>
80       <OptimizeReferences>true</OptimizeReferences>
81       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
82       <EntryPointSymbol>startup</EntryPointSymbol>
83       <AdditionalDependencies>$(SolutionDir)\..\Prerequisites\EncodePointer\lib\EncodePointer.lib;%(AdditionalDependencies)</AdditionalDependencies>
84     </Link>
85   </ItemDefinitionGroup>
86   <ItemGroup>
87     <ResourceCompile Include="ClearClipboard.rc" />
88   </ItemGroup>
89   <ItemGroup>
90     <ClCompile Include="src\ClearClipboard.c" />
91   </ItemGroup>
92   <ItemGroup>
93     <ClInclude Include="src\Version.h" />
94   </ItemGroup>
95   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
96   <ImportGroup Label="ExtensionTargets">
97   </ImportGroup>
98 </Project>