| 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>{DCCE3462-94BD-49E8-8DC9-4EEAC23C04B7}</ProjectGuid> |
| 15 |
<RootNamespace>ttxkanjimenu</RootNamespace> |
| 16 |
<Keyword>Win32Proj</Keyword> |
| 17 |
<ProjectName>ttxkanjimenu</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>DynamicLibrary</ConfigurationType> |
| 23 |
<PlatformToolset>v142</PlatformToolset> |
| 24 |
<CharacterSet>MultiByte</CharacterSet> |
| 25 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
| 26 |
</PropertyGroup> |
| 27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 28 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
| 29 |
<PlatformToolset>v142</PlatformToolset> |
| 30 |
<CharacterSet>MultiByte</CharacterSet> |
| 31 |
</PropertyGroup> |
| 32 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 33 |
<ImportGroup Label="ExtensionSettings"> |
| 34 |
</ImportGroup> |
| 35 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 36 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 37 |
</ImportGroup> |
| 38 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 39 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 40 |
</ImportGroup> |
| 41 |
<PropertyGroup Label="UserMacros" /> |
| 42 |
<PropertyGroup> |
| 43 |
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
| 44 |
</PropertyGroup> |
| 45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 46 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 47 |
<IntDir>$(Configuration)\</IntDir> |
| 48 |
<LinkIncremental>true</LinkIncremental> |
| 49 |
</PropertyGroup> |
| 50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 51 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 52 |
<IntDir>$(Configuration)\</IntDir> |
| 53 |
<LinkIncremental>false</LinkIncremental> |
| 54 |
</PropertyGroup> |
| 55 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 56 |
<ClCompile> |
| 57 |
<Optimization>Disabled</Optimization> |
| 58 |
<AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;$(SolutionDir)..\teraterm\teraterm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 59 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;TTXENCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 60 |
<MinimalRebuild>true</MinimalRebuild> |
| 61 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 62 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 63 |
<PrecompiledHeader /> |
| 64 |
<WarningLevel>Level3</WarningLevel> |
| 65 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 66 |
</ClCompile> |
| 67 |
<Link> |
| 68 |
<AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 69 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 70 |
<SubSystem>Windows</SubSystem> |
| 71 |
<TargetMachine>MachineX86</TargetMachine> |
| 72 |
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
| 73 |
</Link> |
| 74 |
</ItemDefinitionGroup> |
| 75 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 76 |
<ClCompile> |
| 77 |
<AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;$(SolutionDir)..\teraterm\teraterm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 78 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;TTXENCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 79 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 80 |
<PrecompiledHeader /> |
| 81 |
<WarningLevel>Level3</WarningLevel> |
| 82 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 83 |
</ClCompile> |
| 84 |
<Link> |
| 85 |
<AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 86 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 87 |
<SubSystem>Windows</SubSystem> |
| 88 |
<OptimizeReferences>true</OptimizeReferences> |
| 89 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 90 |
<TargetMachine>MachineX86</TargetMachine> |
| 91 |
</Link> |
| 92 |
</ItemDefinitionGroup> |
| 93 |
<ItemGroup> |
| 94 |
<ClCompile Include="ttxkanjimenu.c" /> |
| 95 |
</ItemGroup> |
| 96 |
<ItemGroup> |
| 97 |
<ClInclude Include="resource.h" /> |
| 98 |
</ItemGroup> |
| 99 |
<ItemGroup> |
| 100 |
<ResourceCompile Include="ttxkanjimenu.rc" /> |
| 101 |
</ItemGroup> |
| 102 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 103 |
<ImportGroup Label="ExtensionTargets"> |
| 104 |
</ImportGroup> |
| 105 |
</Project> |