| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 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 |
</ItemGroup> |
| 13 |
<PropertyGroup Label="Globals"> |
| 14 |
<ProjectGuid>{594F6499-8EDA-44DC-AC41-830A754FF1C8}</ProjectGuid> |
| 15 |
<RootNamespace>ttpmenu</RootNamespace> |
| 16 |
<ProjectName>ttpmenu</ProjectName> |
| 17 |
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 18 |
</PropertyGroup> |
| 19 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 20 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 21 |
<ConfigurationType>Application</ConfigurationType> |
| 22 |
<PlatformToolset>v143</PlatformToolset> |
| 23 |
<UseOfMfc>false</UseOfMfc> |
| 24 |
</PropertyGroup> |
| 25 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 26 |
<ConfigurationType>Application</ConfigurationType> |
| 27 |
<PlatformToolset>v143</PlatformToolset> |
| 28 |
<UseOfMfc>false</UseOfMfc> |
| 29 |
</PropertyGroup> |
| 30 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 31 |
<ImportGroup Label="ExtensionSettings"> |
| 32 |
</ImportGroup> |
| 33 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 34 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 35 |
</ImportGroup> |
| 36 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 37 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 38 |
</ImportGroup> |
| 39 |
<PropertyGroup Label="UserMacros" /> |
| 40 |
<PropertyGroup> |
| 41 |
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
| 42 |
</PropertyGroup> |
| 43 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 44 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 45 |
<IntDir>$(Configuration)\</IntDir> |
| 46 |
<LinkIncremental>false</LinkIncremental> |
| 47 |
<GenerateManifest>false</GenerateManifest> |
| 48 |
</PropertyGroup> |
| 49 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 50 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 51 |
<IntDir>$(Configuration)\</IntDir> |
| 52 |
<LinkIncremental>false</LinkIncremental> |
| 53 |
<GenerateManifest>false</GenerateManifest> |
| 54 |
</PropertyGroup> |
| 55 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 56 |
<Midl> |
| 57 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 58 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
| 59 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 60 |
<TargetEnvironment>Win32</TargetEnvironment> |
| 61 |
<TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName> |
| 62 |
<HeaderFileName /> |
| 63 |
</Midl> |
| 64 |
<ClCompile> |
| 65 |
<AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions> |
| 66 |
<Optimization>MinSpace</Optimization> |
| 67 |
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 68 |
<AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 69 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 70 |
<StringPooling>true</StringPooling> |
| 71 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 72 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 73 |
<WarningLevel>Level3</WarningLevel> |
| 74 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 75 |
</ClCompile> |
| 76 |
<ResourceCompile> |
| 77 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 78 |
<Culture>0x0411</Culture> |
| 79 |
</ResourceCompile> |
| 80 |
<Link> |
| 81 |
<AdditionalDependencies>common_static.lib;odbc32.lib;odbccp32.lib;comctl32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 82 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 83 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 84 |
<SubSystem>Windows</SubSystem> |
| 85 |
<TargetMachine>MachineX86</TargetMachine> |
| 86 |
<AdditionalLibraryDirectories>$(SolutionDir)..\teraterm\$(Configuration)</AdditionalLibraryDirectories> |
| 87 |
</Link> |
| 88 |
</ItemDefinitionGroup> |
| 89 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 90 |
<Midl> |
| 91 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 92 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
| 93 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 94 |
<TargetEnvironment>Win32</TargetEnvironment> |
| 95 |
<TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName> |
| 96 |
<HeaderFileName /> |
| 97 |
</Midl> |
| 98 |
<ClCompile> |
| 99 |
<AdditionalOptions>/D"_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions> |
| 100 |
<Optimization>Disabled</Optimization> |
| 101 |
<InlineFunctionExpansion>Default</InlineFunctionExpansion> |
| 102 |
<AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 103 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 104 |
<StringPooling>false</StringPooling> |
| 105 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 106 |
<FunctionLevelLinking>false</FunctionLevelLinking> |
| 107 |
<WarningLevel>Level3</WarningLevel> |
| 108 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 109 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 110 |
</ClCompile> |
| 111 |
<ResourceCompile> |
| 112 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 113 |
<Culture>0x0411</Culture> |
| 114 |
</ResourceCompile> |
| 115 |
<Link> |
| 116 |
<AdditionalDependencies>common_static.lib;odbc32.lib;odbccp32.lib;comctl32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 117 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 118 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 119 |
<SubSystem>Windows</SubSystem> |
| 120 |
<TargetMachine>MachineX86</TargetMachine> |
| 121 |
<AdditionalLibraryDirectories>$(SolutionDir)..\teraterm\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 122 |
</Link> |
| 123 |
</ItemDefinitionGroup> |
| 124 |
<ItemGroup> |
| 125 |
<ClCompile Include="..\teraterm\common\i18n.c" /> |
| 126 |
<ClCompile Include="..\teraterm\common\ttlib.c" /> |
| 127 |
<ClCompile Include="registry.cpp" /> |
| 128 |
<ClCompile Include="ttpmenu.cpp" /> |
| 129 |
<ClCompile Include="winmisc.cpp" /> |
| 130 |
</ItemGroup> |
| 131 |
<ItemGroup> |
| 132 |
<Image Include="left.ico" /> |
| 133 |
<Image Include="right.ico" /> |
| 134 |
<Image Include="teraterm.ico" /> |
| 135 |
<Image Include="ttpmenu.ico" /> |
| 136 |
</ItemGroup> |
| 137 |
<ItemGroup> |
| 138 |
<ClInclude Include="..\teraterm\common\codeconv.h" /> |
| 139 |
<ClInclude Include="..\teraterm\common\compat_win.h" /> |
| 140 |
<ClInclude Include="..\teraterm\common\dllutil.h" /> |
| 141 |
<ClInclude Include="..\teraterm\common\i18n.h" /> |
| 142 |
<ClInclude Include="resource.h" /> |
| 143 |
<ClInclude Include="ttpmenu.h" /> |
| 144 |
<ClInclude Include="winmisc.h" /> |
| 145 |
</ItemGroup> |
| 146 |
<ItemGroup> |
| 147 |
<ResourceCompile Include="ttpmenu.rc" /> |
| 148 |
</ItemGroup> |
| 149 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 150 |
<ImportGroup Label="ExtensionTargets"> |
| 151 |
</ImportGroup> |
| 152 |
</Project> |