Revision: 7664 https://osdn.net/projects/ttssh2/scm/svn/commits/7664 Author: maya Date: 2019-05-13 18:08:22 +0900 (Mon, 13 May 2019) Log Message: ----------- プロジェクトの依存先が 2017 の vcxproj なのを 2019 のものに修正 Modified Paths: -------------- trunk/teraterm/teraterm/ttermpro.v16.vcxproj trunk/teraterm/ttpfile/ttpfile.v16.vcxproj trunk/teraterm/ttpmacro/ttpmacro.v16.vcxproj trunk/teraterm/ttpset/ttpset.v16.vcxproj trunk/teraterm/ttptek/ttptek.v16.vcxproj -------------- next part -------------- Modified: trunk/teraterm/teraterm/ttermpro.v16.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v16.vcxproj 2019-05-12 12:19:46 UTC (rev 7663) +++ trunk/teraterm/teraterm/ttermpro.v16.vcxproj 2019-05-13 09:08:22 UTC (rev 7664) @@ -246,26 +246,26 @@ <ClInclude Include="vtwin.h" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\svnrev\svnrev.v15.vcxproj"> + <ProjectReference Include="..\svnrev\svnrev.v16.vcxproj"> <Project>{80f1c3f0-a213-4d48-85c8-a265990d19a7}</Project> </ProjectReference> - <ProjectReference Include="..\ttpcmn\ttpcmn.v15.vcxproj"> + <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj"> <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="..\ttpfile\ttpfile.v15.vcxproj"> + <ProjectReference Include="..\ttpfile\ttpfile.v16.vcxproj"> <Project>{311f2b21-aec4-4384-8209-bb83b54749b4}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="..\ttpmacro\ttpmacro.v15.vcxproj"> + <ProjectReference Include="..\ttpmacro\ttpmacro.v16.vcxproj"> <Project>{ba519362-a2c2-4b1a-905b-f00791f9038a}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="..\ttpset\ttpset.v15.vcxproj"> + <ProjectReference Include="..\ttpset\ttpset.v16.vcxproj"> <Project>{5cf58947-e861-4a5c-b0b1-e85486f149cd}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="..\ttptek\ttptek.v15.vcxproj"> + <ProjectReference Include="..\ttptek\ttptek.v16.vcxproj"> <Project>{6d08053b-1c68-4a7e-8766-3553f5af010b}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> Modified: trunk/teraterm/ttpfile/ttpfile.v16.vcxproj =================================================================== --- trunk/teraterm/ttpfile/ttpfile.v16.vcxproj 2019-05-12 12:19:46 UTC (rev 7663) +++ trunk/teraterm/ttpfile/ttpfile.v16.vcxproj 2019-05-13 09:08:22 UTC (rev 7664) @@ -164,7 +164,7 @@ <None Include="ttpfile.def" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\ttpcmn\ttpcmn.v15.vcxproj"> + <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj"> <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> Modified: trunk/teraterm/ttpmacro/ttpmacro.v16.vcxproj =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.v16.vcxproj 2019-05-12 12:19:46 UTC (rev 7663) +++ trunk/teraterm/ttpmacro/ttpmacro.v16.vcxproj 2019-05-13 09:08:22 UTC (rev 7664) @@ -194,7 +194,7 @@ </ResourceCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\ttpcmn\ttpcmn.v15.vcxproj"> + <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj"> <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> Modified: trunk/teraterm/ttpset/ttpset.v16.vcxproj =================================================================== --- trunk/teraterm/ttpset/ttpset.v16.vcxproj 2019-05-12 12:19:46 UTC (rev 7663) +++ trunk/teraterm/ttpset/ttpset.v16.vcxproj 2019-05-13 09:08:22 UTC (rev 7664) @@ -145,7 +145,7 @@ <ResourceCompile Include="ttpset-version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\ttpcmn\ttpcmn.v15.vcxproj"> + <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj"> <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> Modified: trunk/teraterm/ttptek/ttptek.v16.vcxproj =================================================================== --- trunk/teraterm/ttptek/ttptek.v16.vcxproj 2019-05-12 12:19:46 UTC (rev 7663) +++ trunk/teraterm/ttptek/ttptek.v16.vcxproj 2019-05-13 09:08:22 UTC (rev 7664) @@ -141,7 +141,7 @@ <ResourceCompile Include="ttptek-version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\ttpcmn\ttpcmn.v15.vcxproj"> + <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj"> <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference>