Added version info to the EXE file.
[tee-win32.git] / tee.vcxproj
blob040ec2ff000b3035bf7a80115e02f934841e0e26
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" 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 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</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 <VCProjectVersion>16.0</VCProjectVersion>
23 <Keyword>Win32Proj</Keyword>
24 <ProjectGuid>{1febc57e-dcb3-42c7-943b-3486e782c5c6}</ProjectGuid>
25 <RootNamespace>tee</RootNamespace>
26 <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <ConfigurationType>Application</ConfigurationType>
31 <UseDebugLibraries>true</UseDebugLibraries>
32 <PlatformToolset>v142</PlatformToolset>
33 <CharacterSet>Unicode</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseDebugLibraries>false</UseDebugLibraries>
38 <PlatformToolset>v142</PlatformToolset>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>Unicode</CharacterSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>true</UseDebugLibraries>
45 <PlatformToolset>v142</PlatformToolset>
46 <CharacterSet>Unicode</CharacterSet>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>false</UseDebugLibraries>
51 <PlatformToolset>v142</PlatformToolset>
52 <WholeProgramOptimization>true</WholeProgramOptimization>
53 <CharacterSet>Unicode</CharacterSet>
54 </PropertyGroup>
55 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56 <ImportGroup Label="ExtensionSettings">
57 </ImportGroup>
58 <ImportGroup Label="Shared">
59 </ImportGroup>
60 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 </ImportGroup>
66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup>
69 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 </ImportGroup>
72 <PropertyGroup Label="UserMacros" />
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true</LinkIncremental>
75 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
76 <IntDir>$(SolutionDir)obj\$(Platform)\$(Configuration)\</IntDir>
77 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79 <LinkIncremental>false</LinkIncremental>
80 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
81 <IntDir>$(SolutionDir)obj\$(Platform)\$(Configuration)\</IntDir>
82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84 <LinkIncremental>true</LinkIncremental>
85 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
86 <IntDir>$(SolutionDir)obj\$(Platform)\$(Configuration)\</IntDir>
87 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89 <LinkIncremental>false</LinkIncremental>
90 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
91 <IntDir>$(SolutionDir)obj\$(Platform)\$(Configuration)\</IntDir>
92 </PropertyGroup>
93 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94 <ClCompile>
95 <WarningLevel>Level3</WarningLevel>
96 <SDLCheck>true</SDLCheck>
97 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98 <ConformanceMode>true</ConformanceMode>
99 </ClCompile>
100 <Link>
101 <SubSystem>Console</SubSystem>
102 <GenerateDebugInformation>true</GenerateDebugInformation>
103 </Link>
104 </ItemDefinitionGroup>
105 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
106 <ClCompile>
107 <WarningLevel>Level4</WarningLevel>
108 <FunctionLevelLinking>true</FunctionLevelLinking>
109 <IntrinsicFunctions>true</IntrinsicFunctions>
110 <SDLCheck>false</SDLCheck>
111 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112 <ConformanceMode>true</ConformanceMode>
113 <PrecompiledHeader>NotUsing</PrecompiledHeader>
114 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
115 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
116 <BufferSecurityCheck>false</BufferSecurityCheck>
117 <TreatWarningAsError>true</TreatWarningAsError>
118 <Optimization>MaxSpeed</Optimization>
119 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
120 <OmitFramePointers>true</OmitFramePointers>
121 <WholeProgramOptimization>true</WholeProgramOptimization>
122 <FloatingPointModel>Fast</FloatingPointModel>
123 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
124 </ClCompile>
125 <Link>
126 <SubSystem>Console</SubSystem>
127 <EnableCOMDATFolding>true</EnableCOMDATFolding>
128 <OptimizeReferences>true</OptimizeReferences>
129 <GenerateDebugInformation>false</GenerateDebugInformation>
130 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
131 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
132 <MinimumRequiredVersion>5.1</MinimumRequiredVersion>
133 <AdditionalDependencies>Version.lib;%(AdditionalDependencies)</AdditionalDependencies>
134 </Link>
135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
137 <ClCompile>
138 <WarningLevel>Level3</WarningLevel>
139 <SDLCheck>true</SDLCheck>
140 <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141 <ConformanceMode>true</ConformanceMode>
142 </ClCompile>
143 <Link>
144 <SubSystem>Console</SubSystem>
145 <GenerateDebugInformation>true</GenerateDebugInformation>
146 </Link>
147 </ItemDefinitionGroup>
148 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149 <ClCompile>
150 <WarningLevel>Level4</WarningLevel>
151 <FunctionLevelLinking>true</FunctionLevelLinking>
152 <IntrinsicFunctions>true</IntrinsicFunctions>
153 <SDLCheck>false</SDLCheck>
154 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155 <ConformanceMode>true</ConformanceMode>
156 <PrecompiledHeader>NotUsing</PrecompiledHeader>
157 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
158 <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
159 <BufferSecurityCheck>false</BufferSecurityCheck>
160 <TreatWarningAsError>true</TreatWarningAsError>
161 <Optimization>MaxSpeed</Optimization>
162 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
163 <OmitFramePointers>true</OmitFramePointers>
164 <WholeProgramOptimization>true</WholeProgramOptimization>
165 <FloatingPointModel>Fast</FloatingPointModel>
166 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
167 </ClCompile>
168 <Link>
169 <SubSystem>Console</SubSystem>
170 <EnableCOMDATFolding>true</EnableCOMDATFolding>
171 <OptimizeReferences>true</OptimizeReferences>
172 <GenerateDebugInformation>false</GenerateDebugInformation>
173 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
174 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
175 <MinimumRequiredVersion>5.2</MinimumRequiredVersion>
176 <AdditionalDependencies>Version.lib;%(AdditionalDependencies)</AdditionalDependencies>
177 </Link>
178 </ItemDefinitionGroup>
179 <ItemGroup>
180 <ClCompile Include="tee.c" />
181 </ItemGroup>
182 <ItemGroup>
183 <ResourceCompile Include="tee.rc">
184 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 </ResourceCompile>
187 </ItemGroup>
188 <ItemGroup>
189 <Manifest Include="compatibility.manifest" />
190 </ItemGroup>
191 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192 <ImportGroup Label="ExtensionTargets">
193 </ImportGroup>
194 </Project>