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>
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>
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>
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>
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>
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>
55 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
56 <ImportGroup Label=
"ExtensionSettings">
58 <ImportGroup Label=
"Shared">
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" />
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" />
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" />
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" />
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>
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>
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>
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>
93 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
95 <WarningLevel>Level3
</WarningLevel>
96 <SDLCheck>true
</SDLCheck>
97 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
98 <ConformanceMode>true
</ConformanceMode>
101 <SubSystem>Console
</SubSystem>
102 <GenerateDebugInformation>true
</GenerateDebugInformation>
104 </ItemDefinitionGroup>
105 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
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>
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>
135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
138 <WarningLevel>Level3
</WarningLevel>
139 <SDLCheck>true
</SDLCheck>
140 <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
141 <ConformanceMode>true
</ConformanceMode>
144 <SubSystem>Console
</SubSystem>
145 <GenerateDebugInformation>true
</GenerateDebugInformation>
147 </ItemDefinitionGroup>
148 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
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>
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>
178 </ItemDefinitionGroup>
180 <ClCompile Include=
"tee.c" />
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>
189 <Manifest Include=
"compatibility.manifest" />
191 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
192 <ImportGroup Label=
"ExtensionTargets">