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 <ItemGroup> 46*5c591343SA. Cody Schuffelen <ClCompile Include="src\PlatformACT.c" /> 47*5c591343SA. Cody Schuffelen <ClCompile Include="src\Cancel.c" /> 48*5c591343SA. Cody Schuffelen <ClCompile Include="src\Clock.c" /> 49*5c591343SA. Cody Schuffelen <ClCompile Include="src\DebugHelpers.c" /> 50*5c591343SA. Cody Schuffelen <ClCompile Include="src\Entropy.c" /> 51*5c591343SA. Cody Schuffelen <ClCompile Include="src\LocalityPlat.c" /> 52*5c591343SA. Cody Schuffelen <ClCompile Include="src\NVMem.c" /> 53*5c591343SA. Cody Schuffelen <ClCompile Include="src\PlatformData.c" /> 54*5c591343SA. Cody Schuffelen <ClCompile Include="src\PowerPlat.c" /> 55*5c591343SA. Cody Schuffelen <ClCompile Include="src\PPPlat.c" /> 56*5c591343SA. Cody Schuffelen <ClCompile Include="src\RunCommand.c" /> 57*5c591343SA. Cody Schuffelen <ClCompile Include="src\Unique.c" /> 58*5c591343SA. Cody Schuffelen </ItemGroup> 59*5c591343SA. Cody Schuffelen <ItemGroup> 60*5c591343SA. Cody Schuffelen <ClInclude Include="include\Platform.h" /> 61*5c591343SA. Cody Schuffelen <ClInclude Include="include\PlatformClock.h" /> 62*5c591343SA. Cody Schuffelen <ClInclude Include="include\PlatformData.h" /> 63*5c591343SA. Cody Schuffelen <ClInclude Include="include\prototypes\Platform_fp.h" /> 64*5c591343SA. Cody Schuffelen </ItemGroup> 65*5c591343SA. Cody Schuffelen <PropertyGroup Label="Globals"> 66*5c591343SA. Cody Schuffelen <ProjectGuid>{A9249F05-0DF5-4D06-9873-FBBE61B6768B}</ProjectGuid> 67*5c591343SA. Cody Schuffelen <RootNamespace>platform</RootNamespace> 68*5c591343SA. Cody Schuffelen <Keyword>Win32Proj</Keyword> 69*5c591343SA. Cody Schuffelen <ProjectName>Platform</ProjectName> 70*5c591343SA. Cody Schuffelen <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> 71*5c591343SA. Cody Schuffelen </PropertyGroup> 72*5c591343SA. Cody Schuffelen <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 73*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 74*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 75*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 76*5c591343SA. Cody Schuffelen <WholeProgramOptimization>true</WholeProgramOptimization> 77*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 78*5c591343SA. Cody Schuffelen </PropertyGroup> 79*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" Label="Configuration"> 80*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 81*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 82*5c591343SA. Cody Schuffelen <WholeProgramOptimization>true</WholeProgramOptimization> 83*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 84*5c591343SA. Cody Schuffelen </PropertyGroup> 85*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 86*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 87*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 88*5c591343SA. Cody Schuffelen <WholeProgramOptimization>false</WholeProgramOptimization> 89*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 90*5c591343SA. Cody Schuffelen </PropertyGroup> 91*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" Label="Configuration"> 92*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 93*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 94*5c591343SA. Cody Schuffelen <WholeProgramOptimization>false</WholeProgramOptimization> 95*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 96*5c591343SA. Cody Schuffelen </PropertyGroup> 97*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 98*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</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 Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" Label="Configuration"> 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 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="Configuration"> 108*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 109*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 110*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 111*5c591343SA. Cody Schuffelen </PropertyGroup> 112*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 113*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 114*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 115*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 116*5c591343SA. Cody Schuffelen </PropertyGroup> 117*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" Label="Configuration"> 118*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 119*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 120*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 121*5c591343SA. Cody Schuffelen </PropertyGroup> 122*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'" Label="Configuration"> 123*5c591343SA. Cody Schuffelen <ConfigurationType>StaticLibrary</ConfigurationType> 124*5c591343SA. Cody Schuffelen <CharacterSet>Unicode</CharacterSet> 125*5c591343SA. Cody Schuffelen <PlatformToolset>v141</PlatformToolset> 126*5c591343SA. Cody Schuffelen </PropertyGroup> 127*5c591343SA. Cody Schuffelen <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 128*5c591343SA. Cody Schuffelen <ImportGroup Label="ExtensionSettings"> 129*5c591343SA. Cody Schuffelen </ImportGroup> 130*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 131*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 132*5c591343SA. Cody Schuffelen </ImportGroup> 133*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" Label="PropertySheets"> 134*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 135*5c591343SA. Cody Schuffelen </ImportGroup> 136*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 137*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 138*5c591343SA. Cody Schuffelen </ImportGroup> 139*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" Label="PropertySheets"> 140*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 141*5c591343SA. Cody Schuffelen </ImportGroup> 142*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 143*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 144*5c591343SA. Cody Schuffelen </ImportGroup> 145*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" Label="PropertySheets"> 146*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 147*5c591343SA. Cody Schuffelen </ImportGroup> 148*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="PropertySheets"> 149*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 150*5c591343SA. Cody Schuffelen </ImportGroup> 151*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 152*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 153*5c591343SA. Cody Schuffelen </ImportGroup> 154*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" Label="PropertySheets"> 155*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 156*5c591343SA. Cody Schuffelen </ImportGroup> 157*5c591343SA. Cody Schuffelen <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'" Label="PropertySheets"> 158*5c591343SA. Cody Schuffelen <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 159*5c591343SA. Cody Schuffelen </ImportGroup> 160*5c591343SA. Cody Schuffelen <PropertyGroup Label="UserMacros" /> 161*5c591343SA. Cody Schuffelen <PropertyGroup> 162*5c591343SA. Cody Schuffelen <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 163*5c591343SA. Cody Schuffelen <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Configuration)\</OutDir> 164*5c591343SA. Cody Schuffelen <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 165*5c591343SA. Cody Schuffelen <OutDir Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 166*5c591343SA. Cody Schuffelen <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 167*5c591343SA. Cody Schuffelen <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 168*5c591343SA. Cody Schuffelen <IntDir Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 169*5c591343SA. Cody Schuffelen <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Configuration)\</OutDir> 170*5c591343SA. Cody Schuffelen <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 171*5c591343SA. Cody Schuffelen <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 172*5c591343SA. Cody Schuffelen <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 173*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 174*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 175*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 176*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 177*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 178*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Static|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 179*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 180*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" /> 181*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" /> 182*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 183*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" /> 184*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Static|x64'" /> 185*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 186*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" /> 187*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" /> 188*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 189*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" /> 190*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Static|x64'" /> 191*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 192*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 193*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 194*5c591343SA. Cody Schuffelen <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 195*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 196*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" /> 197*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 198*5c591343SA. Cody Schuffelen <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" /> 199*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 200*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" /> 201*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 202*5c591343SA. Cody Schuffelen <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" /> 203*5c591343SA. Cody Schuffelen <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt> 204*5c591343SA. Cody Schuffelen <TargetExt Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">.lib</TargetExt> 205*5c591343SA. Cody Schuffelen <TargetExt Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">.lib</TargetExt> 206*5c591343SA. Cody Schuffelen <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt> 207*5c591343SA. Cody Schuffelen <TargetExt Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">.lib</TargetExt> 208*5c591343SA. Cody Schuffelen <TargetExt Condition="'$(Configuration)|$(Platform)'=='Static|x64'">.lib</TargetExt> 209*5c591343SA. Cody Schuffelen </PropertyGroup> 210*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 211*5c591343SA. Cody Schuffelen <LinkIncremental>true</LinkIncremental> 212*5c591343SA. Cody Schuffelen </PropertyGroup> 213*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'"> 214*5c591343SA. Cody Schuffelen <LinkIncremental>true</LinkIncremental> 215*5c591343SA. Cody Schuffelen </PropertyGroup> 216*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'"> 217*5c591343SA. Cody Schuffelen <LinkIncremental>true</LinkIncremental> 218*5c591343SA. Cody Schuffelen </PropertyGroup> 219*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 220*5c591343SA. Cody Schuffelen <LinkIncremental>false</LinkIncremental> 221*5c591343SA. Cody Schuffelen <TargetExt>.lib</TargetExt> 222*5c591343SA. Cody Schuffelen </PropertyGroup> 223*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'"> 224*5c591343SA. Cody Schuffelen <LinkIncremental>false</LinkIncremental> 225*5c591343SA. Cody Schuffelen <TargetExt>.lib</TargetExt> 226*5c591343SA. Cody Schuffelen </PropertyGroup> 227*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 228*5c591343SA. Cody Schuffelen <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 229*5c591343SA. Cody Schuffelen <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 230*5c591343SA. Cody Schuffelen </PropertyGroup> 231*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'"> 232*5c591343SA. Cody Schuffelen <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 233*5c591343SA. Cody Schuffelen <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 234*5c591343SA. Cody Schuffelen </PropertyGroup> 235*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'"> 236*5c591343SA. Cody Schuffelen <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 237*5c591343SA. Cody Schuffelen <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 238*5c591343SA. Cody Schuffelen </PropertyGroup> 239*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 240*5c591343SA. Cody Schuffelen <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 241*5c591343SA. Cody Schuffelen <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 242*5c591343SA. Cody Schuffelen </PropertyGroup> 243*5c591343SA. Cody Schuffelen <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'"> 244*5c591343SA. Cody Schuffelen <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir> 245*5c591343SA. Cody Schuffelen <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir> 246*5c591343SA. Cody Schuffelen </PropertyGroup> 247*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 248*5c591343SA. Cody Schuffelen <ClCompile> 249*5c591343SA. Cody Schuffelen <Optimization>Disabled</Optimization> 250*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 251*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 252*5c591343SA. Cody Schuffelen <MinimalRebuild>false</MinimalRebuild> 253*5c591343SA. Cody Schuffelen <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 254*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 255*5c591343SA. Cody Schuffelen <PrecompiledHeader>NotUsing</PrecompiledHeader> 256*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 257*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 258*5c591343SA. Cody Schuffelen <CompileAs>CompileAsC</CompileAs> 259*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 260*5c591343SA. Cody Schuffelen <StructMemberAlignment>Default</StructMemberAlignment> 261*5c591343SA. Cody Schuffelen <BrowseInformation>true</BrowseInformation> 262*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 263*5c591343SA. Cody Schuffelen </ClCompile> 264*5c591343SA. Cody Schuffelen <Link> 265*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 266*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 267*5c591343SA. Cody Schuffelen <GenerateDebugInformation>true</GenerateDebugInformation> 268*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 269*5c591343SA. Cody Schuffelen <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 270*5c591343SA. Cody Schuffelen <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 271*5c591343SA. Cody Schuffelen <GenerateMapFile>true</GenerateMapFile> 272*5c591343SA. Cody Schuffelen <MapFileName>$(OutDir)Platform.map</MapFileName> 273*5c591343SA. Cody Schuffelen </Link> 274*5c591343SA. Cody Schuffelen <Lib> 275*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 276*5c591343SA. Cody Schuffelen </Lib> 277*5c591343SA. Cody Schuffelen <Bscmake> 278*5c591343SA. Cody Schuffelen <PreserveSbr>true</PreserveSbr> 279*5c591343SA. Cody Schuffelen </Bscmake> 280*5c591343SA. Cody Schuffelen <Xdcmake> 281*5c591343SA. Cody Schuffelen <OutputFile /> 282*5c591343SA. Cody Schuffelen </Xdcmake> 283*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 284*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'"> 285*5c591343SA. Cody Schuffelen <ClCompile> 286*5c591343SA. Cody Schuffelen <Optimization>Disabled</Optimization> 287*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 288*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 289*5c591343SA. Cody Schuffelen <MinimalRebuild>false</MinimalRebuild> 290*5c591343SA. Cody Schuffelen <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 291*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 292*5c591343SA. Cody Schuffelen <PrecompiledHeader>NotUsing</PrecompiledHeader> 293*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 294*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 295*5c591343SA. Cody Schuffelen <CompileAs>CompileAsC</CompileAs> 296*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 297*5c591343SA. Cody Schuffelen <StructMemberAlignment>Default</StructMemberAlignment> 298*5c591343SA. Cody Schuffelen <BrowseInformation>true</BrowseInformation> 299*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 300*5c591343SA. Cody Schuffelen </ClCompile> 301*5c591343SA. Cody Schuffelen <Link> 302*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 303*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 304*5c591343SA. Cody Schuffelen <GenerateDebugInformation>true</GenerateDebugInformation> 305*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 306*5c591343SA. Cody Schuffelen <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 307*5c591343SA. Cody Schuffelen <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 308*5c591343SA. Cody Schuffelen <GenerateMapFile>true</GenerateMapFile> 309*5c591343SA. Cody Schuffelen <MapFileName>$(OutDir)Platform.map</MapFileName> 310*5c591343SA. Cody Schuffelen </Link> 311*5c591343SA. Cody Schuffelen <Lib> 312*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 313*5c591343SA. Cody Schuffelen </Lib> 314*5c591343SA. Cody Schuffelen <Bscmake> 315*5c591343SA. Cody Schuffelen <PreserveSbr>true</PreserveSbr> 316*5c591343SA. Cody Schuffelen </Bscmake> 317*5c591343SA. Cody Schuffelen <Xdcmake> 318*5c591343SA. Cody Schuffelen <OutputFile> 319*5c591343SA. Cody Schuffelen </OutputFile> 320*5c591343SA. Cody Schuffelen </Xdcmake> 321*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 322*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'"> 323*5c591343SA. Cody Schuffelen <ClCompile> 324*5c591343SA. Cody Schuffelen <Optimization>Disabled</Optimization> 325*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 326*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 327*5c591343SA. Cody Schuffelen <MinimalRebuild>false</MinimalRebuild> 328*5c591343SA. Cody Schuffelen <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 329*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 330*5c591343SA. Cody Schuffelen <PrecompiledHeader>NotUsing</PrecompiledHeader> 331*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 332*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 333*5c591343SA. Cody Schuffelen <CompileAs>CompileAsC</CompileAs> 334*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 335*5c591343SA. Cody Schuffelen <StructMemberAlignment>Default</StructMemberAlignment> 336*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 337*5c591343SA. Cody Schuffelen </ClCompile> 338*5c591343SA. Cody Schuffelen <Link> 339*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 340*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 341*5c591343SA. Cody Schuffelen <GenerateDebugInformation>true</GenerateDebugInformation> 342*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 343*5c591343SA. Cody Schuffelen <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 344*5c591343SA. Cody Schuffelen </Link> 345*5c591343SA. Cody Schuffelen <Lib> 346*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 347*5c591343SA. Cody Schuffelen </Lib> 348*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 349*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 350*5c591343SA. Cody Schuffelen <ClCompile> 351*5c591343SA. Cody Schuffelen <Optimization>Disabled</Optimization> 352*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 353*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 354*5c591343SA. Cody Schuffelen <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 355*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 356*5c591343SA. Cody Schuffelen <PrecompiledHeader> 357*5c591343SA. Cody Schuffelen </PrecompiledHeader> 358*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 359*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 360*5c591343SA. Cody Schuffelen <CompileAs>CompileAsC</CompileAs> 361*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 362*5c591343SA. Cody Schuffelen <StructMemberAlignment>Default</StructMemberAlignment> 363*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 364*5c591343SA. Cody Schuffelen </ClCompile> 365*5c591343SA. Cody Schuffelen <Link> 366*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 367*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 368*5c591343SA. Cody Schuffelen <GenerateDebugInformation>true</GenerateDebugInformation> 369*5c591343SA. Cody Schuffelen </Link> 370*5c591343SA. Cody Schuffelen <Lib> 371*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 372*5c591343SA. Cody Schuffelen </Lib> 373*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 374*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'"> 375*5c591343SA. Cody Schuffelen <ClCompile> 376*5c591343SA. Cody Schuffelen <Optimization>Disabled</Optimization> 377*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 378*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 379*5c591343SA. Cody Schuffelen <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 380*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 381*5c591343SA. Cody Schuffelen <PrecompiledHeader> 382*5c591343SA. Cody Schuffelen </PrecompiledHeader> 383*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 384*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 385*5c591343SA. Cody Schuffelen <CompileAs>CompileAsC</CompileAs> 386*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 387*5c591343SA. Cody Schuffelen <StructMemberAlignment>Default</StructMemberAlignment> 388*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 389*5c591343SA. Cody Schuffelen </ClCompile> 390*5c591343SA. Cody Schuffelen <Link> 391*5c591343SA. Cody Schuffelen <GenerateDebugInformation>true</GenerateDebugInformation> 392*5c591343SA. Cody Schuffelen </Link> 393*5c591343SA. Cody Schuffelen <Lib> 394*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 395*5c591343SA. Cody Schuffelen </Lib> 396*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 397*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'"> 398*5c591343SA. Cody Schuffelen <ClCompile> 399*5c591343SA. Cody Schuffelen <Optimization>Disabled</Optimization> 400*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 401*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 402*5c591343SA. Cody Schuffelen <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 403*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 404*5c591343SA. Cody Schuffelen <PrecompiledHeader> 405*5c591343SA. Cody Schuffelen </PrecompiledHeader> 406*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 407*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 408*5c591343SA. Cody Schuffelen <CompileAs>CompileAsC</CompileAs> 409*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 410*5c591343SA. Cody Schuffelen <StructMemberAlignment>Default</StructMemberAlignment> 411*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 412*5c591343SA. Cody Schuffelen </ClCompile> 413*5c591343SA. Cody Schuffelen <Link> 414*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 415*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 416*5c591343SA. Cody Schuffelen <GenerateDebugInformation>true</GenerateDebugInformation> 417*5c591343SA. Cody Schuffelen </Link> 418*5c591343SA. Cody Schuffelen <Lib> 419*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 420*5c591343SA. Cody Schuffelen </Lib> 421*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 422*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 423*5c591343SA. Cody Schuffelen <ClCompile> 424*5c591343SA. Cody Schuffelen <Optimization>MaxSpeed</Optimization> 425*5c591343SA. Cody Schuffelen <IntrinsicFunctions>true</IntrinsicFunctions> 426*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 427*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 428*5c591343SA. Cody Schuffelen <FunctionLevelLinking>true</FunctionLevelLinking> 429*5c591343SA. Cody Schuffelen <PrecompiledHeader>NotUsing</PrecompiledHeader> 430*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 431*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 432*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 433*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 434*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 435*5c591343SA. Cody Schuffelen </ClCompile> 436*5c591343SA. Cody Schuffelen <Link> 437*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 438*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 439*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 440*5c591343SA. Cody Schuffelen <AdditionalDependencies>tpm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 441*5c591343SA. Cody Schuffelen </Link> 442*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 443*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'"> 444*5c591343SA. Cody Schuffelen <ClCompile> 445*5c591343SA. Cody Schuffelen <Optimization>MaxSpeed</Optimization> 446*5c591343SA. Cody Schuffelen <IntrinsicFunctions>true</IntrinsicFunctions> 447*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 448*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 449*5c591343SA. Cody Schuffelen <FunctionLevelLinking>true</FunctionLevelLinking> 450*5c591343SA. Cody Schuffelen <PrecompiledHeader>NotUsing</PrecompiledHeader> 451*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 452*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 453*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 454*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 455*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 456*5c591343SA. Cody Schuffelen </ClCompile> 457*5c591343SA. Cody Schuffelen <Link> 458*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 459*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 460*5c591343SA. Cody Schuffelen <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 461*5c591343SA. Cody Schuffelen <AdditionalDependencies>tpm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 462*5c591343SA. Cody Schuffelen </Link> 463*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 464*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 465*5c591343SA. Cody Schuffelen <ClCompile> 466*5c591343SA. Cody Schuffelen <Optimization>MaxSpeed</Optimization> 467*5c591343SA. Cody Schuffelen <IntrinsicFunctions>true</IntrinsicFunctions> 468*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 469*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 470*5c591343SA. Cody Schuffelen <FunctionLevelLinking>true</FunctionLevelLinking> 471*5c591343SA. Cody Schuffelen <PrecompiledHeader> 472*5c591343SA. Cody Schuffelen </PrecompiledHeader> 473*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 474*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 475*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 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 <ModuleDefinitionFile> 481*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 482*5c591343SA. Cody Schuffelen <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib</AdditionalDependencies> 483*5c591343SA. Cody Schuffelen </Link> 484*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 485*5c591343SA. Cody Schuffelen <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'"> 486*5c591343SA. Cody Schuffelen <ClCompile> 487*5c591343SA. Cody Schuffelen <Optimization>MaxSpeed</Optimization> 488*5c591343SA. Cody Schuffelen <IntrinsicFunctions>true</IntrinsicFunctions> 489*5c591343SA. Cody Schuffelen <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 490*5c591343SA. Cody Schuffelen <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 491*5c591343SA. Cody Schuffelen <FunctionLevelLinking>true</FunctionLevelLinking> 492*5c591343SA. Cody Schuffelen <PrecompiledHeader> 493*5c591343SA. Cody Schuffelen </PrecompiledHeader> 494*5c591343SA. Cody Schuffelen <WarningLevel>EnableAllWarnings</WarningLevel> 495*5c591343SA. Cody Schuffelen <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 496*5c591343SA. Cody Schuffelen <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories> 497*5c591343SA. Cody Schuffelen <TreatWarningAsError>true</TreatWarningAsError> 498*5c591343SA. Cody Schuffelen <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings> 499*5c591343SA. Cody Schuffelen </ClCompile> 500*5c591343SA. Cody Schuffelen <Link> 501*5c591343SA. Cody Schuffelen <ModuleDefinitionFile> 502*5c591343SA. Cody Schuffelen </ModuleDefinitionFile> 503*5c591343SA. Cody Schuffelen <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib</AdditionalDependencies> 504*5c591343SA. Cody Schuffelen </Link> 505*5c591343SA. Cody Schuffelen </ItemDefinitionGroup> 506*5c591343SA. Cody Schuffelen <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 507*5c591343SA. Cody Schuffelen <ImportGroup Label="ExtensionTargets"> 508*5c591343SA. Cody Schuffelen </ImportGroup> 509*5c591343SA. Cody Schuffelen</Project>