メニューからTeraPadを起動できるようになります。
リビジョン | 128dc41460321177bbe12c86c5dacd3f96481347 (tree) |
---|---|
日時 | 2022-07-19 12:48:08 |
作者 | IWAMOTO Kouichi <sue@iwmt...> |
コミッター | IWAMOTO Kouichi |
VS2019用プロジェクトファイルを追加
@@ -4,4 +4,4 @@ | ||
4 | 4 | *.suo |
5 | 5 | *.aps |
6 | 6 | *.vcproj.*.user |
7 | - | |
7 | +*.vcxproj.*user |
@@ -0,0 +1,102 @@ | ||
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>{A0EB95E1-12A1-42E0-9371-D5CB101D3D98}</ProjectGuid> | |
15 | + <RootNamespace>TTXTeraPad</RootNamespace> | |
16 | + <Keyword>Win32Proj</Keyword> | |
17 | + </PropertyGroup> | |
18 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
19 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
20 | + <ConfigurationType>DynamicLibrary</ConfigurationType> | |
21 | + <UseDebugLibraries>false</UseDebugLibraries> | |
22 | + <PlatformToolset>v142</PlatformToolset> | |
23 | + <CharacterSet>NotSet</CharacterSet> | |
24 | + <WholeProgramOptimization>true</WholeProgramOptimization> | |
25 | + </PropertyGroup> | |
26 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
27 | + <ConfigurationType>DynamicLibrary</ConfigurationType> | |
28 | + <UseDebugLibraries>true</UseDebugLibraries> | |
29 | + <PlatformToolset>v142</PlatformToolset> | |
30 | + <CharacterSet>NotSet</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>16.0.30804.86</_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;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
60 | + <MinimalRebuild>false</MinimalRebuild> | |
61 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
62 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
63 | + <PrecompiledHeader /> | |
64 | + <WarningLevel>Level3</WarningLevel> | |
65 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
66 | + </ClCompile> | |
67 | + <Link> | |
68 | + <GenerateDebugInformation>true</GenerateDebugInformation> | |
69 | + <SubSystem>Windows</SubSystem> | |
70 | + <TargetMachine>MachineX86</TargetMachine> | |
71 | + </Link> | |
72 | + </ItemDefinitionGroup> | |
73 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
74 | + <ClCompile> | |
75 | + <AdditionalIncludeDirectories>$(SolutionDir)..\teraterm\common;$(SolutionDir)..\teraterm\teraterm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
76 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
77 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
78 | + <PrecompiledHeader /> | |
79 | + <WarningLevel>Level3</WarningLevel> | |
80 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
81 | + </ClCompile> | |
82 | + <Link> | |
83 | + <GenerateDebugInformation>true</GenerateDebugInformation> | |
84 | + <SubSystem>Windows</SubSystem> | |
85 | + <OptimizeReferences>true</OptimizeReferences> | |
86 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
87 | + <TargetMachine>MachineX86</TargetMachine> | |
88 | + </Link> | |
89 | + </ItemDefinitionGroup> | |
90 | + <ItemGroup> | |
91 | + <ClCompile Include="TTXTeraPad.c" /> | |
92 | + </ItemGroup> | |
93 | + <ItemGroup> | |
94 | + <None Include="LICENSE" /> | |
95 | + </ItemGroup> | |
96 | + <ItemGroup> | |
97 | + <Text Include="ReadMe.txt" /> | |
98 | + </ItemGroup> | |
99 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
100 | + <ImportGroup Label="ExtensionTargets"> | |
101 | + </ImportGroup> | |
102 | +</Project> |
@@ -0,0 +1,27 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | + <ItemGroup> | |
4 | + <Filter Include="Source Files"> | |
5 | + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | |
6 | + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | |
7 | + </Filter> | |
8 | + <Filter Include="ReadMe"> | |
9 | + <UniqueIdentifier>{5938ee3a-7c97-450e-bb57-c518cbb680b3}</UniqueIdentifier> | |
10 | + </Filter> | |
11 | + </ItemGroup> | |
12 | + <ItemGroup> | |
13 | + <ClCompile Include="TTXTeraPad.c"> | |
14 | + <Filter>Source Files</Filter> | |
15 | + </ClCompile> | |
16 | + </ItemGroup> | |
17 | + <ItemGroup> | |
18 | + <None Include="LICENSE"> | |
19 | + <Filter>ReadMe</Filter> | |
20 | + </None> | |
21 | + </ItemGroup> | |
22 | + <ItemGroup> | |
23 | + <Text Include="ReadMe.txt"> | |
24 | + <Filter>ReadMe</Filter> | |
25 | + </Text> | |
26 | + </ItemGroup> | |
27 | +</Project> | |
\ No newline at end of file |