509 lines
		
	
	
		
			30 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			509 lines
		
	
	
		
			30 KiB
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <ItemGroup Label="ProjectConfigurations">
 | 
						|
    <ProjectConfiguration Include="Debug|Win32">
 | 
						|
      <Configuration>Debug</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Debug|x64">
 | 
						|
      <Configuration>Debug</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release|Win32">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release|x64">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Static|Win32">
 | 
						|
      <Configuration>Static</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Static|x64">
 | 
						|
      <Configuration>Static</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="WolfDebug|Win32">
 | 
						|
      <Configuration>WolfDebug</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="WolfDebug|x64">
 | 
						|
      <Configuration>WolfDebug</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="WolfRelease|Win32">
 | 
						|
      <Configuration>WolfRelease</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="WolfRelease|x64">
 | 
						|
      <Configuration>WolfRelease</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="src\PlatformACT.c" />
 | 
						|
    <ClCompile Include="src\Cancel.c" />
 | 
						|
    <ClCompile Include="src\Clock.c" />
 | 
						|
    <ClCompile Include="src\DebugHelpers.c" />
 | 
						|
    <ClCompile Include="src\Entropy.c" />
 | 
						|
    <ClCompile Include="src\LocalityPlat.c" />
 | 
						|
    <ClCompile Include="src\NVMem.c" />
 | 
						|
    <ClCompile Include="src\PlatformData.c" />
 | 
						|
    <ClCompile Include="src\PowerPlat.c" />
 | 
						|
    <ClCompile Include="src\PPPlat.c" />
 | 
						|
    <ClCompile Include="src\RunCommand.c" />
 | 
						|
    <ClCompile Include="src\Unique.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="include\Platform.h" />
 | 
						|
    <ClInclude Include="include\PlatformClock.h" />
 | 
						|
    <ClInclude Include="include\PlatformData.h" />
 | 
						|
    <ClInclude Include="include\prototypes\Platform_fp.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{A9249F05-0DF5-4D06-9873-FBBE61B6768B}</ProjectGuid>
 | 
						|
    <RootNamespace>platform</RootNamespace>
 | 
						|
    <Keyword>Win32Proj</Keyword>
 | 
						|
    <ProjectName>Platform</ProjectName>
 | 
						|
    <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <WholeProgramOptimization>false</WholeProgramOptimization>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <WholeProgramOptimization>false</WholeProgramOptimization>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
    <PlatformToolset>v141</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="ExtensionSettings">
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | 
						|
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Configuration)\</OutDir>
 | 
						|
    <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
    <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Configuration)\</OutDir>
 | 
						|
    <OutDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
    <IntDir Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Static|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Static|x64'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Static|x64'" />
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
 | 
						|
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
 | 
						|
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'" />
 | 
						|
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
 | 
						|
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">.lib</TargetExt>
 | 
						|
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">.lib</TargetExt>
 | 
						|
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
 | 
						|
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">.lib</TargetExt>
 | 
						|
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Static|x64'">.lib</TargetExt>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <LinkIncremental>true</LinkIncremental>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">
 | 
						|
    <LinkIncremental>true</LinkIncremental>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">
 | 
						|
    <LinkIncremental>true</LinkIncremental>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <LinkIncremental>false</LinkIncremental>
 | 
						|
    <TargetExt>.lib</TargetExt>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">
 | 
						|
    <LinkIncremental>false</LinkIncremental>
 | 
						|
    <TargetExt>.lib</TargetExt>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">
 | 
						|
    <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'">
 | 
						|
    <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">
 | 
						|
    <OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(SolutionDir)\bin\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <PreprocessorDefinitions>WIN32;DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <MinimalRebuild>false</MinimalRebuild>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <CompileAs>CompileAsC</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
      <StructMemberAlignment>Default</StructMemberAlignment>
 | 
						|
      <BrowseInformation>true</BrowseInformation>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
 | 
						|
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
 | 
						|
      <GenerateMapFile>true</GenerateMapFile>
 | 
						|
      <MapFileName>$(OutDir)Platform.map</MapFileName>
 | 
						|
    </Link>
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
    </Lib>
 | 
						|
    <Bscmake>
 | 
						|
      <PreserveSbr>true</PreserveSbr>
 | 
						|
    </Bscmake>
 | 
						|
    <Xdcmake>
 | 
						|
      <OutputFile />
 | 
						|
    </Xdcmake>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <PreprocessorDefinitions>WIN32;DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <MinimalRebuild>false</MinimalRebuild>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <CompileAs>CompileAsC</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
      <StructMemberAlignment>Default</StructMemberAlignment>
 | 
						|
      <BrowseInformation>true</BrowseInformation>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
 | 
						|
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
 | 
						|
      <GenerateMapFile>true</GenerateMapFile>
 | 
						|
      <MapFileName>$(OutDir)Platform.map</MapFileName>
 | 
						|
    </Link>
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
    </Lib>
 | 
						|
    <Bscmake>
 | 
						|
      <PreserveSbr>true</PreserveSbr>
 | 
						|
    </Bscmake>
 | 
						|
    <Xdcmake>
 | 
						|
      <OutputFile>
 | 
						|
      </OutputFile>
 | 
						|
    </Xdcmake>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <MinimalRebuild>false</MinimalRebuild>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <CompileAs>CompileAsC</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
      <StructMemberAlignment>Default</StructMemberAlignment>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
 | 
						|
    </Link>
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <CompileAs>CompileAsC</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
      <StructMemberAlignment>Default</StructMemberAlignment>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfDebug|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <CompileAs>CompileAsC</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
      <StructMemberAlignment>Default</StructMemberAlignment>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <CompileAs>CompileAsC</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
      <StructMemberAlignment>Default</StructMemberAlignment>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
      <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>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | 
						|
      <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>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <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>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WolfRelease|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <WarningLevel>EnableAllWarnings</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)\include\prototypes;$(SolutionDir)\tpm\include;$(SolutionDir)\tpm\include\prototypes</AdditionalIncludeDirectories>
 | 
						|
      <TreatWarningAsError>true</TreatWarningAsError>
 | 
						|
      <DisableSpecificWarnings>4668;4710;4711;4820;5045</DisableSpecificWarnings>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <ModuleDefinitionFile>
 | 
						|
      </ModuleDefinitionFile>
 | 
						|
      <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>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |