提交 | 用户 | age
|
4b03ae
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
Q |
2 |
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 |
<ItemGroup Label="ProjectConfigurations">
|
|
4 |
<ProjectConfiguration Include="Debug|Win32">
|
|
5 |
<Configuration>Debug</Configuration>
|
|
6 |
<Platform>Win32</Platform>
|
|
7 |
</ProjectConfiguration>
|
|
8 |
<ProjectConfiguration Include="Release|Win32">
|
|
9 |
<Configuration>Release</Configuration>
|
|
10 |
<Platform>Win32</Platform>
|
|
11 |
</ProjectConfiguration>
|
|
12 |
<ProjectConfiguration Include="Debug|x64">
|
|
13 |
<Configuration>Debug</Configuration>
|
|
14 |
<Platform>x64</Platform>
|
|
15 |
</ProjectConfiguration>
|
|
16 |
<ProjectConfiguration Include="Release|x64">
|
|
17 |
<Configuration>Release</Configuration>
|
|
18 |
<Platform>x64</Platform>
|
|
19 |
</ProjectConfiguration>
|
|
20 |
</ItemGroup>
|
|
21 |
<PropertyGroup Label="Globals">
|
|
22 |
<VCProjectVersion>15.0</VCProjectVersion>
|
|
23 |
<ProjectGuid>{FB609F6E-0B21-4133-BF35-B4A79AE2F043}</ProjectGuid>
|
|
24 |
<Keyword>MFCProj</Keyword>
|
|
25 |
<RootNamespace>MultiTerminal1</RootNamespace>
|
|
26 |
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
27 |
</PropertyGroup>
|
|
28 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
29 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
30 |
<ConfigurationType>Application</ConfigurationType>
|
|
31 |
<UseDebugLibraries>true</UseDebugLibraries>
|
|
32 |
<PlatformToolset>v141</PlatformToolset>
|
|
33 |
<CharacterSet>Unicode</CharacterSet>
|
|
34 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
35 |
</PropertyGroup>
|
|
36 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
37 |
<ConfigurationType>Application</ConfigurationType>
|
|
38 |
<UseDebugLibraries>false</UseDebugLibraries>
|
|
39 |
<PlatformToolset>v141</PlatformToolset>
|
|
40 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
41 |
<CharacterSet>Unicode</CharacterSet>
|
|
42 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
43 |
</PropertyGroup>
|
|
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
45 |
<ConfigurationType>Application</ConfigurationType>
|
|
46 |
<UseDebugLibraries>true</UseDebugLibraries>
|
|
47 |
<PlatformToolset>v141</PlatformToolset>
|
|
48 |
<CharacterSet>Unicode</CharacterSet>
|
|
49 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
50 |
</PropertyGroup>
|
|
51 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
52 |
<ConfigurationType>Application</ConfigurationType>
|
|
53 |
<UseDebugLibraries>false</UseDebugLibraries>
|
|
54 |
<PlatformToolset>v141</PlatformToolset>
|
|
55 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
56 |
<CharacterSet>Unicode</CharacterSet>
|
|
57 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
58 |
</PropertyGroup>
|
|
59 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
60 |
<ImportGroup Label="ExtensionSettings">
|
|
61 |
</ImportGroup>
|
|
62 |
<ImportGroup Label="Shared">
|
|
63 |
</ImportGroup>
|
|
64 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
65 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
66 |
</ImportGroup>
|
|
67 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
68 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
69 |
</ImportGroup>
|
|
70 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
71 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
72 |
</ImportGroup>
|
|
73 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
74 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
75 |
</ImportGroup>
|
|
76 |
<PropertyGroup Label="UserMacros" />
|
|
77 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
78 |
<LinkIncremental>true</LinkIncremental>
|
|
79 |
</PropertyGroup>
|
|
80 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
81 |
<LinkIncremental>true</LinkIncremental>
|
|
82 |
</PropertyGroup>
|
|
83 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
84 |
<LinkIncremental>false</LinkIncremental>
|
|
85 |
</PropertyGroup>
|
|
86 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
87 |
<LinkIncremental>false</LinkIncremental>
|
|
88 |
</PropertyGroup>
|
|
89 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
90 |
<ClCompile>
|
|
91 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
92 |
<WarningLevel>Level3</WarningLevel>
|
|
93 |
<Optimization>Disabled</Optimization>
|
|
94 |
<SDLCheck>true</SDLCheck>
|
|
95 |
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
96 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
97 |
</ClCompile>
|
|
98 |
<Link>
|
|
99 |
<SubSystem>Windows</SubSystem>
|
|
100 |
</Link>
|
|
101 |
<Midl>
|
|
102 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
103 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
104 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
105 |
</Midl>
|
|
106 |
<ResourceCompile>
|
|
107 |
<Culture>0x0804</Culture>
|
|
108 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
109 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
110 |
</ResourceCompile>
|
|
111 |
</ItemDefinitionGroup>
|
|
112 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
113 |
<ClCompile>
|
|
114 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
115 |
<WarningLevel>Level3</WarningLevel>
|
|
116 |
<Optimization>Disabled</Optimization>
|
|
117 |
<SDLCheck>true</SDLCheck>
|
|
118 |
<PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
119 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
120 |
</ClCompile>
|
|
121 |
<Link>
|
|
122 |
<SubSystem>Windows</SubSystem>
|
|
123 |
</Link>
|
|
124 |
<Midl>
|
|
125 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
126 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
127 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
128 |
</Midl>
|
|
129 |
<ResourceCompile>
|
|
130 |
<Culture>0x0804</Culture>
|
|
131 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
132 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
133 |
</ResourceCompile>
|
|
134 |
</ItemDefinitionGroup>
|
|
135 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
136 |
<ClCompile>
|
|
137 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
138 |
<WarningLevel>Level3</WarningLevel>
|
|
139 |
<Optimization>MaxSpeed</Optimization>
|
|
140 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
141 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
142 |
<SDLCheck>true</SDLCheck>
|
|
143 |
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
144 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
145 |
</ClCompile>
|
|
146 |
<Link>
|
|
147 |
<SubSystem>Windows</SubSystem>
|
|
148 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
149 |
<OptimizeReferences>true</OptimizeReferences>
|
|
150 |
</Link>
|
|
151 |
<Midl>
|
|
152 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
153 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
154 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
155 |
</Midl>
|
|
156 |
<ResourceCompile>
|
|
157 |
<Culture>0x0804</Culture>
|
|
158 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
159 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
160 |
</ResourceCompile>
|
|
161 |
</ItemDefinitionGroup>
|
|
162 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
163 |
<ClCompile>
|
|
164 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
165 |
<WarningLevel>Level3</WarningLevel>
|
|
166 |
<Optimization>MaxSpeed</Optimization>
|
|
167 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
168 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
169 |
<SDLCheck>true</SDLCheck>
|
|
170 |
<PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
171 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
172 |
</ClCompile>
|
|
173 |
<Link>
|
|
174 |
<SubSystem>Windows</SubSystem>
|
|
175 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
176 |
<OptimizeReferences>true</OptimizeReferences>
|
|
177 |
</Link>
|
|
178 |
<Midl>
|
|
179 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
180 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
181 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
182 |
</Midl>
|
|
183 |
<ResourceCompile>
|
|
184 |
<Culture>0x0804</Culture>
|
|
185 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
186 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
187 |
</ResourceCompile>
|
|
188 |
</ItemDefinitionGroup>
|
|
189 |
<ItemGroup>
|
|
190 |
<ClInclude Include="CAnsiParser.h" />
|
|
191 |
<ClInclude Include="CDataParser1.h" />
|
|
192 |
<ClInclude Include="CDialogCoilMon.h" />
|
|
193 |
<ClInclude Include="CDialogCommSet1.h" />
|
|
194 |
<ClInclude Include="CDialogCommTest.h" />
|
|
195 |
<ClInclude Include="CDialogDataMon.h" />
|
3b04f9
|
196 |
<ClInclude Include="CDialogDateTime.h" />
|
4b03ae
|
197 |
<ClInclude Include="CDialogEventLog.h" />
|
Q |
198 |
<ClInclude Include="CDialogForceIO.h" />
|
|
199 |
<ClInclude Include="CDialogInfoDisplay.h" />
|
|
200 |
<ClInclude Include="CDialogProgress.h" />
|
|
201 |
<ClInclude Include="CDialogStatusShow.h" />
|
|
202 |
<ClInclude Include="CDialogSysRegSet.h" />
|
|
203 |
<ClInclude Include="CPropSysReg1.h" />
|
|
204 |
<ClInclude Include="framework.h" />
|
0ed438
|
205 |
<ClInclude Include="HvSerialPort.h" />
|
4b03ae
|
206 |
<ClInclude Include="KLinkDefine.h" />
|
Q |
207 |
<ClInclude Include="KLinkProtocol.h" />
|
0ed438
|
208 |
<ClInclude Include="MTerm2StatusView.h" />
|
4b03ae
|
209 |
<ClInclude Include="MultiTerminal1.h" />
|
Q |
210 |
<ClInclude Include="MultiTerminal1Dlg.h" />
|
|
211 |
<ClInclude Include="pch.h" />
|
|
212 |
<ClInclude Include="Resource.h" />
|
|
213 |
<ClInclude Include="targetver.h" />
|
|
214 |
</ItemGroup>
|
|
215 |
<ItemGroup>
|
0ed438
|
216 |
<ClCompile Include="..\MyLib\StaticEx.cpp" />
|
4b03ae
|
217 |
<ClCompile Include="CAnsiParser.cpp" />
|
Q |
218 |
<ClCompile Include="CDataParser1.cpp" />
|
|
219 |
<ClCompile Include="CDialogCoilMon.cpp" />
|
|
220 |
<ClCompile Include="CDialogCommSet1.cpp" />
|
|
221 |
<ClCompile Include="CDialogCommTest.cpp" />
|
|
222 |
<ClCompile Include="CDialogDataMon.cpp" />
|
3b04f9
|
223 |
<ClCompile Include="CDialogDateTime.cpp" />
|
4b03ae
|
224 |
<ClCompile Include="CDialogEventLog.cpp" />
|
Q |
225 |
<ClCompile Include="CDialogForceIO.cpp" />
|
|
226 |
<ClCompile Include="CDialogInfoDisplay.cpp" />
|
|
227 |
<ClCompile Include="CDialogProgress.cpp" />
|
|
228 |
<ClCompile Include="CDialogStatusShow.cpp" />
|
|
229 |
<ClCompile Include="CDialogSysRegSet.cpp" />
|
|
230 |
<ClCompile Include="CPropSysReg1.cpp" />
|
0ed438
|
231 |
<ClCompile Include="HvSerialPort.cpp" />
|
4b03ae
|
232 |
<ClCompile Include="KLinkProtocol.cpp" />
|
0ed438
|
233 |
<ClCompile Include="MTerm2StatusView.cpp" />
|
4b03ae
|
234 |
<ClCompile Include="MultiTerminal1.cpp" />
|
Q |
235 |
<ClCompile Include="MultiTerminal1Dlg.cpp" />
|
|
236 |
<ClCompile Include="pch.cpp">
|
|
237 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
238 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
239 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
240 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
241 |
</ClCompile>
|
|
242 |
</ItemGroup>
|
|
243 |
<ItemGroup>
|
|
244 |
<ResourceCompile Include="MultiTerminal1.rc" />
|
|
245 |
</ItemGroup>
|
|
246 |
<ItemGroup>
|
|
247 |
<None Include="res\MultiTerminal1.rc2" />
|
|
248 |
</ItemGroup>
|
|
249 |
<ItemGroup>
|
|
250 |
<Image Include="res\bitmap1.bmp" />
|
|
251 |
<Image Include="res\MultiTerminal1.ico" />
|
|
252 |
<Image Include="res\Toolbar.bmp" />
|
|
253 |
<Image Include="res\toolbar1.bmp" />
|
|
254 |
</ItemGroup>
|
|
255 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
256 |
<ImportGroup Label="ExtensionTargets">
|
|
257 |
</ImportGroup>
|
|
258 |
</Project> |