150 lines
8.1 KiB
XML
150 lines
8.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{34D29C4E-DD44-430A-8CE1-90E80446192B}</ProjectGuid>
|
|
<RootNamespace>DSGIAuthentication</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<PreBuildEventUseInBuild>true</PreBuildEventUseInBuild>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</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)'=='Debug|Win32'" 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>16.0.30028.132</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>Bin\$(Configuration)\</OutDir>
|
|
<IntDir>Obj\$(Configuration)\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>Bin\$(Configuration)\</OutDir>
|
|
<IntDir>Obj\$(Configuration)\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>$(MSSDK)\Include;..\..\..\..\..\Common\ThirdParty\gSOAP;..\..\..\Common\ThirdParty\gSOAP;.\gSoapGeneratedCode;..\..\..\..\..\Common\Utils\Include;..\..\..\Common\Utils\Include;..\..\..\Common\SOAP;..\..\..\..\..\Common\SOAP;..\..\..\Common\Include;..\..\..\..\Include;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SOAP_AUTHENTICATION_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NO_STATUS_STRINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>wsock32.lib;crypt32.lib;winhttp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>$(MSSDK)\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
|
<AssemblyDebug>true</AssemblyDebug>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<AdditionalIncludeDirectories>$(MSSDK)\Include;..\include;..\..\..\Common\ThirdParty\gSOAP;..\..\..\..\..\Common\ThirdParty\gSOAP;.\gSoapGeneratedCode;..\..\..\Common\Utils\Include;..\..\..\..\..\Common\Utils\Include;..\..\..\Common\SOAP;..\..\..\..\..\Common\SOAP;..\..\..\Common\Include;..\..\..\..\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SOAP_AUTHENTICATION_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NO_STATUS_STRINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>wsock32.lib;crypt32.lib;winhttp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
|
<AdditionalLibraryDirectories>$(MSSDK)\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<ManifestFile />
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
<AdditionalOptions>/SAFESEH /NXCOMPAT %(AdditionalOptions)</AdditionalOptions>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<PropertyGroup Label="Kit">
|
|
<Common/>
|
|
<Common Condition="Exists('..\..\..\Common')">..\..\..\Common</Common>
|
|
<GSOAP/>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Check Repo">
|
|
<Common Condition="Exists('..\..\..\..\..\Common')">..\..\..\..\..\Common</Common>
|
|
<GSOAP>..\..\..\..\..</GSOAP>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="$(Common)\SOAP\SoapUtils.cpp" />
|
|
<ClCompile Include="$(Common)\ThirdParty\gSOAP\gsoapWinHTTPX.cpp" />
|
|
<ClCompile Include="$(Common)\ThirdParty\gSOAP\stdsoap2.cpp" />
|
|
<ClCompile Include="$(Common)\Utils\Src\Options.cpp" />
|
|
<ClCompile Include="$(Common)\UTILS\Src\Utils.cpp" />
|
|
<ClCompile Include="gSoapGeneratedCode\soapC.cpp" />
|
|
<ClCompile Include="gSoapGeneratedCode\soapClient.cpp" />
|
|
<ClCompile Include="SOAPAuthentication.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="SOAPAuthentication.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="$(Common)\ThirdParty\gSOAP\gsoapWinHTTP.h" />
|
|
<ClInclude Include="$(Common)\ThirdParty\gSOAP\stdsoap2.h" />
|
|
<ClInclude Include="$(Common)\Utils\Include\Options.h" />
|
|
<ClInclude Include="..\include\SOAPAuthentication.h" />
|
|
<ClInclude Include="gSoapGeneratedCode\soapH.h" />
|
|
<ClInclude Include="gSoapGeneratedCode\soapMPSAuthenticationSoapBindingProxy.h" />
|
|
<ClInclude Include="gSoapGeneratedCode\soapStub.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="gSoapGeneratedCode\MPSAuthenticationSoapBinding.nsmap" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
<ItemDefinitionGroup Label="Repo Additional Commands">
|
|
<PreBuildEvent>
|
|
<Message>Generating WSDL files...</Message>
|
|
<Command>call makewsdl.bat $(GSOAP)</Command>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
</Project> |