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>
|
2016-02-06 00:16:32 +01:00
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
2015-06-06 21:19:26 +02:00
|
|
|
</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'">
|
2016-02-06 00:16:32 +01:00
|
|
|
<OutDir>$(SolutionDir)#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
2015-06-06 21:19:26 +02:00
|
|
|
<TargetExt>.dll</TargetExt>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2016-02-06 00:16:32 +01:00
|
|
|
<OutDir>$(SolutionDir)#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
2015-06-06 21:19:26 +02:00
|
|
|
<TargetExt>.dll</TargetExt>
|
2016-03-11 14:13:39 +01:00
|
|
|
<LinkIncremental>true</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-20 23:37:47 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-06-20 16:52:16 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2016-02-06 00:16:32 +01:00
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
2015-06-06 21:19:26 +02:00
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2015-12-30 05:11:33 +01:00
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2015-06-06 21:19:26 +02:00
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
2016-02-06 00:16:32 +01:00
|
|
|
<CreateHotpatchableImage>true</CreateHotpatchableImage>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2015-06-06 21:19:26 +02:00
|
|
|
<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>
|
2016-02-06 00:16:32 +01:00
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
2015-06-20 16:20:03 +02:00
|
|
|
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
2015-06-20 16:52:16 +02:00
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-03-11 14:13:39 +01:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2015-06-06 21:19:26 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2016-03-11 14:13:39 +01:00
|
|
|
<GenerateDebugInformation>Debug</GenerateDebugInformation>
|
2015-06-06 21:19:26 +02:00
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:20:03 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2016-03-11 14:13:39 +01:00
|
|
|
<LargeAddressAware>false</LargeAddressAware>
|
|
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
|
|
|
<LinkTimeCodeGeneration>
|
|
|
|
|
</LinkTimeCodeGeneration>
|
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
2015-06-06 21:19:26 +02:00
|
|
|
</Link>
|
2016-03-11 14:13:39 +01:00
|
|
|
<ProjectReference />
|
2015-06-06 21:19:26 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Full</Optimization>
|
2016-02-06 00:16:32 +01:00
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2015-06-06 21:19:26 +02:00
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
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>
|
2016-03-11 14:13:39 +01:00
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2015-06-06 21:19:26 +02:00
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2016-02-06 00:16:32 +01:00
|
|
|
<InlineFunctionExpansion>Default</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:20:03 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
2016-02-06 00:16:32 +01:00
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
2015-06-20 16:20:03 +02:00
|
|
|
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
2015-06-20 16:52:16 +02:00
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-02-06 00:16:32 +01:00
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
2016-03-11 14:13:39 +01:00
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2015-06-06 21:19:26 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2016-03-11 14:13:39 +01:00
|
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
2015-06-20 16:20:03 +02:00
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
2016-03-11 14:13:39 +01:00
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
2015-06-06 21:19:26 +02:00
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:20:03 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2016-03-11 14:13:39 +01:00
|
|
|
<LargeAddressAware>false</LargeAddressAware>
|
|
|
|
|
<LinkTimeCodeGeneration>
|
|
|
|
|
</LinkTimeCodeGeneration>
|
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
|
|
<FullProgramDatabaseFile>false</FullProgramDatabaseFile>
|
2015-06-06 21:19:26 +02:00
|
|
|
</Link>
|
2016-03-11 14:13:39 +01:00
|
|
|
<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>
|
2016-07-20 02:07:12 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\BlitzPointer.decls" />
|
|
|
|
|
<None Include="Resources\Examples\BlitzPointer.ipf" />
|
|
|
|
|
<None Include="Resources\Examples\Example01.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example02.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example03.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example04.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example05.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example06.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example07.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example08.bb" />
|
|
|
|
|
<None Include="Resources\Examples\Example_Shared.bb" />
|
|
|
|
|
<None Include="Resources\LICENSE" />
|
|
|
|
|
<None Include="Resources\LICENSE.lesser" />
|
|
|
|
|
</ItemGroup>
|
2016-03-11 14:13:39 +01:00
|
|
|
<Target Name="CopyResources" AfterTargets="Build">
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resources Include="$(ProjectDir)\Resources\**\*.*" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Copy SourceFiles="@(Resources)" DestinationFiles="@(Resources->'$(TargetDir)%(RecursiveDir)\%(Filename)%(Extension)')" SkipUnchangedFiles="True" UseHardlinksIfPossible="True" />
|
|
|
|
|
</Target>
|
2015-06-06 21:19:26 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-05-17 11:54:23 +02:00
|
|
|
</Project>
|