127 lines
6.5 KiB
XML
127 lines
6.5 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">
|
|
<ProjectName>FileAuthentication</ProjectName>
|
|
<ProjectGuid>{8254DA30-9BAB-4104-811F-F2F8827AA157}</ProjectGuid>
|
|
<RootNamespace>Authentication</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
</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>
|
|
<CLRSupport>false</CLRSupport>
|
|
</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'">
|
|
<IntDir>obj\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<OutDir>Bin\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<IntDir>obj\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
<OutDir>Bin\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\..\..\Common\Utils\Include;..\..\..\..\..\Common\Utils\Include;..\..\..\Common\Include;..\..\..\..\Include;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;AUTHENTICATION_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AssemblyDebug>true</AssemblyDebug>
|
|
<SubSystem>Windows</SubSystem>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<AdditionalIncludeDirectories>..\..\..\Common\ThirdParty\gSOAP;..\..\..\..\..\Common\ThirdParty\gSOAP;.\gSoapGeneratedCode;..\..\..\Common\Utils\Include;..\..\..\..\..\Common\Utils\Include;..\..\..\..\..\Common\SOAP;..\..\..\Common\SOAP;..\..\..\Common;..\..\..\Common\Include;..\..\..\..\Include;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;AUTHENTICATION_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
|
<AdditionalLibraryDirectories>..\..\..\..\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>
|
|
<Common Condition="Exists('..\..\..\Common')">..\..\..\Common</Common>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Check Repo">
|
|
<Common Condition="Exists('..\..\..\..\..\Common')">..\..\..\..\..\Common</Common>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="$(Common)\Utils\Src\Options.cpp" />
|
|
<ClCompile Include="Authentication.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Authentication.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="$(Common)\Utils\Include\Options.h" />
|
|
<ClInclude Include="..\include\Authentication.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |