Tera TermにCD-ROM取り出し機能を追加します。
Révision | 4f006f2c4502a39aad3fc84adcf36ed7c2938b46 (tree) |
---|---|
l'heure | 2022-07-19 03:38:10 |
Auteur | IWAMOTO Kouichi <sue@iwmt...> |
Commiter | IWAMOTO Kouichi |
VS2019用プロジェクトファイルを追加
@@ -0,0 +1,106 @@ | ||
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>{C974159B-DF1B-4477-9EE1-30FA76FA08BE}</ProjectGuid> | |
15 | + <RootNamespace>TTXEject</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>..\$(Configuration)\</OutDir> | |
47 | + <IntDir>$(Configuration)\</IntDir> | |
48 | + <LinkIncremental>true</LinkIncremental> | |
49 | + </PropertyGroup> | |
50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
51 | + <OutDir>..\$(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>..\..\teraterm\common;..\..\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 | + <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
69 | + <GenerateDebugInformation>true</GenerateDebugInformation> | |
70 | + <SubSystem>Windows</SubSystem> | |
71 | + <TargetMachine>MachineX86</TargetMachine> | |
72 | + <AdditionalLibraryDirectories>$(SolutionDir)..\teraterm\$(Configuration)</AdditionalLibraryDirectories> | |
73 | + </Link> | |
74 | + </ItemDefinitionGroup> | |
75 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
76 | + <ClCompile> | |
77 | + <AdditionalIncludeDirectories>..\..\teraterm\common;..\..\teraterm\teraterm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
78 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
79 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
80 | + <PrecompiledHeader /> | |
81 | + <WarningLevel>Level3</WarningLevel> | |
82 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
83 | + </ClCompile> | |
84 | + <Link> | |
85 | + <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
86 | + <GenerateDebugInformation>true</GenerateDebugInformation> | |
87 | + <SubSystem>Windows</SubSystem> | |
88 | + <OptimizeReferences>true</OptimizeReferences> | |
89 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
90 | + <TargetMachine>MachineX86</TargetMachine> | |
91 | + <AdditionalLibraryDirectories>$(SolutionDir)..\teraterm\$(Configuration)</AdditionalLibraryDirectories> | |
92 | + </Link> | |
93 | + </ItemDefinitionGroup> | |
94 | + <ItemGroup> | |
95 | + <ClCompile Include="TTXEject.c" /> | |
96 | + </ItemGroup> | |
97 | + <ItemGroup> | |
98 | + <None Include="LICENSE" /> | |
99 | + </ItemGroup> | |
100 | + <ItemGroup> | |
101 | + <Text Include="ReadMe.txt" /> | |
102 | + </ItemGroup> | |
103 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
104 | + <ImportGroup Label="ExtensionTargets"> | |
105 | + </ImportGroup> | |
106 | +</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>{c0ac8203-2ebb-4765-9bcf-c17faddc6827}</UniqueIdentifier> | |
10 | + </Filter> | |
11 | + </ItemGroup> | |
12 | + <ItemGroup> | |
13 | + <ClCompile Include="TTXEject.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 |