|
@@ -1,96 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="4.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>{7D205D89-00A7-462A-9B67-DC5586AE5795}</ProjectGuid>
|
|
|
- <Keyword>Win32Proj</Keyword>
|
|
|
- <RootNamespace>mod_CustMngrAuth</RootNamespace>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
|
|
- </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" />
|
|
|
- <Import Project="..\modmake.setting" />
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <EnableManagedIncrementalBuild>false</EnableManagedIncrementalBuild>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
- <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(ThirdPartyHeadRoot)\jsoncpp;$(ThirdPartyHeadRoot)\wtl81_12085\Include\;$(ModuleCommonHeadPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
- <MinimalRebuild>true</MinimalRebuild>
|
|
|
- <ExceptionHandling>Sync</ExceptionHandling>
|
|
|
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <AdditionalDependencies>$(FrameworkLib)\spbase.lib;$(FrameworkLib)\rvccomm.lib;$(ThirdPartyLib)\lib_json.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClCompile Include="$(FrameworkHeadRoot)\Common\stdafx.cpp">
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
- </ClCompile>
|
|
|
- <ClCompile Include="CustMngrAuthFSM.cpp" />
|
|
|
- <ClCompile Include="mod_CustMngrAuth.cpp" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ResourceCompile Include="..\..\Version.rc" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClInclude Include="$(FrameworkHeadRoot)\Common\stdafx.h" />
|
|
|
- <ClInclude Include="CustMngrAuthFSM.h" />
|
|
|
- <ClInclude Include="CustMngrAuth_client_g.h" />
|
|
|
- <ClInclude Include="CustMngrAuth_def_g.h" />
|
|
|
- <ClInclude Include="CustMngrAuth_msg_g.h" />
|
|
|
- <ClInclude Include="CustMngrAuth_server_g.h" />
|
|
|
- <ClInclude Include="CustMngrAuth_UserErrorCode.h" />
|
|
|
- <ClInclude Include="mod_CustMngrAuth.h" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
- <ImportGroup Label="ExtensionTargets">
|
|
|
- </ImportGroup>
|
|
|
-</Project>
|