xref: /aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/Tpm.vcxproj (revision 5c591343844d1f9da7da26467c4bf7efc8a7a413)
1*5c591343SA. Cody Schuffelen<?xml version="1.0" encoding="utf-8"?>
2*5c591343SA. Cody Schuffelen<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*5c591343SA. Cody Schuffelen  <ItemGroup Label="ProjectConfigurations">
4*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="Debug|Win32">
5*5c591343SA. Cody Schuffelen      <Configuration>Debug</Configuration>
6*5c591343SA. Cody Schuffelen      <Platform>Win32</Platform>
7*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
8*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="Debug|x64">
9*5c591343SA. Cody Schuffelen      <Configuration>Debug</Configuration>
10*5c591343SA. Cody Schuffelen      <Platform>x64</Platform>
11*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
12*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="Release|Win32">
13*5c591343SA. Cody Schuffelen      <Configuration>Release</Configuration>
14*5c591343SA. Cody Schuffelen      <Platform>Win32</Platform>
15*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
16*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="Release|x64">
17*5c591343SA. Cody Schuffelen      <Configuration>Release</Configuration>
18*5c591343SA. Cody Schuffelen      <Platform>x64</Platform>
19*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
20*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="Static|Win32">
21*5c591343SA. Cody Schuffelen      <Configuration>Static</Configuration>
22*5c591343SA. Cody Schuffelen      <Platform>Win32</Platform>
23*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
24*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="Static|x64">
25*5c591343SA. Cody Schuffelen      <Configuration>Static</Configuration>
26*5c591343SA. Cody Schuffelen      <Platform>x64</Platform>
27*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
28*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="WolfDebug|Win32">
29*5c591343SA. Cody Schuffelen      <Configuration>WolfDebug</Configuration>
30*5c591343SA. Cody Schuffelen      <Platform>Win32</Platform>
31*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
32*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="WolfDebug|x64">
33*5c591343SA. Cody Schuffelen      <Configuration>WolfDebug</Configuration>
34*5c591343SA. Cody Schuffelen      <Platform>x64</Platform>
35*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
36*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="WolfRelease|Win32">
37*5c591343SA. Cody Schuffelen      <Configuration>WolfRelease</Configuration>
38*5c591343SA. Cody Schuffelen      <Platform>Win32</Platform>
39*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
40*5c591343SA. Cody Schuffelen    <ProjectConfiguration Include="WolfRelease|x64">
41*5c591343SA. Cody Schuffelen      <Configuration>WolfRelease</Configuration>
42*5c591343SA. Cody Schuffelen      <Platform>x64</Platform>
43*5c591343SA. Cody Schuffelen    </ProjectConfiguration>
44*5c591343SA. Cody Schuffelen  </ItemGroup>
45*5c591343SA. Cody Schuffelen  <PropertyGroup Label="Globals">
46*5c591343SA. Cody Schuffelen    <ProjectName>tpm</ProjectName>
47*5c591343SA. Cody Schuffelen    <ProjectGuid>{B7456491-A2ED-4B1C-B59E-41C7B32B7E3B}</ProjectGuid>
48*5c591343SA. Cody Schuffelen    <RootNamespace>TPMCmd</RootNamespace>
49*5c591343SA. Cody Schuffelen    <Keyword>Win32Proj</Keyword>
50*5c591343SA. Cody Schuffelen    <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
51*5c591343SA. Cody Schuffelen  </PropertyGroup>
52*5c591343SA. Cody Schuffelen  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
53*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
54*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
55*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
56*5c591343SA. Cody Schuffelen    <WholeProgramOptimization>false</WholeProgramOptimization>
57*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
58*5c591343SA. Cody Schuffelen  </PropertyGroup>
59*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" Label="Configuration">
60*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
61*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
62*5c591343SA. Cody Schuffelen    <WholeProgramOptimization>false</WholeProgramOptimization>
63*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
64*5c591343SA. Cody Schuffelen  </PropertyGroup>
65*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
66*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
67*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
68*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
69*5c591343SA. Cody Schuffelen  </PropertyGroup>
70*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" Label="Configuration">
71*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
72*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
73*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
74*5c591343SA. Cody Schuffelen  </PropertyGroup>
75*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="Configuration">
76*5c591343SA. Cody Schuffelen    <ConfigurationType>StaticLibrary</ConfigurationType>
77*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
78*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
79*5c591343SA. Cody Schuffelen  </PropertyGroup>
80*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
81*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
82*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
83*5c591343SA. Cody Schuffelen    <WholeProgramOptimization>false</WholeProgramOptimization>
84*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
85*5c591343SA. Cody Schuffelen  </PropertyGroup>
86*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" Label="Configuration">
87*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
88*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
89*5c591343SA. Cody Schuffelen    <WholeProgramOptimization>false</WholeProgramOptimization>
90*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
91*5c591343SA. Cody Schuffelen  </PropertyGroup>
92*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
93*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
94*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
95*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
96*5c591343SA. Cody Schuffelen  </PropertyGroup>
97*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" Label="Configuration">
98*5c591343SA. Cody Schuffelen    <ConfigurationType>DynamicLibrary</ConfigurationType>
99*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
100*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
101*5c591343SA. Cody Schuffelen  </PropertyGroup>
102*5c591343SA. Cody Schuffelen  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Static|x64'">
103*5c591343SA. Cody Schuffelen    <ConfigurationType>StaticLibrary</ConfigurationType>
104*5c591343SA. Cody Schuffelen    <CharacterSet>Unicode</CharacterSet>
105*5c591343SA. Cody Schuffelen    <PlatformToolset>v141</PlatformToolset>
106*5c591343SA. Cody Schuffelen  </PropertyGroup>
107*5c591343SA. Cody Schuffelen  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
108*5c591343SA. Cody Schuffelen  <ImportGroup Label="ExtensionSettings">
109*5c591343SA. Cody Schuffelen  </ImportGroup>
110*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
111*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112*5c591343SA. Cody Schuffelen  </ImportGroup>
113*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" Label="PropertySheets">
114*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115*5c591343SA. Cody Schuffelen  </ImportGroup>
116*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
117*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118*5c591343SA. Cody Schuffelen  </ImportGroup>
119*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" Label="PropertySheets">
120*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
121*5c591343SA. Cody Schuffelen  </ImportGroup>
122*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="PropertySheets">
123*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124*5c591343SA. Cody Schuffelen  </ImportGroup>
125*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
126*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
127*5c591343SA. Cody Schuffelen  </ImportGroup>
128*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" Label="PropertySheets">
129*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130*5c591343SA. Cody Schuffelen  </ImportGroup>
131*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
132*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
133*5c591343SA. Cody Schuffelen  </ImportGroup>
134*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" Label="PropertySheets">
135*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
136*5c591343SA. Cody Schuffelen  </ImportGroup>
137*5c591343SA. Cody Schuffelen  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'" Label="PropertySheets">
138*5c591343SA. Cody Schuffelen    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
139*5c591343SA. Cody Schuffelen  </ImportGroup>
140*5c591343SA. Cody Schuffelen  <PropertyGroup Label="UserMacros" />
141*5c591343SA. Cody Schuffelen  <PropertyGroup>
142*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug;$(ReferencePath)</ReferencePath>
143*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">.\Debug;$(ReferencePath)</ReferencePath>
144*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">.\Debug;$(ReferencePath)</ReferencePath>
145*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Configuration)\</OutDir>
146*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
147*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
148*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
149*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
150*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
151*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
152*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">true</LinkIncremental>
153*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">true</LinkIncremental>
154*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\Debug;$(ReferencePath)</ReferencePath>
155*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">.\Debug;$(ReferencePath)</ReferencePath>
156*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='Static|x64'">.\Debug;$(ReferencePath)</ReferencePath>
157*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
158*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
159*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='Static|x64'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
160*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
161*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
162*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='Static|x64'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
163*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
164*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">true</LinkIncremental>
165*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Static|x64'">true</LinkIncremental>
166*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Debug;$(ReferencePath)</ReferencePath>
167*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">.\Debug;$(ReferencePath)</ReferencePath>
168*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Configuration)\</OutDir>
169*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
170*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
171*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
172*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
173*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">false</LinkIncremental>
174*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\Debug;$(ReferencePath)</ReferencePath>
175*5c591343SA. Cody Schuffelen    <ReferencePath Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">.\Debug;$(ReferencePath)</ReferencePath>
176*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
177*5c591343SA. Cody Schuffelen    <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
178*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
179*5c591343SA. Cody Schuffelen    <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
180*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
181*5c591343SA. Cody Schuffelen    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">false</LinkIncremental>
182*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
183*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
184*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
185*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
186*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" />
187*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" />
188*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
189*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" />
190*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" />
191*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
192*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
193*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Static|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
194*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
195*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" />
196*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Static|x64'" />
197*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
198*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" />
199*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Static|x64'" />
200*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
201*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
202*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
203*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" />
204*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
205*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" />
206*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
207*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
208*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
209*5c591343SA. Cody Schuffelen    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" />
210*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
211*5c591343SA. Cody Schuffelen    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" />
212*5c591343SA. Cody Schuffelen    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.dll</TargetExt>
213*5c591343SA. Cody Schuffelen    <TargetExt Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">.dll</TargetExt>
214*5c591343SA. Cody Schuffelen    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">.lib</TargetExt>
215*5c591343SA. Cody Schuffelen    <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">BuildLink</CustomBuildAfterTargets>
216*5c591343SA. Cody Schuffelen  </PropertyGroup>
217*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
218*5c591343SA. Cody Schuffelen    <GenerateManifest>false</GenerateManifest>
219*5c591343SA. Cody Schuffelen  </PropertyGroup>
220*5c591343SA. Cody Schuffelen  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">
221*5c591343SA. Cody Schuffelen    <GenerateManifest>false</GenerateManifest>
222*5c591343SA. Cody Schuffelen  </PropertyGroup>
223*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup>
224*5c591343SA. Cody Schuffelen    <ClCompile>
225*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\;$(ProjectDir)include\prototypes\;$(SolutionDir)Platform\include\;$(SolutionDir)Platform\include\prototypes\;$(SolutionDir)LtcInclude\;$(SolutionDIr)OsslInclude\;$(SolutionDir)MsBnInclude\
226*5c591343SA. Cody Schuffelen      </AdditionalIncludeDirectories>
227*5c591343SA. Cody Schuffelen    </ClCompile>
228*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
229*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
230*5c591343SA. Cody Schuffelen    <ClCompile>
231*5c591343SA. Cody Schuffelen      <Optimization>Disabled</Optimization>
232*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\;$(ProjectDir)include\prototypes\;$(SolutionDir)Platform\include\;$(SolutionDir)Platform\include\prototypes\;$(SolutionDir)LtcInclude\;$(SolutionDIr)OsslInclude\;$(SolutionDir)MsBnInclude\</AdditionalIncludeDirectories>
233*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Ossl;SYM_LIB=Ossl;MATH_LIB=Ossl;%(PreprocessorDefinitions); </PreprocessorDefinitions>
234*5c591343SA. Cody Schuffelen      <MinimalRebuild>false</MinimalRebuild>
235*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
236*5c591343SA. Cody Schuffelen      <PrecompiledHeader>NotUsing</PrecompiledHeader>
237*5c591343SA. Cody Schuffelen      <ProgramDataBaseFileName>$(IntDir)Server.pdb</ProgramDataBaseFileName>
238*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
239*5c591343SA. Cody Schuffelen      <CallingConvention>Cdecl</CallingConvention>
240*5c591343SA. Cody Schuffelen      <CompileAs>CompileAsC</CompileAs>
241*5c591343SA. Cody Schuffelen      <StructMemberAlignment>Default</StructMemberAlignment>
242*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
243*5c591343SA. Cody Schuffelen      <BrowseInformation>true</BrowseInformation>
244*5c591343SA. Cody Schuffelen      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
245*5c591343SA. Cody Schuffelen      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
246*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
247*5c591343SA. Cody Schuffelen    </ClCompile>
248*5c591343SA. Cody Schuffelen    <ProjectReference>
249*5c591343SA. Cody Schuffelen      <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
250*5c591343SA. Cody Schuffelen      <LinkLibraryDependencies>true</LinkLibraryDependencies>
251*5c591343SA. Cody Schuffelen    </ProjectReference>
252*5c591343SA. Cody Schuffelen    <Link>
253*5c591343SA. Cody Schuffelen      <AdditionalDependencies>platform.lib;libcrypto.lib;%(AdditionalDependencies)</AdditionalDependencies>
254*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)\lib;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
255*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
256*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
257*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
258*5c591343SA. Cody Schuffelen      <SubSystem>NotSet</SubSystem>
259*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX86</TargetMachine>
260*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
261*5c591343SA. Cody Schuffelen      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
262*5c591343SA. Cody Schuffelen      <GenerateMapFile>false</GenerateMapFile>
263*5c591343SA. Cody Schuffelen      <MapFileName>$(OutDir)Tpm.map</MapFileName>
264*5c591343SA. Cody Schuffelen    </Link>
265*5c591343SA. Cody Schuffelen    <Lib>
266*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
267*5c591343SA. Cody Schuffelen    </Lib>
268*5c591343SA. Cody Schuffelen    <Lib>
269*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)lib;$(OutDir)</AdditionalLibraryDirectories>
270*5c591343SA. Cody Schuffelen    </Lib>
271*5c591343SA. Cody Schuffelen    <Lib>
272*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>$(ProjectDir)\tpm\TPM.def</ModuleDefinitionFile>
273*5c591343SA. Cody Schuffelen      <AdditionalDependencies>CryptoEngine.dll;platform.lib</AdditionalDependencies>
274*5c591343SA. Cody Schuffelen    </Lib>
275*5c591343SA. Cody Schuffelen    <Bscmake>
276*5c591343SA. Cody Schuffelen      <PreserveSbr>true</PreserveSbr>
277*5c591343SA. Cody Schuffelen    </Bscmake>
278*5c591343SA. Cody Schuffelen    <PreBuildEvent>
279*5c591343SA. Cody Schuffelen      <Command>del $(SolutionDir)Simulator\NVChip
280*5c591343SA. Cody Schuffelendel $(SolutionDir)Simulator\RsaKeyCache*.data</Command>
281*5c591343SA. Cody Schuffelen    </PreBuildEvent>
282*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
283*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">
284*5c591343SA. Cody Schuffelen    <ClCompile>
285*5c591343SA. Cody Schuffelen      <Optimization>Disabled</Optimization>
286*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\wolf;$(SolutionDir)..\external\wolfssl;$(SolutionDir)\wolfcrypt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
287*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;COMPILER_CHECKS;LIBRARY_COMPATIBILITY_CHECK;HASH_LIB=Wolf;SYM_LIB=Wolf;MATH_LIB=Wolf;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
288*5c591343SA. Cody Schuffelen      <MinimalRebuild>false</MinimalRebuild>
289*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
290*5c591343SA. Cody Schuffelen      <PrecompiledHeader>NotUsing</PrecompiledHeader>
291*5c591343SA. Cody Schuffelen      <ProgramDataBaseFileName>$(IntDir)Server.pdb</ProgramDataBaseFileName>
292*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
293*5c591343SA. Cody Schuffelen      <CallingConvention>Cdecl</CallingConvention>
294*5c591343SA. Cody Schuffelen      <CompileAs>CompileAsC</CompileAs>
295*5c591343SA. Cody Schuffelen      <StructMemberAlignment>Default</StructMemberAlignment>
296*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4127;4255;4668; 4710;4711; 4820;5045</DisableSpecificWarnings>
297*5c591343SA. Cody Schuffelen      <BrowseInformation>true</BrowseInformation>
298*5c591343SA. Cody Schuffelen      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
299*5c591343SA. Cody Schuffelen      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
300*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
301*5c591343SA. Cody Schuffelen    </ClCompile>
302*5c591343SA. Cody Schuffelen    <ProjectReference>
303*5c591343SA. Cody Schuffelen      <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
304*5c591343SA. Cody Schuffelen      <LinkLibraryDependencies>true</LinkLibraryDependencies>
305*5c591343SA. Cody Schuffelen    </ProjectReference>
306*5c591343SA. Cody Schuffelen    <Link>
307*5c591343SA. Cody Schuffelen      <AdditionalDependencies>wolfssl.lib;platform.lib;%(AdditionalDependencies)</AdditionalDependencies>
308*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)\$(Configuration);$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
309*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
310*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
311*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
312*5c591343SA. Cody Schuffelen      <SubSystem>NotSet</SubSystem>
313*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX86</TargetMachine>
314*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
315*5c591343SA. Cody Schuffelen      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
316*5c591343SA. Cody Schuffelen      <GenerateMapFile>false</GenerateMapFile>
317*5c591343SA. Cody Schuffelen      <MapFileName>$(OutDir)Tpm.map</MapFileName>
318*5c591343SA. Cody Schuffelen    </Link>
319*5c591343SA. Cody Schuffelen    <Lib>
320*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
321*5c591343SA. Cody Schuffelen    </Lib>
322*5c591343SA. Cody Schuffelen    <Lib>
323*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(ProjectDir)\lib;$(OutDir);</AdditionalLibraryDirectories>
324*5c591343SA. Cody Schuffelen    </Lib>
325*5c591343SA. Cody Schuffelen    <Lib>
326*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>$(ProjectDir)\tpm\TPM.def</ModuleDefinitionFile>
327*5c591343SA. Cody Schuffelen      <AdditionalDependencies>CryptoEngine.dll;platform.lib</AdditionalDependencies>
328*5c591343SA. Cody Schuffelen    </Lib>
329*5c591343SA. Cody Schuffelen    <Bscmake>
330*5c591343SA. Cody Schuffelen      <PreserveSbr>true</PreserveSbr>
331*5c591343SA. Cody Schuffelen    </Bscmake>
332*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
333*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">
334*5c591343SA. Cody Schuffelen    <ClCompile>
335*5c591343SA. Cody Schuffelen      <Optimization>Disabled</Optimization>
336*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\;$(ProjectDir)include\prototypes\;$(SolutionDir)Platform\include\;$(SolutionDir)Platform\include\prototypes\;$(SolutionDir)LtcInclude\;$(SolutionDIr)OsslInclude\;$(SolutionDir)MsBnInclude\</AdditionalIncludeDirectories>
337*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Ossl;SYM_LIB=Ossl;MATH_LIB=Ossl;CRYPTO_ALIGN_4;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
338*5c591343SA. Cody Schuffelen      <MinimalRebuild>false</MinimalRebuild>
339*5c591343SA. Cody Schuffelen      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
340*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
341*5c591343SA. Cody Schuffelen      <PrecompiledHeader>NotUsing</PrecompiledHeader>
342*5c591343SA. Cody Schuffelen      <ProgramDataBaseFileName>$(IntDir)Server.pdb</ProgramDataBaseFileName>
343*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
344*5c591343SA. Cody Schuffelen      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
345*5c591343SA. Cody Schuffelen      <CallingConvention>Cdecl</CallingConvention>
346*5c591343SA. Cody Schuffelen      <CompileAs>CompileAsC</CompileAs>
347*5c591343SA. Cody Schuffelen      <StructMemberAlignment>Default</StructMemberAlignment>
348*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4668; 4710;4711; 4820;5045</DisableSpecificWarnings>
349*5c591343SA. Cody Schuffelen      <ShowIncludes>false</ShowIncludes>
350*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
351*5c591343SA. Cody Schuffelen    </ClCompile>
352*5c591343SA. Cody Schuffelen    <ProjectReference>
353*5c591343SA. Cody Schuffelen      <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
354*5c591343SA. Cody Schuffelen      <LinkLibraryDependencies>true</LinkLibraryDependencies>
355*5c591343SA. Cody Schuffelen    </ProjectReference>
356*5c591343SA. Cody Schuffelen    <Link>
357*5c591343SA. Cody Schuffelen      <AdditionalDependencies>cryptoengine.lib;platform.lib;%(AdditionalDependencies)</AdditionalDependencies>
358*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(ProjectDir)\lib;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
359*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
360*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
361*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
362*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
363*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX86</TargetMachine>
364*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
365*5c591343SA. Cody Schuffelen    </Link>
366*5c591343SA. Cody Schuffelen    <Lib>
367*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
368*5c591343SA. Cody Schuffelen    </Lib>
369*5c591343SA. Cody Schuffelen    <Lib>
370*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>
371*5c591343SA. Cody Schuffelen      </AdditionalLibraryDirectories>
372*5c591343SA. Cody Schuffelen    </Lib>
373*5c591343SA. Cody Schuffelen    <Lib>
374*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
375*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
376*5c591343SA. Cody Schuffelen      <AdditionalDependencies>
377*5c591343SA. Cody Schuffelen      </AdditionalDependencies>
378*5c591343SA. Cody Schuffelen    </Lib>
379*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
380*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
381*5c591343SA. Cody Schuffelen    <Midl>
382*5c591343SA. Cody Schuffelen      <TargetEnvironment>X64</TargetEnvironment>
383*5c591343SA. Cody Schuffelen    </Midl>
384*5c591343SA. Cody Schuffelen    <ClCompile>
385*5c591343SA. Cody Schuffelen      <Optimization>Disabled</Optimization>
386*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\;$(ProjectDir)include\prototypes\;$(SolutionDir)Platform\include\;$(SolutionDir)Platform\include\prototypes\;$(SolutionDir)LtcInclude\;$(SolutionDIr)OsslInclude\;$(SolutionDir)MsBnInclude\</AdditionalIncludeDirectories>
387*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Ossl;SYM_LIB=Ossl;MATH_LIB=Ossl;CRYPTO_ALIGN_16;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
388*5c591343SA. Cody Schuffelen      <MinimalRebuild>true</MinimalRebuild>
389*5c591343SA. Cody Schuffelen      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
390*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
391*5c591343SA. Cody Schuffelen      <PrecompiledHeader>
392*5c591343SA. Cody Schuffelen      </PrecompiledHeader>
393*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
394*5c591343SA. Cody Schuffelen      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
395*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4668; 4710;4711; 4820;5045</DisableSpecificWarnings>
396*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
397*5c591343SA. Cody Schuffelen    </ClCompile>
398*5c591343SA. Cody Schuffelen    <Link>
399*5c591343SA. Cody Schuffelen      <AdditionalDependencies>platform.lib;libcrypto.lib;%(AdditionalDependencies)</AdditionalDependencies>
400*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
401*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
402*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX64</TargetMachine>
403*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)\lib\x64;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
404*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
405*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
406*5c591343SA. Cody Schuffelen    </Link>
407*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
408*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">
409*5c591343SA. Cody Schuffelen    <Midl>
410*5c591343SA. Cody Schuffelen      <TargetEnvironment>X64</TargetEnvironment>
411*5c591343SA. Cody Schuffelen    </Midl>
412*5c591343SA. Cody Schuffelen    <ClCompile>
413*5c591343SA. Cody Schuffelen      <Optimization>Disabled</Optimization>
414*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\wolf;$(SolutionDir)..\external\wolfssl;$(SolutionDir)\wolfcrypt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
415*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;COMPILER_CHECKS;LIBRARY_COMPATIBILITY_CHECK;HASH_LIB=Wolf;SYM_LIB=Wolf;MATH_LIB=Wolf;WOLFSSL_USER_SETTINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
416*5c591343SA. Cody Schuffelen      <MinimalRebuild>true</MinimalRebuild>
417*5c591343SA. Cody Schuffelen      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
418*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
419*5c591343SA. Cody Schuffelen      <PrecompiledHeader>
420*5c591343SA. Cody Schuffelen      </PrecompiledHeader>
421*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
422*5c591343SA. Cody Schuffelen      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
423*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4127;4255;4668; 4710;4711; 4820;5045</DisableSpecificWarnings>
424*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
425*5c591343SA. Cody Schuffelen    </ClCompile>
426*5c591343SA. Cody Schuffelen    <Link>
427*5c591343SA. Cody Schuffelen      <AdditionalDependencies>wolfssl.lib;platform.lib;%(AdditionalDependencies)</AdditionalDependencies>
428*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
429*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
430*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX64</TargetMachine>
431*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
432*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
433*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
434*5c591343SA. Cody Schuffelen    </Link>
435*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
436*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'">
437*5c591343SA. Cody Schuffelen    <Midl>
438*5c591343SA. Cody Schuffelen      <TargetEnvironment>X64</TargetEnvironment>
439*5c591343SA. Cody Schuffelen    </Midl>
440*5c591343SA. Cody Schuffelen    <ClCompile>
441*5c591343SA. Cody Schuffelen      <Optimization>Disabled</Optimization>
442*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\;$(ProjectDir)include\prototypes\;$(SolutionDir)Platform\include\;$(SolutionDir)Platform\include\prototypes\;$(SolutionDir)LtcInclude\;$(SolutionDIr)OsslInclude\;$(SolutionDir)MsBnInclude\</AdditionalIncludeDirectories>
443*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Ossl;SYM_LIB=Ossl;MATH_LIB=Ossl;CRYPTO_ALIGN_16;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
444*5c591343SA. Cody Schuffelen      <MinimalRebuild>true</MinimalRebuild>
445*5c591343SA. Cody Schuffelen      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
446*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
447*5c591343SA. Cody Schuffelen      <PrecompiledHeader>
448*5c591343SA. Cody Schuffelen      </PrecompiledHeader>
449*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
450*5c591343SA. Cody Schuffelen      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
451*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4668; 4710;4711; 4820;5045</DisableSpecificWarnings>
452*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
453*5c591343SA. Cody Schuffelen    </ClCompile>
454*5c591343SA. Cody Schuffelen    <Link>
455*5c591343SA. Cody Schuffelen      <AdditionalDependencies>cryptoengine.lib;platform.lib;%(AdditionalDependencies)</AdditionalDependencies>
456*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
457*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
458*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX64</TargetMachine>
459*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)\lib\x64;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
460*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
461*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
462*5c591343SA. Cody Schuffelen    </Link>
463*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
464*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
465*5c591343SA. Cody Schuffelen    <ClCompile>
466*5c591343SA. Cody Schuffelen      <Optimization>MaxSpeed</Optimization>
467*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\;$(ProjectDir)include\prototypes\;$(SolutionDir)Platform\include\;$(SolutionDir)Platform\include\prototypes\;$(SolutionDir)LtcInclude\;$(SolutionDIr)OsslInclude\;$(SolutionDir)MsBnInclude\</AdditionalIncludeDirectories>
468*5c591343SA. Cody Schuffelen      <IntrinsicFunctions>true</IntrinsicFunctions>
469*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Ossl;SYM_LIB=Ossl;MATH_LIB=Ossl;CRYPTO_ALIGN_4;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
470*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
471*5c591343SA. Cody Schuffelen      <FunctionLevelLinking>true</FunctionLevelLinking>
472*5c591343SA. Cody Schuffelen      <PrecompiledHeader>NotUsing</PrecompiledHeader>
473*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
474*5c591343SA. Cody Schuffelen      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
475*5c591343SA. Cody Schuffelen      <CompileAs>CompileAsC</CompileAs>
476*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
477*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
478*5c591343SA. Cody Schuffelen    </ClCompile>
479*5c591343SA. Cody Schuffelen    <Link>
480*5c591343SA. Cody Schuffelen      <AdditionalDependencies>platform.lib;libcrypto.lib;%(AdditionalDependencies)</AdditionalDependencies>
481*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
482*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
483*5c591343SA. Cody Schuffelen      <OptimizeReferences>true</OptimizeReferences>
484*5c591343SA. Cody Schuffelen      <EnableCOMDATFolding>true</EnableCOMDATFolding>
485*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX86</TargetMachine>
486*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)\lib;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
487*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
488*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
489*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
490*5c591343SA. Cody Schuffelen    </Link>
491*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
492*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">
493*5c591343SA. Cody Schuffelen    <ClCompile>
494*5c591343SA. Cody Schuffelen      <Optimization>MaxSpeed</Optimization>
495*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\wolf;$(SolutionDir)..\external\wolfssl;$(SolutionDir)\wolfcrypt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
496*5c591343SA. Cody Schuffelen      <IntrinsicFunctions>true</IntrinsicFunctions>
497*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Wolf;SYM_LIB=Wolf;MATH_LIB=Wolf;WOLFSSL_USER_SETTINGS;CRYPTO_ALIGN_4;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
498*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
499*5c591343SA. Cody Schuffelen      <FunctionLevelLinking>true</FunctionLevelLinking>
500*5c591343SA. Cody Schuffelen      <PrecompiledHeader>NotUsing</PrecompiledHeader>
501*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
502*5c591343SA. Cody Schuffelen      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
503*5c591343SA. Cody Schuffelen      <CompileAs>CompileAsC</CompileAs>
504*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4127;4255;4668; 4710;4711; 4820;5045</DisableSpecificWarnings>
505*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
506*5c591343SA. Cody Schuffelen    </ClCompile>
507*5c591343SA. Cody Schuffelen    <Link>
508*5c591343SA. Cody Schuffelen      <AdditionalDependencies>wolfssl.lib;platform.lib;%(AdditionalDependencies)</AdditionalDependencies>
509*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
510*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
511*5c591343SA. Cody Schuffelen      <OptimizeReferences>true</OptimizeReferences>
512*5c591343SA. Cody Schuffelen      <EnableCOMDATFolding>true</EnableCOMDATFolding>
513*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX86</TargetMachine>
514*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)\lib;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
515*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
516*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
517*5c591343SA. Cody Schuffelen      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
518*5c591343SA. Cody Schuffelen    </Link>
519*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
520*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
521*5c591343SA. Cody Schuffelen    <Midl>
522*5c591343SA. Cody Schuffelen      <TargetEnvironment>X64</TargetEnvironment>
523*5c591343SA. Cody Schuffelen    </Midl>
524*5c591343SA. Cody Schuffelen    <ClCompile>
525*5c591343SA. Cody Schuffelen      <Optimization>MaxSpeed</Optimization>
526*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\;$(ProjectDir)include\prototypes\;$(SolutionDir)Platform\include\;$(SolutionDir)Platform\include\prototypes\;$(SolutionDir)LtcInclude\;$(SolutionDIr)OsslInclude\;$(SolutionDir)MsBnInclude\</AdditionalIncludeDirectories>
527*5c591343SA. Cody Schuffelen      <IntrinsicFunctions>true</IntrinsicFunctions>
528*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Ossl;SYM_LIB=Ossl;MATH_LIB=Ossl;CRYPTO_ALIGN_16;NDEBUG;%(PreprocessorDefinitions);</PreprocessorDefinitions>
529*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
530*5c591343SA. Cody Schuffelen      <FunctionLevelLinking>true</FunctionLevelLinking>
531*5c591343SA. Cody Schuffelen      <PrecompiledHeader>
532*5c591343SA. Cody Schuffelen      </PrecompiledHeader>
533*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
534*5c591343SA. Cody Schuffelen      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
535*5c591343SA. Cody Schuffelen      <StructMemberAlignment>16Bytes</StructMemberAlignment>
536*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
537*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
538*5c591343SA. Cody Schuffelen    </ClCompile>
539*5c591343SA. Cody Schuffelen    <Link>
540*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
541*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
542*5c591343SA. Cody Schuffelen      <OptimizeReferences>true</OptimizeReferences>
543*5c591343SA. Cody Schuffelen      <EnableCOMDATFolding>true</EnableCOMDATFolding>
544*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX64</TargetMachine>
545*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(SolutionDir)\lib\x64;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
546*5c591343SA. Cody Schuffelen      <AdditionalDependencies>platform.lib;libcrypto.lib;Advapi32.lib;User32.lib;Gdi32.lib</AdditionalDependencies>
547*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
548*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
549*5c591343SA. Cody Schuffelen    </Link>
550*5c591343SA. Cody Schuffelen    <ProjectReference>
551*5c591343SA. Cody Schuffelen      <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
552*5c591343SA. Cody Schuffelen      <LinkLibraryDependencies>true</LinkLibraryDependencies>
553*5c591343SA. Cody Schuffelen    </ProjectReference>
554*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
555*5c591343SA. Cody Schuffelen  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">
556*5c591343SA. Cody Schuffelen    <Midl>
557*5c591343SA. Cody Schuffelen      <TargetEnvironment>X64</TargetEnvironment>
558*5c591343SA. Cody Schuffelen    </Midl>
559*5c591343SA. Cody Schuffelen    <ClCompile>
560*5c591343SA. Cody Schuffelen      <Optimization>MaxSpeed</Optimization>
561*5c591343SA. Cody Schuffelen      <AdditionalIncludeDirectories>$(ProjectDir)include\wolf;$(SolutionDir)..\external\wolfssl;$(SolutionDir)\wolfcrypt\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
562*5c591343SA. Cody Schuffelen      <IntrinsicFunctions>true</IntrinsicFunctions>
563*5c591343SA. Cody Schuffelen      <PreprocessorDefinitions>TABLE_DRIVEN_DISPATCH=0;HASH_LIB=Wolf;SYM_LIB=Wolf;MATH_LIB=Wolf;WOLFSSL_USER_SETTINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
564*5c591343SA. Cody Schuffelen      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
565*5c591343SA. Cody Schuffelen      <FunctionLevelLinking>true</FunctionLevelLinking>
566*5c591343SA. Cody Schuffelen      <PrecompiledHeader>
567*5c591343SA. Cody Schuffelen      </PrecompiledHeader>
568*5c591343SA. Cody Schuffelen      <WarningLevel>EnableAllWarnings</WarningLevel>
569*5c591343SA. Cody Schuffelen      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
570*5c591343SA. Cody Schuffelen      <StructMemberAlignment>16Bytes</StructMemberAlignment>
571*5c591343SA. Cody Schuffelen      <TreatWarningAsError>true</TreatWarningAsError>
572*5c591343SA. Cody Schuffelen      <DisableSpecificWarnings>4127;4255;4668; 4710;4711; 4820;5045</DisableSpecificWarnings>
573*5c591343SA. Cody Schuffelen    </ClCompile>
574*5c591343SA. Cody Schuffelen    <Link>
575*5c591343SA. Cody Schuffelen      <GenerateDebugInformation>true</GenerateDebugInformation>
576*5c591343SA. Cody Schuffelen      <SubSystem>Console</SubSystem>
577*5c591343SA. Cody Schuffelen      <OptimizeReferences>true</OptimizeReferences>
578*5c591343SA. Cody Schuffelen      <EnableCOMDATFolding>true</EnableCOMDATFolding>
579*5c591343SA. Cody Schuffelen      <TargetMachine>MachineX64</TargetMachine>
580*5c591343SA. Cody Schuffelen      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
581*5c591343SA. Cody Schuffelen      <AdditionalDependencies>wolfssl.lib;platform.lib;Advapi32.lib</AdditionalDependencies>
582*5c591343SA. Cody Schuffelen      <ModuleDefinitionFile>
583*5c591343SA. Cody Schuffelen      </ModuleDefinitionFile>
584*5c591343SA. Cody Schuffelen    </Link>
585*5c591343SA. Cody Schuffelen    <ProjectReference>
586*5c591343SA. Cody Schuffelen      <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
587*5c591343SA. Cody Schuffelen      <LinkLibraryDependencies>false</LinkLibraryDependencies>
588*5c591343SA. Cody Schuffelen    </ProjectReference>
589*5c591343SA. Cody Schuffelen  </ItemDefinitionGroup>
590*5c591343SA. Cody Schuffelen  <ItemGroup>
591*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\ECC_Decrypt.c" />
592*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\ECC_Encrypt.c" />
593*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\ECC_Parameters.c" />
594*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\ECDH_KeyGen.c" />
595*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\ECDH_ZGen.c" />
596*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\EC_Ephemeral.c" />
597*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\RSA_Decrypt.c" />
598*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\RSA_Encrypt.c" />
599*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Asymmetric\ZGen_2Phase.c" />
600*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\AttachedComponent\AC_GetCapability.c" />
601*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\AttachedComponent\AC_Send.c" />
602*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\AttachedComponent\AC_spt.c" />
603*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\AttachedComponent\Policy_AC_SendSelect.c" />
604*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\Attest_spt.c" />
605*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\Certify.c" />
606*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\CertifyCreation.c" />
607*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\CertifyX509.c" />
608*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\GetCommandAuditDigest.c" />
609*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\GetSessionAuditDigest.c" />
610*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\GetTime.c" />
611*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Attestation\Quote.c" />
612*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Capability\GetCapability.c" />
613*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Capability\TestParms.c" />
614*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\ClockTimer\ACT_SetTimeout.c" />
615*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\ClockTimer\ACT_spt.c" />
616*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\ClockTimer\ClockRateAdjust.c" />
617*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\ClockTimer\ClockSet.c" />
618*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\ClockTimer\ReadClock.c" />
619*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\CommandAudit\SetCommandCodeAuditStatus.c" />
620*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Context\ContextLoad.c" />
621*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Context\ContextSave.c" />
622*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Context\Context_spt.c" />
623*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Context\EvictControl.c" />
624*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Context\FlushContext.c" />
625*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\DA\DictionaryAttackLockReset.c" />
626*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\DA\DictionaryAttackParameters.c" />
627*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Duplication\Duplicate.c" />
628*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Duplication\Import.c" />
629*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Duplication\Rewrap.c" />
630*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyAuthorize.c" />
631*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyAuthorizeNV.c" />
632*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyAuthValue.c" />
633*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyCommandCode.c" />
634*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyCounterTimer.c" />
635*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyCpHash.c" />
636*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyDuplicationSelect.c" />
637*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyGetDigest.c" />
638*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyLocality.c" />
639*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyNameHash.c" />
640*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyNV.c" />
641*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyNvWritten.c" />
642*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyOR.c" />
643*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyPassword.c" />
644*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyPCR.c" />
645*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyPhysicalPresence.c" />
646*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicySecret.c" />
647*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicySigned.c" />
648*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyTemplate.c" />
649*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\PolicyTicket.c" />
650*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\EA\Policy_spt.c" />
651*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Ecdaa\Commit.c" />
652*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\FieldUpgrade\FieldUpgradeData.c" />
653*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\FieldUpgrade\FieldUpgradeStart.c" />
654*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\FieldUpgrade\FirmwareRead.c" />
655*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\HashHMAC\EventSequenceComplete.c" />
656*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\HashHMAC\HashSequenceStart.c" />
657*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\HashHMAC\HMAC_Start.c" />
658*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\HashHMAC\MAC_Start.c" />
659*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\HashHMAC\SequenceComplete.c" />
660*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\HashHMAC\SequenceUpdate.c" />
661*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\ChangeEPS.c" />
662*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\ChangePPS.c" />
663*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\Clear.c" />
664*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\ClearControl.c" />
665*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\CreatePrimary.c" />
666*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\HierarchyChangeAuth.c" />
667*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\HierarchyControl.c" />
668*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Hierarchy\SetPrimaryPolicy.c" />
669*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Misc\PP_Commands.c" />
670*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Misc\SetAlgorithmSet.c" />
671*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_Certify.c" />
672*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_ChangeAuth.c" />
673*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_DefineSpace.c" />
674*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_Extend.c" />
675*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_GlobalWriteLock.c" />
676*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_Increment.c" />
677*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_Read.c" />
678*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_ReadLock.c" />
679*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_ReadPublic.c" />
680*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_SetBits.c" />
681*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_spt.c" />
682*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_UndefineSpace.c" />
683*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_UndefineSpaceSpecial.c" />
684*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_Write.c" />
685*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\NVStorage\NV_WriteLock.c" />
686*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\ActivateCredential.c" />
687*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\Create.c" />
688*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\CreateLoaded.c" />
689*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\Load.c" />
690*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\LoadExternal.c" />
691*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\MakeCredential.c" />
692*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\ObjectChangeAuth.c" />
693*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\Object_spt.c" />
694*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\ReadPublic.c" />
695*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Object\Unseal.c" />
696*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\PCR\PCR_Allocate.c" />
697*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\PCR\PCR_Event.c" />
698*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\PCR\PCR_Extend.c" />
699*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\PCR\PCR_Read.c" />
700*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\PCR\PCR_Reset.c" />
701*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\PCR\PCR_SetAuthPolicy.c" />
702*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\PCR\PCR_SetAuthValue.c" />
703*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Random\GetRandom.c" />
704*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Random\StirRandom.c" />
705*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Session\PolicyRestart.c" />
706*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Session\StartAuthSession.c" />
707*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Signature\Sign.c" />
708*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Signature\VerifySignature.c" />
709*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Startup\Shutdown.c" />
710*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Startup\Startup.c" />
711*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Symmetric\EncryptDecrypt.c" />
712*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Symmetric\EncryptDecrypt2.c" />
713*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Symmetric\EncryptDecrypt_spt.c" />
714*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Symmetric\Hash.c" />
715*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Symmetric\HMAC.c" />
716*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Symmetric\MAC.c" />
717*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Testing\GetTestResult.c" />
718*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Testing\IncrementalSelfTest.c" />
719*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Testing\SelfTest.c" />
720*5c591343SA. Cody Schuffelen    <ClCompile Include="src\command\Vendor\Vendor_TCG_Test.c" />
721*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\AlgorithmTests.c" />
722*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\BnConvert.c" />
723*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\BnMath.c" />
724*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\BnMemory.c" />
725*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptCmac.c" />
726*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptDes.c" />
727*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptEccCrypt.c" />
728*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptEccData.c" />
729*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptPrime.c" />
730*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptPrimeSieve.c" />
731*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptRsa.c" />
732*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptSelfTest.c" />
733*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptSmac.c" />
734*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptSym.c" />
735*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptUtil.c" />
736*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptEccKeyExchange.c" />
737*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptEccMain.c" />
738*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptEccSignature.c" />
739*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptHash.c">
740*5c591343SA. Cody Schuffelen      <ShowIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ShowIncludes>
741*5c591343SA. Cody Schuffelen      <ShowIncludes Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">false</ShowIncludes>
742*5c591343SA. Cody Schuffelen    </ClCompile>
743*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\CryptRand.c" />
744*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\ltc\TpmToLtcDesSupport.c" />
745*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\ltc\TpmToLtcMath.c" />
746*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\ltc\TpmToLtcSupport.c" />
747*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\ossl\TpmToOsslDesSupport.c" />
748*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\ossl\TpmToOsslMath.c" />
749*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\ossl\TpmToOsslSupport.c" />
750*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\PrimeData.c" />
751*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\RsaKeyCache.c" />
752*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\Ticket.c" />
753*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\wolf\TpmToWolfDesSupport.c" />
754*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\wolf\TpmToWolfMath.c" />
755*5c591343SA. Cody Schuffelen    <ClCompile Include="src\crypt\wolf\TpmToWolfSupport.c" />
756*5c591343SA. Cody Schuffelen    <ClCompile Include="src\events\_TPM_Hash_Data.c" />
757*5c591343SA. Cody Schuffelen    <ClCompile Include="src\events\_TPM_Hash_End.c" />
758*5c591343SA. Cody Schuffelen    <ClCompile Include="src\events\_TPM_Hash_Start.c" />
759*5c591343SA. Cody Schuffelen    <ClCompile Include="src\events\_TPM_Init.c" />
760*5c591343SA. Cody Schuffelen    <ClCompile Include="src\main\CommandDispatcher.c" />
761*5c591343SA. Cody Schuffelen    <ClCompile Include="src\main\ExecCommand.c" />
762*5c591343SA. Cody Schuffelen    <ClCompile Include="src\main\SessionProcess.c" />
763*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\CommandAudit.c" />
764*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\DA.c" />
765*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\NvDynamic.c" />
766*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\NvReserved.c" />
767*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\PP.c" />
768*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\Hierarchy.c" />
769*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\Object.c" />
770*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\PCR.c" />
771*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\Session.c" />
772*5c591343SA. Cody Schuffelen    <ClCompile Include="src\subsystem\Time.c" />
773*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\AlgorithmCap.c" />
774*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Bits.c" />
775*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\CommandCodeAttributes.c" />
776*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Entity.c" />
777*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Global.c" />
778*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Handle.c" />
779*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\IoBuffers.c" />
780*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Locality.c" />
781*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Manufacture.c" />
782*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Marshal.c" />
783*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\MathOnByteBuffers.c" />
784*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Memory.c" />
785*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Power.c" />
786*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\PropertyCap.c" />
787*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\Response.c" />
788*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\ResponseCodeProcessing.c" />
789*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\TableDrivenMarshal.c" />
790*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\TableMarshalData.c" />
791*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\TpmFail.c">
792*5c591343SA. Cody Schuffelen      <ShowIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ShowIncludes>
793*5c591343SA. Cody Schuffelen      <ShowIncludes Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">false</ShowIncludes>
794*5c591343SA. Cody Schuffelen    </ClCompile>
795*5c591343SA. Cody Schuffelen    <ClCompile Include="src\support\TpmSizeChecks.c" />
796*5c591343SA. Cody Schuffelen    <ClCompile Include="src\X509\TpmASN1.c" />
797*5c591343SA. Cody Schuffelen    <ClCompile Include="src\X509\X509_ECC.c" />
798*5c591343SA. Cody Schuffelen    <ClCompile Include="src\X509\X509_RSA.c" />
799*5c591343SA. Cody Schuffelen    <ClCompile Include="src\X509\X509_spt.c" />
800*5c591343SA. Cody Schuffelen  </ItemGroup>
801*5c591343SA. Cody Schuffelen  <ItemGroup>
802*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ACT.h" />
803*5c591343SA. Cody Schuffelen    <ClInclude Include="include\BnValues.h" />
804*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CommandAttributeData.h" />
805*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CommandAttributes.h" />
806*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CommandDispatchData.h" />
807*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CommandDispatcher.h" />
808*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CompilerDependencies.h" />
809*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CryptHash.h" />
810*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CryptEcc.h" />
811*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CryptRand.h" />
812*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CryptRsa.h" />
813*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CryptSym.h" />
814*5c591343SA. Cody Schuffelen    <ClInclude Include="include\CryptTest.h" />
815*5c591343SA. Cody Schuffelen    <ClInclude Include="include\EccTestData.h" />
816*5c591343SA. Cody Schuffelen    <ClInclude Include="include\Global.h" />
817*5c591343SA. Cody Schuffelen    <ClInclude Include="include\GpMacros.h" />
818*5c591343SA. Cody Schuffelen    <ClInclude Include="include\HandleProcess.h" />
819*5c591343SA. Cody Schuffelen    <ClInclude Include="include\HashTestData.h" />
820*5c591343SA. Cody Schuffelen    <ClInclude Include="include\KdfTestData.h" />
821*5c591343SA. Cody Schuffelen    <ClInclude Include="include\LibSupport.h" />
822*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ltc\LtcSettings.h" />
823*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ltc\TpmToLtcHash.h" />
824*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ltc\TpmToLtcMath.h" />
825*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ltc\TpmToLtcSym.h" />
826*5c591343SA. Cody Schuffelen    <ClInclude Include="include\MinMax.h" />
827*5c591343SA. Cody Schuffelen    <ClInclude Include="include\NV.h" />
828*5c591343SA. Cody Schuffelen    <ClInclude Include="include\OIDs.h" />
829*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ossl\TpmToOsslHash.h" />
830*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ossl\TpmToOsslMath.h" />
831*5c591343SA. Cody Schuffelen    <ClInclude Include="include\ossl\TpmToOsslSym.h" />
832*5c591343SA. Cody Schuffelen    <ClInclude Include="include\PRNG_TestVectors.h" />
833*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ActivateCredential_fp.h" />
834*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\AC_GetCapability_fp.h" />
835*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\AC_Send_fp.h" />
836*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\AC_spt_fp.h" />
837*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\AlgorithmCap_fp.h" />
838*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\AlgorithmTests_fp.h" />
839*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Attest_spt_fp.h" />
840*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Bits_fp.h" />
841*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\BnConvert_fp.h" />
842*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\BnMath_fp.h" />
843*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\BnMemory_fp.h" />
844*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CertifyCreation_fp.h" />
845*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Certify_fp.h" />
846*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ChangeEPS_fp.h" />
847*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ChangePPS_fp.h" />
848*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ClearControl_fp.h" />
849*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Clear_fp.h" />
850*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ClockRateAdjust_fp.h" />
851*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ClockSet_fp.h" />
852*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CommandAudit_fp.h" />
853*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CommandCodeAttributes_fp.h" />
854*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CommandDispatcher_fp.h" />
855*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CommandTiming_fp.h" />
856*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Commit_fp.h" />
857*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ContextLoad_fp.h" />
858*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ContextSave_fp.h" />
859*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Context_spt_fp.h" />
860*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CreateLoaded_fp.h" />
861*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CreatePrimary_fp.h" />
862*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Create_fp.h" />
863*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptCmac_fp.h" />
864*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptDes_fp.h" />
865*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptEccKeyExchange_fp.h" />
866*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptEccMain_fp.h" />
867*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptEccSignature_fp.h" />
868*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptHash_fp.h" />
869*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptPrimeSieve_fp.h" />
870*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptPrime_fp.h" />
871*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptRand_fp.h" />
872*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptRsa_fp.h" />
873*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptSelfTest_fp.h" />
874*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptSmac_fp.h" />
875*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptSym_fp.h" />
876*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\CryptUtil_fp.h" />
877*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\DA_fp.h" />
878*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\DictionaryAttackLockReset_fp.h" />
879*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\DictionaryAttackParameters_fp.h" />
880*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Duplicate_fp.h" />
881*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ECC_Parameters_fp.h" />
882*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ECDH_KeyGen_fp.h" />
883*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ECDH_ZGen_fp.h" />
884*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\EC_Ephemeral_fp.h" />
885*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\EncryptDecrypt2_fp.h" />
886*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\EncryptDecrypt_fp.h" />
887*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\EncryptDecrypt_spt_fp.h" />
888*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Entity_fp.h" />
889*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\EventSequenceComplete_fp.h" />
890*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\EvictControl_fp.h" />
891*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ExecCommand_fp.h" />
892*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\FieldUpgradeData_fp.h" />
893*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\FieldUpgradeStart_fp.h" />
894*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\FirmwareRead_fp.h" />
895*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\FlushContext_fp.h" />
896*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\GetCapability_fp.h" />
897*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\GetCommandAuditDigest_fp.h" />
898*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\GetRandom_fp.h" />
899*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\GetSessionAuditDigest_fp.h" />
900*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\GetTestResult_fp.h" />
901*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\GetTime_fp.h" />
902*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Global_fp.h" />
903*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Handle_fp.h" />
904*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\HashSequenceStart_fp.h" />
905*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Hash_fp.h" />
906*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\HierarchyChangeAuth_fp.h" />
907*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\HierarchyControl_fp.h" />
908*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Hierarchy_fp.h" />
909*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\HMAC_fp.h" />
910*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\HMAC_Start_fp.h" />
911*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Import_fp.h" />
912*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\IncrementalSelfTest_fp.h" />
913*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\IoBuffers_fp.h" />
914*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\LoadExternal_fp.h" />
915*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Load_fp.h" />
916*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Locality_fp.h" />
917*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\MAC_fp.h" />
918*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\MAC_Start_fp.h" />
919*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\MakeCredential_fp.h" />
920*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Manufacture_fp.h" />
921*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Marshal_fp.h" />
922*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\MathOnByteBuffers_fp.h" />
923*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Memory_fp.h" />
924*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\MsBnMalloc_fp.h" />
925*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NvDynamic_fp.h" />
926*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NvReserved_fp.h" />
927*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_Certify_fp.h" />
928*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_ChangeAuth_fp.h" />
929*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_DefineSpace_fp.h" />
930*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_Extend_fp.h" />
931*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_GlobalWriteLock_fp.h" />
932*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_Increment_fp.h" />
933*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_ReadLock_fp.h" />
934*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_ReadPublic_fp.h" />
935*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_Read_fp.h" />
936*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_SetBits_fp.h" />
937*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_spt_fp.h" />
938*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_UndefineSpaceSpecial_fp.h" />
939*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_UndefineSpace_fp.h" />
940*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_WriteLock_fp.h" />
941*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\NV_Write_fp.h" />
942*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ObjectChangeAuth_fp.h" />
943*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Object_fp.h" />
944*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Object_spt_fp.h" />
945*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_Allocate_fp.h" />
946*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_Event_fp.h" />
947*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_Extend_fp.h" />
948*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_fp.h" />
949*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_Read_fp.h" />
950*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_Reset_fp.h" />
951*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_SetAuthPolicy_fp.h" />
952*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PCR_SetAuthValue_fp.h" />
953*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyAuthorizeNV_fp.h" />
954*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyAuthorize_fp.h" />
955*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyAuthValue_fp.h" />
956*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyCommandCode_fp.h" />
957*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyCounterTimer_fp.h" />
958*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyCpHash_fp.h" />
959*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyDuplicationSelect_fp.h" />
960*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyGetDigest_fp.h" />
961*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyLocality_fp.h" />
962*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyNameHash_fp.h" />
963*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyNvWritten_fp.h" />
964*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyNV_fp.h" />
965*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyOR_fp.h" />
966*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyPassword_fp.h" />
967*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyPCR_fp.h" />
968*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyPhysicalPresence_fp.h" />
969*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyRestart_fp.h" />
970*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicySecret_fp.h" />
971*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicySigned_fp.h" />
972*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyTemplate_fp.h" />
973*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PolicyTicket_fp.h" />
974*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Policy_AC_SendSelect_fp.h" />
975*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Policy_spt_fp.h" />
976*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Power_fp.h" />
977*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PP_Commands_fp.h" />
978*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PP_fp.h" />
979*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PrimeData_fp.h" />
980*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\PropertyCap_fp.h" />
981*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\QSEE_fp.h" />
982*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Quote_fp.h" />
983*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ReadClock_fp.h" />
984*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ReadPublic_fp.h" />
985*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ResponseCodeProcessing_fp.h" />
986*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Response_fp.h" />
987*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Rewrap_fp.h" />
988*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\RsaKeyCache_fp.h" />
989*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\RSA_Decrypt_fp.h" />
990*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\RSA_Encrypt_fp.h" />
991*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SelfTest_fp.h" />
992*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SequenceComplete_fp.h" />
993*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SequenceUpdate_fp.h" />
994*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SessionProcess_fp.h" />
995*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Session_fp.h" />
996*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SetAlgorithmSet_fp.h" />
997*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SetCommandCodeAuditStatus_fp.h" />
998*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SetPrimaryPolicy_fp.h" />
999*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Shutdown_fp.h" />
1000*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Sign_fp.h" />
1001*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\SMAC_fp.h" />
1002*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\StartAuthSession_fp.h" />
1003*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Startup_fp.h" />
1004*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\StirRandom_fp.h" />
1005*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TableDrivenMarshal_fp.h" />
1006*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TestParms_fp.h" />
1007*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Ticket_fp.h" />
1008*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Time_fp.h" />
1009*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmASN1_fp.h" />
1010*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmFail_fp.h" />
1011*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmSizeChecks_fp.h" />
1012*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToLtcDesSupport_fp.h" />
1013*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToLtcMath_fp.h" />
1014*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToLtcSupport_fp.h" />
1015*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToOsslDesSupport_fp.h" />
1016*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToOsslMath_fp.h" />
1017*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToOsslSupport_fp.h" />
1018*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToWolfDesSupport_fp.h" />
1019*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToWolfMath_fp.h" />
1020*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\TpmToWolfSupport_fp.h" />
1021*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Unseal_fp.h" />
1022*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\Vendor_TCG_Test_fp.h" />
1023*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\VerifySignature_fp.h" />
1024*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\ZGen_2Phase_fp.h" />
1025*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\_TPM_Hash_Data_fp.h" />
1026*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\_TPM_Hash_End_fp.h" />
1027*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\_TPM_Hash_Start_fp.h" />
1028*5c591343SA. Cody Schuffelen    <ClInclude Include="include\prototypes\_TPM_Init_fp.h" />
1029*5c591343SA. Cody Schuffelen    <ClInclude Include="include\RsaTestData.h" />
1030*5c591343SA. Cody Schuffelen    <ClInclude Include="include\SelfTest.h" />
1031*5c591343SA. Cody Schuffelen    <ClInclude Include="include\SupportLibraryFunctionPrototypes_fp.h" />
1032*5c591343SA. Cody Schuffelen    <ClInclude Include="include\swap.h" />
1033*5c591343SA. Cody Schuffelen    <ClInclude Include="include\SymmetricTest.h" />
1034*5c591343SA. Cody Schuffelen    <ClInclude Include="include\SymmetricTestData.h" />
1035*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TableMarshal.h" />
1036*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TableMarshalDefines.h" />
1037*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TableMarshalTypes.h" />
1038*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TpmAlgorithmDefines.h" />
1039*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TpmASN1.h" />
1040*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TpmError.h" />
1041*5c591343SA. Cody Schuffelen    <ClInclude Include="include\BaseTypes.h" />
1042*5c591343SA. Cody Schuffelen    <ClInclude Include="include\Capabilities.h" />
1043*5c591343SA. Cody Schuffelen    <ClInclude Include="include\Commands.h" />
1044*5c591343SA. Cody Schuffelen    <ClInclude Include="include\InternalRoutines.h" />
1045*5c591343SA. Cody Schuffelen    <ClInclude Include="include\Tpm.h" />
1046*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TPMB.h" />
1047*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TpmBuildSwitches.h" />
1048*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TpmProfile.h" />
1049*5c591343SA. Cody Schuffelen    <ClInclude Include="include\TpmTypes.h" />
1050*5c591343SA. Cody Schuffelen    <ClInclude Include="include\VendorString.h" />
1051*5c591343SA. Cody Schuffelen    <ClInclude Include="include\wolf\TpmToWolfHash.h" />
1052*5c591343SA. Cody Schuffelen    <ClInclude Include="include\wolf\TpmToWolfMath.h" />
1053*5c591343SA. Cody Schuffelen    <ClInclude Include="include\wolf\TpmToWolfSym.h" />
1054*5c591343SA. Cody Schuffelen    <ClInclude Include="include\Wolf\user_settings.h" />
1055*5c591343SA. Cody Schuffelen    <ClInclude Include="include\X509.h" />
1056*5c591343SA. Cody Schuffelen    <ClInclude Include="include\X509_RSA.h" />
1057*5c591343SA. Cody Schuffelen  </ItemGroup>
1058*5c591343SA. Cody Schuffelen  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1059*5c591343SA. Cody Schuffelen  <ImportGroup Label="ExtensionTargets">
1060*5c591343SA. Cody Schuffelen  </ImportGroup>
1061*5c591343SA. Cody Schuffelen</Project>