2015-06-06 21:19:26 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-30 04:12:21 +01:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-06-06 21:19:26 +02:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{AC8F52F4-9FE6-4CEF-B549-8180757020C8}</ProjectGuid>
|
|
|
|
|
<RootNamespace>BlitzPointer</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2015-12-30 04:12:21 +01:00
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-06-06 21:19:26 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2015-12-30 04:12:21 +01:00
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-06-06 21:19:26 +02:00
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<OutDir>$(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2015-06-20 23:37:47 +02:00
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2015-06-06 21:19:26 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<OutDir>$(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2015-06-20 16:20:03 +02:00
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2015-06-06 21:19:26 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2015-06-20 16:52:16 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
2015-06-06 21:19:26 +02:00
|
|
|
<SDLCheck>
|
|
|
|
|
</SDLCheck>
|
2015-06-20 23:37:47 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-06-20 16:52:16 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2015-06-06 21:19:26 +02:00
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<PreprocessKeepComments>false</PreprocessKeepComments>
|
2015-06-20 16:52:16 +02:00
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
2015-06-06 21:19:26 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2015-06-20 15:08:27 +02:00
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2015-06-20 16:52:16 +02:00
|
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
2015-06-20 16:20:03 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
|
|
|
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
2015-06-20 16:52:16 +02:00
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2015-06-06 21:19:26 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<Version>1.0</Version>
|
|
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:20:03 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2015-06-06 21:19:26 +02:00
|
|
|
</Link>
|
2015-06-20 16:20:03 +02:00
|
|
|
<ProjectReference>
|
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
|
|
|
</ProjectReference>
|
2015-06-06 21:19:26 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>
|
|
|
|
|
</SDLCheck>
|
2015-06-20 23:37:47 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-06-20 16:52:16 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2015-06-06 21:19:26 +02:00
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2015-06-20 15:08:27 +02:00
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2015-06-20 16:20:03 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
|
|
|
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
2015-06-20 16:52:16 +02:00
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2015-06-06 21:19:26 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
2015-06-20 16:20:03 +02:00
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
2015-06-06 21:19:26 +02:00
|
|
|
<OptimizeReferences>
|
|
|
|
|
</OptimizeReferences>
|
|
|
|
|
<Version>1.0</Version>
|
|
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:20:03 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2015-06-06 21:19:26 +02:00
|
|
|
</Link>
|
2015-06-20 16:20:03 +02:00
|
|
|
<ProjectReference>
|
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
|
|
|
</ProjectReference>
|
2015-06-06 21:19:26 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="BlitzPointer.cpp" />
|
|
|
|
|
<ClCompile Include="dllmain.cpp" />
|
|
|
|
|
<ClCompile Include="MemoryHelpers.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="BlitzPointer.h" />
|
|
|
|
|
<ClInclude Include="dllmain.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="LICENSE">
|
2015-06-20 15:51:53 +02:00
|
|
|
<Link>BlitzPointer.LICENSE</Link>
|
2015-06-06 21:19:26 +02:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="LICENSE.lesser">
|
2015-06-20 15:51:53 +02:00
|
|
|
<Link>BlitzPointer.LICENSE.lesser</Link>
|
2015-06-06 21:19:26 +02:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="BlitzPointer.decls">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>BlitzPointer.decls</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\BlitzPointer.ipf">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\BlitzPointer.ipf</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example_Shared.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example_Shared.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example01.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example01.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example02.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example02.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example03.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example03.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example04.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example04.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example05.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example05.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example06.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example06.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
2015-06-20 23:47:21 +02:00
|
|
|
<None Include="Examples\Example07.bb">
|
2015-06-06 21:19:26 +02:00
|
|
|
<Link>Examples\Example07.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-05-17 11:54:23 +02:00
|
|
|
</Project>
|