提交 | 用户 | 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>{521DEE85-086F-4A6F-B926-135FC1F65267}</ProjectGuid>
|
|
24 |
<Keyword>MFCProj</Keyword>
|
0ed438
|
25 |
<RootNamespace>MTerm2</RootNamespace>
|
4b03ae
|
26 |
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
0ed438
|
27 |
<ProjectName>MTerm2</ProjectName>
|
4b03ae
|
28 |
</PropertyGroup>
|
Q |
29 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
30 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
31 |
<ConfigurationType>Application</ConfigurationType>
|
|
32 |
<UseDebugLibraries>true</UseDebugLibraries>
|
|
33 |
<PlatformToolset>v141</PlatformToolset>
|
|
34 |
<CharacterSet>Unicode</CharacterSet>
|
|
35 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
36 |
</PropertyGroup>
|
|
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
38 |
<ConfigurationType>Application</ConfigurationType>
|
|
39 |
<UseDebugLibraries>false</UseDebugLibraries>
|
|
40 |
<PlatformToolset>v141</PlatformToolset>
|
|
41 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
42 |
<CharacterSet>Unicode</CharacterSet>
|
|
43 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
44 |
</PropertyGroup>
|
|
45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
46 |
<ConfigurationType>Application</ConfigurationType>
|
|
47 |
<UseDebugLibraries>true</UseDebugLibraries>
|
|
48 |
<PlatformToolset>v141</PlatformToolset>
|
|
49 |
<CharacterSet>Unicode</CharacterSet>
|
|
50 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
51 |
</PropertyGroup>
|
|
52 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
53 |
<ConfigurationType>Application</ConfigurationType>
|
|
54 |
<UseDebugLibraries>false</UseDebugLibraries>
|
|
55 |
<PlatformToolset>v141</PlatformToolset>
|
|
56 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
57 |
<CharacterSet>Unicode</CharacterSet>
|
|
58 |
<UseOfMfc>Dynamic</UseOfMfc>
|
|
59 |
</PropertyGroup>
|
|
60 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
61 |
<ImportGroup Label="ExtensionSettings">
|
|
62 |
</ImportGroup>
|
|
63 |
<ImportGroup Label="Shared">
|
|
64 |
</ImportGroup>
|
|
65 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
66 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
67 |
</ImportGroup>
|
|
68 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
69 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
70 |
</ImportGroup>
|
|
71 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
72 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
73 |
</ImportGroup>
|
|
74 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
75 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
76 |
</ImportGroup>
|
|
77 |
<PropertyGroup Label="UserMacros" />
|
|
78 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
79 |
<LinkIncremental>true</LinkIncremental>
|
|
80 |
</PropertyGroup>
|
|
81 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
82 |
<LinkIncremental>true</LinkIncremental>
|
|
83 |
</PropertyGroup>
|
|
84 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
85 |
<LinkIncremental>false</LinkIncremental>
|
|
86 |
</PropertyGroup>
|
|
87 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
88 |
<LinkIncremental>false</LinkIncremental>
|
|
89 |
</PropertyGroup>
|
|
90 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
91 |
<ClCompile>
|
|
92 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
93 |
<WarningLevel>Level3</WarningLevel>
|
|
94 |
<Optimization>Disabled</Optimization>
|
|
95 |
<SDLCheck>true</SDLCheck>
|
|
96 |
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
97 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
98 |
</ClCompile>
|
|
99 |
<Link>
|
|
100 |
<SubSystem>Windows</SubSystem>
|
|
101 |
</Link>
|
|
102 |
<Midl>
|
|
103 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
104 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
105 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
106 |
</Midl>
|
|
107 |
<ResourceCompile>
|
|
108 |
<Culture>0x0804</Culture>
|
|
109 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
110 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
111 |
</ResourceCompile>
|
|
112 |
</ItemDefinitionGroup>
|
|
113 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
114 |
<ClCompile>
|
|
115 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
116 |
<WarningLevel>Level3</WarningLevel>
|
|
117 |
<Optimization>Disabled</Optimization>
|
|
118 |
<SDLCheck>true</SDLCheck>
|
|
119 |
<PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
120 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
121 |
</ClCompile>
|
|
122 |
<Link>
|
|
123 |
<SubSystem>Windows</SubSystem>
|
|
124 |
</Link>
|
|
125 |
<Midl>
|
|
126 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
127 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
128 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
129 |
</Midl>
|
|
130 |
<ResourceCompile>
|
|
131 |
<Culture>0x0804</Culture>
|
|
132 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
133 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
134 |
</ResourceCompile>
|
|
135 |
</ItemDefinitionGroup>
|
|
136 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
137 |
<ClCompile>
|
|
138 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
139 |
<WarningLevel>Level3</WarningLevel>
|
|
140 |
<Optimization>MaxSpeed</Optimization>
|
|
141 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
142 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
143 |
<SDLCheck>true</SDLCheck>
|
|
144 |
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
145 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
146 |
</ClCompile>
|
|
147 |
<Link>
|
|
148 |
<SubSystem>Windows</SubSystem>
|
|
149 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
150 |
<OptimizeReferences>true</OptimizeReferences>
|
|
151 |
</Link>
|
|
152 |
<Midl>
|
|
153 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
154 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
155 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
156 |
</Midl>
|
|
157 |
<ResourceCompile>
|
|
158 |
<Culture>0x0804</Culture>
|
|
159 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
160 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
161 |
</ResourceCompile>
|
|
162 |
</ItemDefinitionGroup>
|
|
163 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
164 |
<ClCompile>
|
|
165 |
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
166 |
<WarningLevel>Level3</WarningLevel>
|
|
167 |
<Optimization>MaxSpeed</Optimization>
|
|
168 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
169 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
170 |
<SDLCheck>true</SDLCheck>
|
|
171 |
<PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
172 |
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
173 |
</ClCompile>
|
|
174 |
<Link>
|
|
175 |
<SubSystem>Windows</SubSystem>
|
|
176 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
177 |
<OptimizeReferences>true</OptimizeReferences>
|
|
178 |
</Link>
|
|
179 |
<Midl>
|
|
180 |
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
181 |
<ValidateAllParameters>true</ValidateAllParameters>
|
|
182 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
183 |
</Midl>
|
|
184 |
<ResourceCompile>
|
|
185 |
<Culture>0x0804</Culture>
|
|
186 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
187 |
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
188 |
</ResourceCompile>
|
|
189 |
</ItemDefinitionGroup>
|
|
190 |
<ItemGroup>
|
0ed438
|
191 |
<ClInclude Include="CAnsiParser.h" />
|
Q |
192 |
<ClInclude Include="CDataParser1.h" />
|
|
193 |
<ClInclude Include="CDialogCoilMon.h" />
|
|
194 |
<ClInclude Include="CDialogCommSet1.h" />
|
|
195 |
<ClInclude Include="DialogIoComment.h" />
|
|
196 |
<ClInclude Include="DialogSetCoil.h" />
|
|
197 |
<ClInclude Include="DialogSetData.h" />
|
|
198 |
<ClInclude Include="KDefine.h" />
|
|
199 |
<ClInclude Include="KMachine.h" />
|
|
200 |
<ClInclude Include="MTerm2CommDevView.h" />
|
|
201 |
<ClInclude Include="MTerm2CommTestView.h" />
|
|
202 |
<ClInclude Include="CDialogDataMon.h" />
|
|
203 |
<ClInclude Include="CDialogDateTime.h" />
|
|
204 |
<ClInclude Include="CDialogEventLog.h" />
|
|
205 |
<ClInclude Include="CDialogForceIO.h" />
|
|
206 |
<ClInclude Include="CDialogInfoDisplay.h" />
|
|
207 |
<ClInclude Include="CDialogProgress.h" />
|
|
208 |
<ClInclude Include="CDialogStatusShow.h" />
|
|
209 |
<ClInclude Include="CDialogSysRegSet.h" />
|
4b03ae
|
210 |
<ClInclude Include="ChildFrm.h" />
|
0ed438
|
211 |
<ClInclude Include="CPropSysReg1.h" />
|
Q |
212 |
<ClInclude Include="HvSerialPort.h" />
|
|
213 |
<ClInclude Include="KLinkDefine.h" />
|
|
214 |
<ClInclude Include="KLink.h" />
|
|
215 |
<ClInclude Include="MTerm2ProgTxt.h" />
|
4b03ae
|
216 |
<ClInclude Include="framework.h" />
|
Q |
217 |
<ClInclude Include="MainFrm.h" />
|
0ed438
|
218 |
<ClInclude Include="MTerm2BldView.h" />
|
Q |
219 |
<ClInclude Include="MTerm2BnlView.h" />
|
|
220 |
<ClInclude Include="MTerm2CoilView.h" />
|
|
221 |
<ClInclude Include="MTerm2CtrlView.h" />
|
|
222 |
<ClInclude Include="MTerm2DataView.h" />
|
|
223 |
<ClInclude Include="MTerm2LdsView.h" />
|
|
224 |
<ClInclude Include="MTerm2TestView.h" />
|
|
225 |
<ClInclude Include="MTerm2.h" />
|
|
226 |
<ClInclude Include="MTerm2Doc.h" />
|
|
227 |
<ClInclude Include="MTerm2View.h" />
|
|
228 |
<ClInclude Include="MyDialogLog.h" />
|
|
229 |
<ClInclude Include="MyFormLog.h" />
|
|
230 |
<ClInclude Include="MyPaneLog.h" />
|
4b03ae
|
231 |
<ClInclude Include="pch.h" />
|
Q |
232 |
<ClInclude Include="Resource.h" />
|
|
233 |
<ClInclude Include="targetver.h" />
|
|
234 |
</ItemGroup>
|
|
235 |
<ItemGroup>
|
0ed438
|
236 |
<ClCompile Include="..\MyLib\StaticEx.cpp" />
|
Q |
237 |
<ClCompile Include="CAnsiParser.cpp" />
|
|
238 |
<ClCompile Include="CDataParser1.cpp" />
|
|
239 |
<ClCompile Include="CDialogCoilMon.cpp" />
|
|
240 |
<ClCompile Include="CDialogCommSet1.cpp" />
|
|
241 |
<ClCompile Include="DialogIoComment.cpp" />
|
|
242 |
<ClCompile Include="DialogSetCoil.cpp" />
|
|
243 |
<ClCompile Include="DialogSetData.cpp" />
|
|
244 |
<ClCompile Include="KMachine.cpp" />
|
|
245 |
<ClCompile Include="MTerm2CommDevView.cpp" />
|
|
246 |
<ClCompile Include="MTerm2CommTestView.cpp" />
|
|
247 |
<ClCompile Include="CDialogDataMon.cpp" />
|
|
248 |
<ClCompile Include="CDialogDateTime.cpp" />
|
|
249 |
<ClCompile Include="CDialogEventLog.cpp" />
|
|
250 |
<ClCompile Include="CDialogForceIO.cpp" />
|
|
251 |
<ClCompile Include="CDialogInfoDisplay.cpp" />
|
|
252 |
<ClCompile Include="CDialogProgress.cpp" />
|
|
253 |
<ClCompile Include="CDialogStatusShow.cpp" />
|
|
254 |
<ClCompile Include="CDialogSysRegSet.cpp" />
|
4b03ae
|
255 |
<ClCompile Include="ChildFrm.cpp" />
|
0ed438
|
256 |
<ClCompile Include="CPropSysReg1.cpp" />
|
Q |
257 |
<ClCompile Include="HvSerialPort.cpp" />
|
|
258 |
<ClCompile Include="KLink.cpp" />
|
|
259 |
<ClCompile Include="MTerm2ProgTxt.cpp" />
|
4b03ae
|
260 |
<ClCompile Include="MainFrm.cpp" />
|
0ed438
|
261 |
<ClCompile Include="MTerm2BldView.cpp" />
|
Q |
262 |
<ClCompile Include="MTerm2BnlView.cpp" />
|
|
263 |
<ClCompile Include="MTerm2CoilView.cpp" />
|
|
264 |
<ClCompile Include="MTerm2CtrlView.cpp" />
|
|
265 |
<ClCompile Include="MTerm2DataView.cpp" />
|
|
266 |
<ClCompile Include="MTerm2LdsView.cpp" />
|
|
267 |
<ClCompile Include="MTerm2TestView.cpp" />
|
|
268 |
<ClCompile Include="MTerm2.cpp" />
|
|
269 |
<ClCompile Include="MTerm2Doc.cpp" />
|
|
270 |
<ClCompile Include="MTerm2View.cpp" />
|
|
271 |
<ClCompile Include="MyDialogLog.cpp" />
|
|
272 |
<ClCompile Include="MyFormLog.cpp" />
|
|
273 |
<ClCompile Include="MyPaneLog.cpp" />
|
4b03ae
|
274 |
<ClCompile Include="pch.cpp">
|
Q |
275 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
276 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
277 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
278 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
279 |
</ClCompile>
|
|
280 |
</ItemGroup>
|
|
281 |
<ItemGroup>
|
0ed438
|
282 |
<ResourceCompile Include="MTerm2.rc" />
|
4b03ae
|
283 |
</ItemGroup>
|
Q |
284 |
<ItemGroup>
|
0ed438
|
285 |
<None Include="res\MTerm2.rc2" />
|
4b03ae
|
286 |
</ItemGroup>
|
Q |
287 |
<ItemGroup>
|
|
288 |
<Image Include="res\bmp00001.bmp" />
|
0ed438
|
289 |
<Image Include="res\bmp00002.bmp" />
|
Q |
290 |
<Image Include="res\bmp00003.bmp" />
|
|
291 |
<Image Include="res\ico00001.ico" />
|
|
292 |
<Image Include="res\ico00002.ico" />
|
|
293 |
<Image Include="res\idr_mult.ico" />
|
|
294 |
<Image Include="res\mainfram.bmp" />
|
|
295 |
<Image Include="res\MTerm2.ico" />
|
|
296 |
<Image Include="res\MTerm2Doc.ico" />
|
4b03ae
|
297 |
<Image Include="res\Toolbar.bmp" />
|
Q |
298 |
<Image Include="res\toolbar1.bmp" />
|
0ed438
|
299 |
<Image Include="res\toolbar2.bmp" />
|
Q |
300 |
</ItemGroup>
|
|
301 |
<ItemGroup>
|
|
302 |
<Text Include="..\MTerm1\Prog.txt" />
|
4b03ae
|
303 |
</ItemGroup>
|
Q |
304 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
305 |
<ImportGroup Label="ExtensionTargets">
|
|
306 |
</ImportGroup>
|
|
307 |
</Project> |