| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project DefaultTargets="Build" ToolsVersion="14.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 |
</ItemGroup> |
| 13 |
<PropertyGroup Label="Globals"> |
| 14 |
<ProjectGuid>{BC4CDBE3-6269-47A8-BD74-EEB3A6160E06}</ProjectGuid> |
| 15 |
<RootNamespace>ttermpro</RootNamespace> |
| 16 |
<Keyword>MFCProj</Keyword> |
| 17 |
<ProjectName>ttermpro</ProjectName> |
| 18 |
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 19 |
</PropertyGroup> |
| 20 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 21 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 22 |
<ConfigurationType>Application</ConfigurationType> |
| 23 |
<PlatformToolset>v143</PlatformToolset> |
| 24 |
<UseOfMfc>false</UseOfMfc> |
| 25 |
</PropertyGroup> |
| 26 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 27 |
<ConfigurationType>Application</ConfigurationType> |
| 28 |
<PlatformToolset>v143</PlatformToolset> |
| 29 |
<UseOfMfc>false</UseOfMfc> |
| 30 |
</PropertyGroup> |
| 31 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 32 |
<ImportGroup Label="ExtensionSettings"> |
| 33 |
</ImportGroup> |
| 34 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 35 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 36 |
</ImportGroup> |
| 37 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 38 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 39 |
</ImportGroup> |
| 40 |
<PropertyGroup Label="UserMacros" /> |
| 41 |
<PropertyGroup> |
| 42 |
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
| 43 |
</PropertyGroup> |
| 44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 45 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 46 |
<IntDir>$(Configuration)\</IntDir> |
| 47 |
<LinkIncremental>false</LinkIncremental> |
| 48 |
<GenerateManifest>false</GenerateManifest> |
| 49 |
</PropertyGroup> |
| 50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 51 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 52 |
<IntDir>$(Configuration)\</IntDir> |
| 53 |
<LinkIncremental>false</LinkIncremental> |
| 54 |
<GenerateManifest>false</GenerateManifest> |
| 55 |
</PropertyGroup> |
| 56 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 57 |
<Midl> |
| 58 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 59 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
| 60 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 61 |
<TargetEnvironment>Win32</TargetEnvironment> |
| 62 |
<TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName> |
| 63 |
<HeaderFileName /> |
| 64 |
</Midl> |
| 65 |
<ClCompile> |
| 66 |
<AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions> |
| 67 |
<Optimization>Disabled</Optimization> |
| 68 |
<AdditionalIncludeDirectories>$(SolutionDir)..\libs\SFMT;$(SolutionDir)..\libs\oniguruma\src;$(SolutionDir)teraterm;$(SolutionDir)common;$(SolutionDir)ttpfile;$(SolutionDir)ttpdlg;$(SolutionDir)ttpcmn;$(SolutionDir)susie_plugin;$(SolutionDir)..\cygwin\cyglib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 69 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 70 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 71 |
<BrowseInformation /> |
| 72 |
<WarningLevel>Level3</WarningLevel> |
| 73 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 74 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 75 |
<CompileAs>Default</CompileAs> |
| 76 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 77 |
</ClCompile> |
| 78 |
<ResourceCompile> |
| 79 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 80 |
<Culture>0x0411</Culture> |
| 81 |
<AdditionalIncludeDirectories>$(SolutionDir)common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 82 |
</ResourceCompile> |
| 83 |
<Link> |
| 84 |
<AdditionalDependencies>onig_sd.lib;comctl32.lib;ws2_32.lib;imagehlp.lib;setupapi.lib;gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 85 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 86 |
<AdditionalLibraryDirectories>$(SolutionDir)..\libs\oniguruma\src;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 87 |
<DelayLoadDLLs>imagehlp.dll;user32.dll;shell32.dll;%(DelayLoadDLLs)</DelayLoadDLLs> |
| 88 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 89 |
<SubSystem>Windows</SubSystem> |
| 90 |
<TargetMachine>MachineX86</TargetMachine> |
| 91 |
</Link> |
| 92 |
<Manifest> |
| 93 |
<AdditionalManifestFiles>.\teraterm.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 94 |
</Manifest> |
| 95 |
<PreBuildEvent> |
| 96 |
<Command>"$(SolutionDir)..\buildtools\svnrev\svnrev.bat"</Command> |
| 97 |
</PreBuildEvent> |
| 98 |
</ItemDefinitionGroup> |
| 99 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 100 |
<Midl> |
| 101 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 102 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
| 103 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 104 |
<TargetEnvironment>Win32</TargetEnvironment> |
| 105 |
<TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName> |
| 106 |
<HeaderFileName /> |
| 107 |
</Midl> |
| 108 |
<ClCompile> |
| 109 |
<AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions> |
| 110 |
<Optimization>MaxSpeed</Optimization> |
| 111 |
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 112 |
<AdditionalIncludeDirectories>$(SolutionDir)..\libs\SFMT;$(SolutionDir)..\libs\oniguruma\src;$(SolutionDir)teraterm;$(SolutionDir)common;$(SolutionDir)ttpfile;$(SolutionDir)ttpdlg;$(SolutionDir)ttpcmn;$(SolutionDir)susie_plugin;$(SolutionDir)..\cygwin\cyglib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 113 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 114 |
<StringPooling>true</StringPooling> |
| 115 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 116 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 117 |
<WarningLevel>Level3</WarningLevel> |
| 118 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 119 |
<CompileAs>Default</CompileAs> |
| 120 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 121 |
</ClCompile> |
| 122 |
<ResourceCompile> |
| 123 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 124 |
<Culture>0x0409</Culture> |
| 125 |
<AdditionalIncludeDirectories>$(SolutionDir)common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 126 |
</ResourceCompile> |
| 127 |
<Link> |
| 128 |
<AdditionalDependencies>onig_s.lib;comctl32.lib;ws2_32.lib;imagehlp.lib;setupapi.lib;gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 129 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 130 |
<AdditionalLibraryDirectories>$(SolutionDir)..\libs\oniguruma\src;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 131 |
<DelayLoadDLLs>imagehlp.dll;user32.dll;shell32.dll;%(DelayLoadDLLs)</DelayLoadDLLs> |
| 132 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 133 |
<SubSystem>Windows</SubSystem> |
| 134 |
<TargetMachine>MachineX86</TargetMachine> |
| 135 |
</Link> |
| 136 |
<Manifest> |
| 137 |
<AdditionalManifestFiles>.\teraterm.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 138 |
</Manifest> |
| 139 |
<PreBuildEvent> |
| 140 |
<Command>"$(SolutionDir)..\buildtools\svnrev\svnrev.bat"</Command> |
| 141 |
</PreBuildEvent> |
| 142 |
</ItemDefinitionGroup> |
| 143 |
<ItemGroup> |
| 144 |
<ClCompile Include="..\..\cygwin\cyglib\cyglib.c" /> |
| 145 |
<ClCompile Include="..\common\ttlib.c" /> |
| 146 |
<ClCompile Include="..\susie_plugin\libsusieplugin.cpp" /> |
| 147 |
<ClCompile Include="..\ttpcmn\ttcmn_dup.cpp" /> |
| 148 |
<ClCompile Include="..\ttpcmn\ttcmn_static.c" /> |
| 149 |
<ClCompile Include="..\ttpfile\bplus.c" /> |
| 150 |
<ClCompile Include="..\ttpfile\filesys_win32.cpp" /> |
| 151 |
<ClCompile Include="..\ttpfile\ftlib.c" /> |
| 152 |
<ClCompile Include="..\ttpfile\kermit.c" /> |
| 153 |
<ClCompile Include="..\ttpfile\protolog.cpp" /> |
| 154 |
<ClCompile Include="..\ttpfile\quickvan.c" /> |
| 155 |
<ClCompile Include="..\ttpfile\xmodem.c" /> |
| 156 |
<ClCompile Include="..\ttpfile\ymodem.c" /> |
| 157 |
<ClCompile Include="..\ttpfile\zmodem.c" /> |
| 158 |
<ClCompile Include="..\ttpset\ttset.c" /> |
| 159 |
<ClCompile Include="..\ttpset\ttset_keyboard.c" /> |
| 160 |
<ClCompile Include="addsetting.cpp" /> |
| 161 |
<ClCompile Include="broadcast.cpp" /> |
| 162 |
<ClCompile Include="buffer.c" /> |
| 163 |
<ClCompile Include="charset.cpp" /> |
| 164 |
<ClCompile Include="checkeol.cpp" /> |
| 165 |
<ClCompile Include="clipboar.c" /> |
| 166 |
<ClCompile Include="coding_pp.cpp" /> |
| 167 |
<ClCompile Include="commlib.c" /> |
| 168 |
<ClCompile Include="dnddlg.cpp" /> |
| 169 |
<ClCompile Include="filesys.cpp" /> |
| 170 |
<ClCompile Include="filesys_log.cpp" /> |
| 171 |
<ClCompile Include="filesys_proto.cpp" /> |
| 172 |
<ClCompile Include="font_pp.cpp" /> |
| 173 |
<ClCompile Include="ftdlg.cpp" /> |
| 174 |
<ClCompile Include="keyboard.c" /> |
| 175 |
<ClCompile Include="logdlg.cpp" /> |
| 176 |
<ClCompile Include="scp.cpp" /> |
| 177 |
<ClCompile Include="sendfiledlg.cpp" /> |
| 178 |
<ClCompile Include="setupdirdlg.cpp" /> |
| 179 |
<ClCompile Include="sizetip.c" /> |
| 180 |
<ClCompile Include="prnabort.cpp" /> |
| 181 |
<ClCompile Include="protodlg.cpp" /> |
| 182 |
<ClCompile Include="teklib.c" /> |
| 183 |
<ClCompile Include="tekwin.cpp" /> |
| 184 |
<ClCompile Include="telnet.c" /> |
| 185 |
<ClCompile Include="teraprn.cpp" /> |
| 186 |
<ClCompile Include="teraterm.cpp" /> |
| 187 |
<ClCompile Include="themedlg.cpp" /> |
| 188 |
<ClCompile Include="themefile.cpp" /> |
| 189 |
<ClCompile Include="ttdde.c" /> |
| 190 |
<ClCompile Include="ttdebug.cpp" /> |
| 191 |
<ClCompile Include="ttdialog.c" /> |
| 192 |
<ClCompile Include="ttfileio.c" /> |
| 193 |
<ClCompile Include="ttime.c" /> |
| 194 |
<ClCompile Include="ttplug.c" /> |
| 195 |
<ClCompile Include="ttsetup.c" /> |
| 196 |
<ClCompile Include="ttwinman.c" /> |
| 197 |
<ClCompile Include="ttwsk.c" /> |
| 198 |
<ClCompile Include="vtdisp.c" /> |
| 199 |
<ClCompile Include="vtterm.c" /> |
| 200 |
<ClCompile Include="vtwin.cpp" /> |
| 201 |
<ClCompile Include="winjump.c" /> |
| 202 |
<ClCompile Include="WSAAsyncGetAddrInfo.c" /> |
| 203 |
<ClCompile Include="unicode.cpp" /> |
| 204 |
<ClInclude Include="../ttpdlg/dlg_res.h" /> |
| 205 |
<ClCompile Include="../ttpdlg/ttdlg.c" /> |
| 206 |
<ClInclude Include="../ttpdlg/ttdlg.h" /> |
| 207 |
<ClInclude Include="..\..\cygwin\cyglib\cyglib.h" /> |
| 208 |
<ClInclude Include="..\susie_plugin\libsusieplugin.h" /> |
| 209 |
<ClInclude Include="..\ttpcmn\ttcmn_dup.h" /> |
| 210 |
<ClInclude Include="..\ttpcmn\ttcmn_shared_memory.h" /> |
| 211 |
<ClInclude Include="..\ttpcmn\ttcmn_static.h" /> |
| 212 |
<ClInclude Include="..\ttpfile\bplus.h" /> |
| 213 |
<ClInclude Include="..\ttpfile\filesys_win32.h" /> |
| 214 |
<ClInclude Include="..\ttpfile\file_res.h" /> |
| 215 |
<ClInclude Include="..\ttpfile\ftlib.h" /> |
| 216 |
<ClInclude Include="..\ttpfile\kermit.h" /> |
| 217 |
<ClInclude Include="..\ttpfile\protolog.h" /> |
| 218 |
<ClInclude Include="..\ttpfile\quickvan.h" /> |
| 219 |
<ClInclude Include="..\ttpfile\xmodem.h" /> |
| 220 |
<ClInclude Include="..\ttpfile\ymodem.h" /> |
| 221 |
<ClInclude Include="..\ttpfile\zmodem.h" /> |
| 222 |
<ClInclude Include="..\ttpset\ttset.h" /> |
| 223 |
<ClInclude Include="..\ttpset\ttset_i.h" /> |
| 224 |
<ClInclude Include="broadcast.h" /> |
| 225 |
<ClInclude Include="charset.h" /> |
| 226 |
<ClInclude Include="checkeol.h" /> |
| 227 |
<ClInclude Include="coding_pp.h" /> |
| 228 |
<ClInclude Include="coding_pp_res.h" /> |
| 229 |
<ClInclude Include="filesys_log_res.h" /> |
| 230 |
<ClInclude Include="font_pp.h" /> |
| 231 |
<ClInclude Include="font_pp_res.h" /> |
| 232 |
<ClInclude Include="logdlg.h" /> |
| 233 |
<ClInclude Include="scp.h" /> |
| 234 |
<ClInclude Include="sendfiledlg.h" /> |
| 235 |
<ClInclude Include="sendmem.h" /> |
| 236 |
<ClCompile Include="sendmem.cpp" /> |
| 237 |
<ClInclude Include="ftdlg_lite.h" /> |
| 238 |
<ClCompile Include="ftdlg_lite.cpp" /> |
| 239 |
<ClInclude Include="clipboarddlg.h" /> |
| 240 |
<ClCompile Include="clipboarddlg.cpp" /> |
| 241 |
<ClInclude Include="debug_pp.h" /> |
| 242 |
<ClCompile Include="debug_pp.cpp" /> |
| 243 |
</ItemGroup> |
| 244 |
<ItemGroup> |
| 245 |
<Image Include="..\..\cygterm\cygterm.ico" /> |
| 246 |
<Image Include="..\common\tek.ico" /> |
| 247 |
<Image Include="..\common\teraterm.ico" /> |
| 248 |
<Image Include="..\common\teraterm_3d.ico" /> |
| 249 |
<Image Include="..\common\teraterm_classic.ico" /> |
| 250 |
<Image Include="..\common\teraterm_flat.ico" /> |
| 251 |
<Image Include="..\common\vt.ico" /> |
| 252 |
<Image Include="..\common\vt_3d.ico" /> |
| 253 |
<Image Include="..\common\vt_classic.ico" /> |
| 254 |
</ItemGroup> |
| 255 |
<ItemGroup> |
| 256 |
<ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> |
| 257 |
<ResourceCompile Include="coding_pp.rc" /> |
| 258 |
<ResourceCompile Include="debug_pp.rc" /> |
| 259 |
<ResourceCompile Include="filesys_log.rc" /> |
| 260 |
<ResourceCompile Include="font_pp.rc" /> |
| 261 |
<ResourceCompile Include="teraterm_manifest.rc" /> |
| 262 |
<ResourceCompile Include="themedlg.rc" /> |
| 263 |
<ResourceCompile Include="tt-version.rc" /> |
| 264 |
<ResourceCompile Include="ttermpro.rc" /> |
| 265 |
</ItemGroup> |
| 266 |
<ItemGroup> |
| 267 |
<ClInclude Include="..\common\codeconv.h" /> |
| 268 |
<ClInclude Include="..\common\compat_win.h" /> |
| 269 |
<ClInclude Include="..\common\dlglib.h" /> |
| 270 |
<ClInclude Include="..\common\tektypes.h" /> |
| 271 |
<ClInclude Include="..\common\teraterm.h" /> |
| 272 |
<ClInclude Include="..\common\tipwin.h" /> |
| 273 |
<ClInclude Include="..\common\tmfc.h" /> |
| 274 |
<ClInclude Include="..\common\tt-version.h" /> |
| 275 |
<ClInclude Include="..\common\tt_res.h" /> |
| 276 |
<ClInclude Include="..\common\ttcommon.h" /> |
| 277 |
<ClInclude Include="..\common\ttddecmnd.h" /> |
| 278 |
<ClInclude Include="..\common\ttlib.h" /> |
| 279 |
<ClInclude Include="..\common\ttplugin.h" /> |
| 280 |
<ClInclude Include="..\common\tttypes.h" /> |
| 281 |
<ClInclude Include="addsetting.h" /> |
| 282 |
<ClInclude Include="buffer.h" /> |
| 283 |
<ClInclude Include="clipboar.h" /> |
| 284 |
<ClInclude Include="commlib.h" /> |
| 285 |
<ClInclude Include="dnddlg.h" /> |
| 286 |
<ClInclude Include="filesys.h" /> |
| 287 |
<ClInclude Include="ftdlg.h" /> |
| 288 |
<ClInclude Include="keyboard.h" /> |
| 289 |
<ClInclude Include="prnabort.h" /> |
| 290 |
<ClInclude Include="protodlg.h" /> |
| 291 |
<ClInclude Include="setupdirdlg.h" /> |
| 292 |
<ClInclude Include="sizetip.h" /> |
| 293 |
<ClInclude Include="teklib.h" /> |
| 294 |
<ClInclude Include="tekwin.h" /> |
| 295 |
<ClInclude Include="telnet.h" /> |
| 296 |
<ClInclude Include="teraprn.h" /> |
| 297 |
<ClInclude Include="theme.h" /> |
| 298 |
<ClInclude Include="themedlg.h" /> |
| 299 |
<ClInclude Include="themedlg_res.h" /> |
| 300 |
<ClInclude Include="ttdde.h" /> |
| 301 |
<ClInclude Include="ttdebug.h" /> |
| 302 |
<ClInclude Include="ttdialog.h" /> |
| 303 |
<ClInclude Include="ttfileio.h" /> |
| 304 |
<ClInclude Include="ttime.h" /> |
| 305 |
<ClInclude Include="ttplug.h" /> |
| 306 |
<ClInclude Include="ttsetup.h" /> |
| 307 |
<ClInclude Include="ttwinman.h" /> |
| 308 |
<ClInclude Include="ttwsk.h" /> |
| 309 |
<ClInclude Include="vtdisp.h" /> |
| 310 |
<ClInclude Include="vtterm.h" /> |
| 311 |
<ClInclude Include="vtwin.h" /> |
| 312 |
<ClInclude Include="unicode.h" /> |
| 313 |
</ItemGroup> |
| 314 |
<ItemGroup> |
| 315 |
<ProjectReference Include="..\common\common_static.v16.vcxproj"> |
| 316 |
<Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project> |
| 317 |
</ProjectReference> |
| 318 |
<ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj"> |
| 319 |
<Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project> |
| 320 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 321 |
</ProjectReference> |
| 322 |
<ProjectReference Include="..\ttpmacro\ttpmacro.v16.vcxproj"> |
| 323 |
<Project>{ba519362-a2c2-4b1a-905b-f00791f9038a}</Project> |
| 324 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 325 |
</ProjectReference> |
| 326 |
<ProjectReference Include="..\ttptek\ttptek.v16.vcxproj"> |
| 327 |
<Project>{6d08053b-1c68-4a7e-8766-3553f5af010b}</Project> |
| 328 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 329 |
</ProjectReference> |
| 330 |
</ItemGroup> |
| 331 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 332 |
<ImportGroup Label="ExtensionTargets"> |
| 333 |
</ImportGroup> |
| 334 |
<ProjectExtensions> |
| 335 |
<VisualStudio> |
| 336 |
<UserProperties RESOURCE_FILE="ttermpro.rc" /> |
| 337 |
</VisualStudio> |
| 338 |
</ProjectExtensions> |
| 339 |
</Project> |