Bij de DWF toolkit ook Enable Function Linking (/Gy) aanzetten en bij de linker /OPT:REF maakt de code een stuk kleiner (64 bit van 4270 naar 3500) svn path=/Slnkdwf/trunk/; revision=28970
444 lines
23 KiB
XML
444 lines
23 KiB
XML
<?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="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">
|
|
<ProjectName>SLNKDWF</ProjectName>
|
|
<ProjectGuid>{7F9F1060-C14D-4DD5-91D3-FA7263FECF5E}</ProjectGuid>
|
|
<RootNamespace>SLNKDWF</RootNamespace>
|
|
<Keyword>AtlProj</Keyword>
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseOfAtl>Static</UseOfAtl>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseOfAtl>Static</UseOfAtl>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseOfAtl>Static</UseOfAtl>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseOfAtl>Static</UseOfAtl>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v140</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" />
|
|
<Import Project="..\SLNKDWFProps.props" />
|
|
</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" />
|
|
<Import Project="..\SLNKDWFProps.props" />
|
|
</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" />
|
|
<Import Project="..\SLNKDWFProps.props" />
|
|
</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" />
|
|
<Import Project="..\SLNKDWFProps.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary>
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</IgnoreImportLibrary>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary>
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</IgnoreImportLibrary>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
|
<TypeLibraryName>$(IntDir)SLNKDWF.tlb</TypeLibraryName>
|
|
<HeaderFileName>SLNKDWF.h</HeaderFileName>
|
|
<DllDataFileName>
|
|
</DllDataFileName>
|
|
<InterfaceIdentifierFileName>SLNKDWF_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>SLNKDWF_p.c</ProxyFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>$(DWFTKPATH)\src\dwf;$(DWFTKPATH)\src\;..\SlnkDWFImpl;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;_MERGE_PROXYSTUB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<PreLinkEvent>
|
|
<Message>Unload IIS...</Message>
|
|
<Command>UnloadIIS.bat</Command>
|
|
</PreLinkEvent>
|
|
<Link>
|
|
<AdditionalDependencies>..\SlnkdwfImpl\DebugRW\SLNKDWFStaticRW.lib;Secur32.lib;..\debug\bblib.lib;..\debug\qrcode.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>$(DWFTKPATH)\lib\static\debug\vc8.0;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<ModuleDefinitionFile>.\SLNKDWF.def</ModuleDefinitionFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<GenerateMapFile>false</GenerateMapFile>
|
|
<SubSystem>Windows</SubSystem>
|
|
<ImportLibrary>$(OutDir)SLNKDWF.lib</ImportLibrary>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Message>Performing registration</Message>
|
|
<Command>regsvr32 /s /c "$(TargetPath)"</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
|
<TypeLibraryName>$(IntDir)SLNKDWF.tlb</TypeLibraryName>
|
|
<HeaderFileName>SLNKDWF.h</HeaderFileName>
|
|
<DllDataFileName>
|
|
</DllDataFileName>
|
|
<InterfaceIdentifierFileName>SLNKDWF_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>SLNKDWF_p.c</ProxyFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>$(DWFTKPATH)\src\dwf;$(DWFTKPATH)\src\;..\SlnkDWFImpl;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;_MERGE_PROXYSTUB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<PreLinkEvent>
|
|
<Message>Unload IIS...</Message>
|
|
<Command>UnloadIIS.bat</Command>
|
|
</PreLinkEvent>
|
|
<Link>
|
|
<AdditionalDependencies>..\SlnkdwfImpl\DebugRW\SLNKDWFStaticRW.lib;Secur32.lib;..\debug\bblib.lib;..\debug\qrcode.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>$(DWFTKPATH)\lib\static\debug\vc8.0;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<ModuleDefinitionFile>.\SLNKDWF.def</ModuleDefinitionFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<GenerateMapFile>false</GenerateMapFile>
|
|
<SubSystem>Windows</SubSystem>
|
|
<ImportLibrary>$(OutDir)SLNKDWF.lib</ImportLibrary>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Message>Performing registration</Message>
|
|
<Command>regsvr32 /s /c "$(TargetPath)"</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
|
<TypeLibraryName>$(IntDir)SLNKDWF.tlb</TypeLibraryName>
|
|
<HeaderFileName>SLNKDWF.h</HeaderFileName>
|
|
<DllDataFileName>
|
|
</DllDataFileName>
|
|
<InterfaceIdentifierFileName>SLNKDWF_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>SLNKDWF_p.c</ProxyFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<AdditionalIncludeDirectories>$(DWFTKPATH)\src\dwf;$(DWFTKPATH)\src\;..\SlnkDWFImpl;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_MERGE_PROXYSTUB;SHA1_NO_STL_FUNCTIONS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessToFile>false</PreprocessToFile>
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
|
<StringPooling>true</StringPooling>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<AssemblerOutput>
|
|
</AssemblerOutput>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<PreLinkEvent>
|
|
<Message>not Unloading IIS...</Message>
|
|
<Command>rem unloadIIS.bat</Command>
|
|
</PreLinkEvent>
|
|
<Link>
|
|
<AdditionalDependencies>SLNKDWFStaticRW.lib;Secur32.lib;bblib.lib;qrcode.lib;w3dtk.1.7.1555.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>$(DWFTKPATH)\lib\static\release\vc12.0;.\CxImage\;..\lib\x86\release\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<ModuleDefinitionFile>.\SLNKDWF.def</ModuleDefinitionFile>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
<ImportLibrary>$(OutDir)SLNKDWF.lib</ImportLibrary>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Message>Performing registration</Message>
|
|
<Command>regsvr32 /s /c "$(TargetPath)"</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
|
<TypeLibraryName>$(IntDir)SLNKDWF.tlb</TypeLibraryName>
|
|
<HeaderFileName>SLNKDWF.h</HeaderFileName>
|
|
<DllDataFileName>
|
|
</DllDataFileName>
|
|
<InterfaceIdentifierFileName>SLNKDWF_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>SLNKDWF_p.c</ProxyFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<AdditionalIncludeDirectories>..\SlnkDWFImpl;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;_MERGE_PROXYSTUB;SHA1_NO_STL_FUNCTIONS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessToFile>false</PreprocessToFile>
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<AssemblerOutput>
|
|
</AssemblerOutput>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<PreLinkEvent>
|
|
<Message>not Unloading IIS...</Message>
|
|
<Command>rem unloadIIS.bat</Command>
|
|
</PreLinkEvent>
|
|
<Link>
|
|
<AdditionalDependencies>SLNKDWFStaticRW.lib;Secur32.lib;bblib.lib;qrcode.lib;w3dtk.1.7.1555.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>$(DWFTKPATH)\lib\x64\static\release\vc14.0;.\CxImage\;..\lib\x64\release\;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<ModuleDefinitionFile>.\SLNKDWF.def</ModuleDefinitionFile>
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
<ImportLibrary>$(OutDir)SLNKDWF.lib</ImportLibrary>
|
|
<OutputFile>$(OutDir)$(TargetName)x64$(TargetExt)</OutputFile>
|
|
</Link>
|
|
<PostBuildEvent />
|
|
<PostBuildEvent>
|
|
<Command>del $(IntDir)\About.obj</Command>
|
|
</PostBuildEvent>
|
|
<PostBuildEvent>
|
|
<Message>Zodat volgende keer buildtime bijgewerkt</Message>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="About.cpp" />
|
|
<ClCompile Include="Barcode.cpp" />
|
|
<ClCompile Include="BoundingBox.cpp" />
|
|
<ClCompile Include="Crypto.cpp" />
|
|
<ClCompile Include="dlldatax.c">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
</PrecompiledHeader>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
</PrecompiledHeader>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
</ClCompile>
|
|
<ClCompile Include="DWFFile.cpp" />
|
|
<ClCompile Include="DWGPoint.cpp" />
|
|
<ClCompile Include="EPlotSections.cpp" />
|
|
<ClCompile Include="FTP.cpp" />
|
|
<ClCompile Include="hmac_sha1.cpp" />
|
|
<ClCompile Include="ImageConvert.cpp" />
|
|
<ClCompile Include="Metafile.cpp" />
|
|
<ClCompile Include="myEPlotSection.cpp" />
|
|
<ClCompile Include="Options.cpp" />
|
|
<ClCompile Include="QRCode.cpp" />
|
|
<ClCompile Include="sha1.cpp" />
|
|
<ClCompile Include="SLNKContour.cpp" />
|
|
<ClCompile Include="SLNKDWF.cpp" />
|
|
<ClCompile Include="SLNKEvent.cpp" />
|
|
<ClCompile Include="SLNKSymbol.cpp" />
|
|
<ClCompile Include="SLNKSymbolDefImpl.cpp" />
|
|
<ClCompile Include="SLNKSymbolImpl.cpp" />
|
|
<ClCompile Include="stdafx.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="Whip2PNG.cpp" />
|
|
<ClCompile Include="WhipCleaner.cpp" />
|
|
<ClCompile Include="WhipFile.cpp" />
|
|
<ClCompile Include="WinSock.cpp" />
|
|
<ClCompile Include="Zip.cpp" />
|
|
<ClCompile Include="SLNKDWF_i.c">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
</PrecompiledHeader>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
</PrecompiledHeader>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
<ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../SlnkDWFImpl\targetsxs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="SLNKDWF.def" />
|
|
<None Include="About.rgs" />
|
|
<None Include="ASPObject.rgs" />
|
|
<None Include="BoundingBox.rgs" />
|
|
<None Include="DWGPoint.rgs" />
|
|
<None Include="EPlotSection.rgs" />
|
|
<None Include="EPlotSections.rgs" />
|
|
<None Include="myControl.rgs" />
|
|
<None Include="SLNKDWF.rgs" />
|
|
<None Include="SLNKEvent.rgs" />
|
|
<None Include="Whip2DC.rgs" />
|
|
<None Include="Barcode.rgs" />
|
|
<None Include="Crypto.rgs" />
|
|
<None Include="CSLNKBarcode.rgs" />
|
|
<None Include="DWFFile.rgs" />
|
|
<None Include="FTP.rgs" />
|
|
<None Include="ImageConvert.rgs" />
|
|
<None Include="ImageConvert2.rgs" />
|
|
<None Include="Options.rgs" />
|
|
<None Include="QRCode.rgs" />
|
|
<None Include="slnkcont.bin" />
|
|
<None Include="SLNKContour.rgs" />
|
|
<None Include="SLNKSymbol.rgs" />
|
|
<None Include="Whip2PNG.rgs" />
|
|
<None Include="WhipCleaner.rgs" />
|
|
<None Include="WhipFile.rgs" />
|
|
<None Include="WinSock.rgs" />
|
|
<None Include="Zip.rgs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Midl Include="SLNKDWF.idl" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="About.h" />
|
|
<ClInclude Include="ASPObject.h" />
|
|
<ClInclude Include="Barcode.h" />
|
|
<ClInclude Include="BoundingBox.h" />
|
|
<ClInclude Include="Crypto.h" />
|
|
<ClInclude Include="CSLNKBarcode.h" />
|
|
<ClInclude Include="dlldatax.h" />
|
|
<ClInclude Include="DWFFile.h" />
|
|
<ClInclude Include="DWGPoint.h" />
|
|
<ClInclude Include="EPlotSections.h" />
|
|
<ClInclude Include="FTP.h" />
|
|
<ClInclude Include="ImageConvert.h" />
|
|
<ClInclude Include="Jglutil.h" />
|
|
<ClInclude Include="myEPlotSection.h" />
|
|
<ClInclude Include="QRCode.h" />
|
|
<ClInclude Include="Resource.h" />
|
|
<ClInclude Include="SLNKContour.h" />
|
|
<ClInclude Include="SLNKDWFVersion.h" />
|
|
<ClInclude Include="SLNKEvent.h" />
|
|
<ClInclude Include="stdafx.h" />
|
|
<ClInclude Include="Whip2DC.h" />
|
|
<ClInclude Include="Whip2DCState.h" />
|
|
<ClInclude Include="Whip2PNG.h" />
|
|
<ClInclude Include="WhipCleaner.h" />
|
|
<ClInclude Include="WhipFile.h" />
|
|
<ClInclude Include="WinSock.h" />
|
|
<ClInclude Include="WriterTest.h" />
|
|
<ClInclude Include="Zip.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="SLNKdwf.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Barcode\bblib.vcxproj">
|
|
<Project>{0e49d578-377f-4c07-8339-8737aa9fa0ec}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\QRCode\QRCode.vcxproj">
|
|
<Project>{3ea5b7d3-ea9b-420b-b283-0d92e620b970}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SlnkDWFImpl\SLNKDWFStaticRW.vcxproj">
|
|
<Project>{6ea5fcec-1db0-4542-8e41-9423021bd460}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |