Blame view

etrade_card_client/ETradeClient.vcxproj 11.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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>{6A21F657-6A65-4297-9BDA-CF144284864C}</ProjectGuid>
    <RootNamespace>ETradeClient</RootNamespace>
    <Keyword>MFCProj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v120</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <UseOfMfc>Static</UseOfMfc>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v120</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
    <UseOfMfc>Static</UseOfMfc>
  </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" />
    <Import Project="ETradeClient_DEBUG.props" />
  </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" />
    <Import Project="ETradeClient.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <AdditionalDependencies>dlcm.lib;SynIDCardAPI.lib;DesDLL.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
    <Midl>
      <MkTypLibCompatible>false</MkTypLibCompatible>
      <ValidateAllParameters>true</ValidateAllParameters>
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </Midl>
    <ResourceCompile>
      <Culture>0x0804</Culture>
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <Optimization>Disabled</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <AdditionalDependencies>dlcm.lib;SynIDCardAPI.lib;DesDLL.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
    <Midl>
      <MkTypLibCompatible>false</MkTypLibCompatible>
      <ValidateAllParameters>true</ValidateAllParameters>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </Midl>
    <ResourceCompile>
      <Culture>0x0804</Culture>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <Text Include="ReadMe.txt" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="ETradeClient\boost_patch\property_tree\json_parser.hpp" />
    <ClInclude Include="ETradeClient\boost_patch\property_tree\json_parser_write.hpp" />
    <ClInclude Include="ETradeClient\browser\async_js_callback_handler.h" />
    <ClInclude Include="ETradeClient\browser\browser_app.h" />
    <ClInclude Include="ETradeClient\browser\error_page.h" />
    <ClInclude Include="ETradeClient\browser\main_view_browser_handler.h" />
    <ClInclude Include="ETradeClient\browser\browser_util.h" />
    <ClInclude Include="ETradeClient\browser\embedded_browser.h" />
    <ClInclude Include="ETradeClient\browser\render_delegate.h" />
    <ClInclude Include="ETradeClient\browser\url_request_proxy.h" />
    <ClInclude Include="ETradeClient\browser\session.h" />
    <ClInclude Include="ETradeClient\browser\url_request_client.h" />
    <ClInclude Include="ETradeClient\browser\url_request.h" />
    <ClInclude Include="ETradeClient\browser\user_msg_monitor.h" />
    <ClInclude Include="ETradeClient\browser\popup_browser_handler.h" />
    <ClInclude Include="ETradeClient\hardware\bank_card_reader.h" />
    <ClInclude Include="ETradeClient\hardware\dili_card_device.h" />
    <ClInclude Include="ETradeClient\hardware\DLCardManager.h" />
    <ClInclude Include="ETradeClient\hardware\hardware_cmd.h" />
    <ClInclude Include="ETradeClient\hardware\id_card_reader.h" />
    <ClInclude Include="ETradeClient\hardware\password_machine.h" />
    <ClInclude Include="ETradeClient\hardware\pin_pad.h" />
    <ClInclude Include="ETradeClient\hardware\SynPublic.h" />
130
131
    <ClInclude Include="ETradeClient\mfc_ui\ETNoticeEdit.h" />
    <ClInclude Include="ETradeClient\mfc_ui\ETNoticeWnd.h" />
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
    <ClInclude Include="ETradeClient\mfc_ui\ETradeClient.h" />
    <ClInclude Include="ETradeClient\mfc_ui\ETradeClientView.h" />
    <ClInclude Include="ETradeClient\mfc_ui\LoginDialog.h" />
    <ClInclude Include="ETradeClient\mfc_ui\LoginEdit.h" />
    <ClInclude Include="ETradeClient\mfc_ui\MainFrm.h" />
    <ClInclude Include="ETradeClient\mfc_ui\PopupBrowserDlgView.h" />
    <ClInclude Include="ETradeClient\mfc_ui\ConfigDialog.h" />
    <ClInclude Include="ETradeClient\utility\application_config.h" />
    <ClInclude Include="ETradeClient\utility\DLBmpManager.h" />
    <ClInclude Include="ETradeClient\utility\DLDes.h" />
    <ClInclude Include="ETradeClient\utility\ETTimeManage.h" />
    <ClInclude Include="ETradeClient\utility\logging.h" />
    <ClInclude Include="ETradeClient\utility\menu_res_auth_mgr.h" />
    <ClInclude Include="ETradeClient\utility\openssl_aes_cbc.h" />
    <ClInclude Include="ETradeClient\utility\string_converter.h" />
    <ClInclude Include="ETradeClient\utility\url_config.h" />
    <ClInclude Include="ETradeClient\utility\url_regex.h" />
    <ClInclude Include="ETradeClient\utility\win_msg_define.h" />
    <ClInclude Include="ETradeClient\utility\win_http.h" />
    <ClInclude Include="Resource.h" />
    <ClInclude Include="stdafx.h" />
    <ClInclude Include="targetver.h" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="ETradeClient\browser\async_js_callback_handler.cpp" />
    <ClCompile Include="ETradeClient\browser\browser_app.cpp" />
    <ClCompile Include="ETradeClient\browser\error_page.cpp" />
    <ClCompile Include="ETradeClient\browser\main_view_browser_handler.cpp" />
    <ClCompile Include="ETradeClient\browser\embedded_browser.cpp" />
    <ClCompile Include="ETradeClient\browser\render_delegate.cpp" />
    <ClCompile Include="ETradeClient\browser\url_request_proxy.cpp" />
    <ClCompile Include="ETradeClient\browser\session.cpp" />
    <ClCompile Include="ETradeClient\browser\url_request.cpp" />
    <ClCompile Include="ETradeClient\browser\url_request_client.cpp" />
    <ClCompile Include="ETradeClient\browser\user_msg_monitor.cpp" />
    <ClCompile Include="ETradeClient\browser\popup_browser_handler.cpp" />
    <ClCompile Include="ETradeClient\hardware\bank_card_reader.cpp" />
    <ClCompile Include="ETradeClient\hardware\dili_card_device.cpp" />
    <ClCompile Include="ETradeClient\hardware\hardware_cmd.cpp" />
    <ClCompile Include="ETradeClient\hardware\id_card_reader.cpp" />
    <ClCompile Include="ETradeClient\hardware\password_machine.cpp" />
    <ClCompile Include="ETradeClient\hardware\pin_pad.cpp" />
174
175
    <ClCompile Include="ETradeClient\mfc_ui\ETNoticeEdit.cpp" />
    <ClCompile Include="ETradeClient\mfc_ui\ETNoticeWnd.cpp" />
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
    <ClCompile Include="ETradeClient\mfc_ui\ETradeClient.cpp" />
    <ClCompile Include="ETradeClient\mfc_ui\ETradeClientView.cpp" />
    <ClCompile Include="ETradeClient\mfc_ui\LoginDialog.cpp" />
    <ClCompile Include="ETradeClient\mfc_ui\LoginEdit.cpp" />
    <ClCompile Include="ETradeClient\mfc_ui\MainFrm.cpp" />
    <ClCompile Include="ETradeClient\mfc_ui\PopupBrowserDlgView.cpp" />
    <ClCompile Include="ETradeClient\mfc_ui\ConfigDialog.cpp" />
    <ClCompile Include="ETradeClient\utility\application_config.cpp" />
    <ClCompile Include="ETradeClient\utility\DLBmpManager.cpp" />
    <ClCompile Include="ETradeClient\utility\ETTimeManage.cpp" />
    <ClCompile Include="ETradeClient\utility\logging.cpp" />
    <ClCompile Include="ETradeClient\utility\menu_res_auth_mgr.cpp" />
    <ClCompile Include="ETradeClient\utility\openssl_aes_cbc.cpp" />
    <ClCompile Include="ETradeClient\utility\string_converter.cpp" />
    <ClCompile Include="ETradeClient\utility\url_config.cpp" />
    <ClCompile Include="ETradeClient\utility\win_http.cpp" />
    <ClCompile Include="stdafx.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="ETradeClient.rc" />
  </ItemGroup>
  <ItemGroup>
    <None Include="res\ETradeClient.rc2" />
  </ItemGroup>
  <ItemGroup>
    <Image Include="res\ETradeClient.ico" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
  <ProjectExtensions>
    <VisualStudio>
      <UserProperties RESOURCE_FILE="ETradeClient.rc" />
    </VisualStudio>
  </ProjectExtensions>
</Project>