|
|
@@ -0,0 +1,163 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="Current" 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>
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <VCProjectVersion>17.0</VCProjectVersion>
|
|
|
+ <ProjectGuid>{A19FDF0E-E479-43DE-81AC-3AD905C40B4E}</ProjectGuid>
|
|
|
+ <RootNamespace>MyDll</RootNamespace>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </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)'=='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)'=='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)'=='Debug|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>17.0.35004.147</_ProjectFileVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(ISSRCROOT)\Projects\Bin\</OutDir>
|
|
|
+ <IntDir>$(ShortProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <IntDir>$(ShortProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <TargetName>MyDll-x64</TargetName>
|
|
|
+ <OutDir>$(ISSRCROOT)\Projects\Bin\</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
+ <IntDir>$(ShortProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
+ <IntDir>$(ShortProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
|
+ <TargetName>MyDll-x64</TargetName>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <CallingConvention>StdCall</CallingConvention>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <ModuleDefinitionFile>MyDll.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <BaseAddress>0x1200000</BaseAddress>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <ModuleDefinitionFile>MyDll.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <TargetMachine>MachineX64</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <CallingConvention>StdCall</CallingConvention>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <ModuleDefinitionFile>MyDll.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <BaseAddress>0x1200000</BaseAddress>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <ModuleDefinitionFile>MyDll.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <TargetMachine>MachineX64</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="MyDll.c" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="MyDll.def" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|