Revision: 9650 https://osdn.net/projects/ttssh2/scm/svn/commits/9650 Author: nmaya Date: 2021-12-29 23:49:47 +0900 (Wed, 29 Dec 2021) Log Message: ----------- puttyrev を削除 - ttxssh プロジェクトが puttyrev プロジェクトに依存しているのを削除 - ビルド前のイベントで puttyrev.exe を実行しているのを削除 Merge from 4-stable: r9649 Revision Links: -------------- https://osdn.net/projects/ttssh2/scm/svn/commits/9649 Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj trunk/ttssh2/ttxssh/ttxssh.v8.vcproj -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj 2021-12-29 14:48:49 UTC (rev 9649) +++ trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj 2021-12-29 14:49:47 UTC (rev 9650) @@ -51,9 +51,6 @@ <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <PreBuildEvent> - <Command>"$(OutDir)puttyrev.exe"</Command> - </PreBuildEvent> <Midl> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> @@ -97,9 +94,6 @@ </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <PreBuildEvent> - <Command>"$(OutDir)puttyrev.exe"</Command> - </PreBuildEvent> <Midl> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> @@ -238,10 +232,6 @@ <Project>{d33c59b8-e227-47d2-8f80-eda3e28bf995}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="..\puttyrev\puttyrev.v16.vcxproj"> - <Project>{61eb955f-2794-4607-860f-0aa296fa58bd}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> <ProjectReference Include="..\putty\putty.v16.vcxproj"> <Project>{98ca1284-8f6c-4791-bf57-7e5fad33744e}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> Modified: trunk/ttssh2/ttxssh/ttxssh.v8.vcproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v8.vcproj 2021-12-29 14:48:49 UTC (rev 9649) +++ trunk/ttssh2/ttxssh/ttxssh.v8.vcproj 2021-12-29 14:49:47 UTC (rev 9650) @@ -24,7 +24,6 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine=""$(OutDir)\puttyrev.exe"" /> <Tool Name="VCCustomBuildTool" @@ -121,7 +120,6 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine=""$(OutDir)\puttyrev.exe"" /> <Tool Name="VCCustomBuildTool"