|
|
|
@ -0,0 +1,458 @@ |
|
|
|
|
๏ปฟ<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
|
<ProjectConfiguration Include="DebugKernel|Win32"> |
|
|
|
|
<Configuration>DebugKernel</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="DebugKernel|x64"> |
|
|
|
|
<Configuration>DebugKernel</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Debug|x64"> |
|
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="ReleaseKernel|Win32"> |
|
|
|
|
<Configuration>ReleaseKernel</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="ReleaseKernel|x64"> |
|
|
|
|
<Configuration>ReleaseKernel</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> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
|
<ProjectGuid>{3653AA19-048B-410E-B5C4-FF78E1D84C12}</ProjectGuid> |
|
|
|
|
<RootNamespace>bddisasm</RootNamespace> |
|
|
|
|
<Keyword>Win32Proj</Keyword> |
|
|
|
|
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion> |
|
|
|
|
<ProjectName>bddisasm</ProjectName> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<TargetVersion>Windows7</TargetVersion> |
|
|
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform> |
|
|
|
|
<SupportsPackaging>false</SupportsPackaging> |
|
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugKernel|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<TargetVersion>Windows7</TargetVersion> |
|
|
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform> |
|
|
|
|
<SupportsPackaging>false</SupportsPackaging> |
|
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<TargetVersion>Windows7</TargetVersion> |
|
|
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform> |
|
|
|
|
<SupportsPackaging>false</SupportsPackaging> |
|
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugKernel|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<TargetVersion>Windows7</TargetVersion> |
|
|
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform> |
|
|
|
|
<SupportsPackaging>false</SupportsPackaging> |
|
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME> |
|
|
|
|
</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)'=='ReleaseKernel|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|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)'=='DebugKernel|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)'=='ReleaseKernel|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|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)'=='DebugKernel|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>14.0.23107.0</_ProjectFileVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugKernel|Win32'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugKernel|x64'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|Win32'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|x64'"> |
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
<IntDir>$(SolutionDir)_intdir\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<MinimalRebuild>true</MinimalRebuild> |
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugKernel|Win32'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<MinimalRebuild>true</MinimalRebuild> |
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<ForcedIncludeFiles /> |
|
|
|
|
<AdditionalOptions>/kernel /D %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<Midl> |
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<AdditionalOptions>/D "AMD64" %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<MinimalRebuild>true</MinimalRebuild> |
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck> |
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ProjectReference> |
|
|
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<Lib> |
|
|
|
|
<AdditionalLibraryDirectories>x:\Projects-devel\dacia-hg\bin\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugKernel|x64'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<Midl> |
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<AdditionalOptions>/kernel /D "AMD64" %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<MinimalRebuild>true</MinimalRebuild> |
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck> |
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<ForcedIncludeFiles /> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ProjectReference> |
|
|
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<Lib> |
|
|
|
|
<AdditionalLibraryDirectories>x:\Projects-devel\dacia-hg\bin\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
<SubSystem>Native</SubSystem> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PrecompiledHeader /> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|Win32'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<ForcedIncludeFiles /> |
|
|
|
|
<AdditionalOptions>/kernel /D %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<Midl> |
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<AdditionalOptions>/D "AMD64" %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PrecompiledHeader /> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ProjectReference> |
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<Lib> |
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
<PostBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|x64'"> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<Midl> |
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment> |
|
|
|
|
</Midl> |
|
|
|
|
<ClCompile> |
|
|
|
|
<AdditionalOptions>/kernel /D "AMD64" %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<AdditionalIncludeDirectories>include;..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<ProgramDataBaseFileName>$(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<ForcedIncludeFiles /> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ProjectReference> |
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<Lib> |
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> |
|
|
|
|
<SubSystem>Native</SubSystem> |
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClCompile Include="crt.c" /> |
|
|
|
|
<ClCompile Include="bddisasm.c"> |
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|Win32'">NotUsing</PrecompiledHeader> |
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|x64'">NotUsing</PrecompiledHeader> |
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='DebugKernel|Win32'"> |
|
|
|
|
</ForcedIncludeFiles> |
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='DebugKernel|x64'"> |
|
|
|
|
</ForcedIncludeFiles> |
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|Win32'"> |
|
|
|
|
</ForcedIncludeFiles> |
|
|
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='ReleaseKernel|x64'"> |
|
|
|
|
</ForcedIncludeFiles> |
|
|
|
|
</ClCompile> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClInclude Include="..\inc\constants.h" /> |
|
|
|
|
<ClInclude Include="..\inc\cpuidflags.h" /> |
|
|
|
|
<ClInclude Include="..\inc\bddisasm.h" /> |
|
|
|
|
<ClInclude Include="..\inc\disasmstatus.h" /> |
|
|
|
|
<ClInclude Include="..\inc\disasmtypes.h" /> |
|
|
|
|
<ClInclude Include="..\inc\registers.h" /> |
|
|
|
|
<ClInclude Include="..\inc\version.h" /> |
|
|
|
|
<ClInclude Include="include\instructions.h" /> |
|
|
|
|
<ClInclude Include="include\mnemonics.h" /> |
|
|
|
|
<ClInclude Include="include\nd_crt.h" /> |
|
|
|
|
<ClInclude Include="include\prefixes.h" /> |
|
|
|
|
<ClInclude Include="include\tabledefs.h" /> |
|
|
|
|
<ClInclude Include="include\table_evex.h" /> |
|
|
|
|
<ClInclude Include="include\table_root.h" /> |
|
|
|
|
<ClInclude Include="include\table_vex.h" /> |
|
|
|
|
<ClInclude Include="include\table_xop.h" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
|
</ImportGroup> |
|
|
|
|
</Project> |