[Ttssh2-commit] [7147] プロジェクトの依存先の vcxproj バージョンが間違っているのを修正

Back to archive index

scmno****@osdn***** scmno****@osdn*****
2018年 7月 13日 (金) 17:52:49 JST


Revision: 7147
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7147
Author:   maya
Date:     2018-07-13 17:52:49 +0900 (Fri, 13 Jul 2018)
Log Message:
-----------
プロジェクトの依存先の vcxproj バージョンが間違っているのを修正

r7145 以外にも対応が必要なファイルがあったので追加修正

Revision Links:
--------------
    http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7145

Modified Paths:
--------------
    branches/drag_and_drop/teraterm/teraterm/ttermpro.v14.vcxproj
    branches/drag_and_drop/teraterm/ttpdlg/ttpdlg.v14.vcxproj
    branches/drag_and_drop/teraterm/ttpfile/ttpfile.v14.vcxproj
    branches/drag_and_drop/teraterm/ttpmacro/ttpmacro.v14.vcxproj
    branches/drag_and_drop/teraterm/ttpset/ttpset.v14.vcxproj
    branches/drag_and_drop/teraterm/ttptek/ttptek.v14.vcxproj

-------------- next part --------------
Modified: branches/drag_and_drop/teraterm/teraterm/ttermpro.v14.vcxproj
===================================================================
--- branches/drag_and_drop/teraterm/teraterm/ttermpro.v14.vcxproj	2018-07-12 15:29:13 UTC (rev 7146)
+++ branches/drag_and_drop/teraterm/teraterm/ttermpro.v14.vcxproj	2018-07-13 08:52:49 UTC (rev 7147)
@@ -185,27 +185,27 @@
     <ClInclude Include="ttfileio.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\ttpcmn\ttpcmn.v12.vcxproj">
+    <ProjectReference Include="..\ttpcmn\ttpcmn.v14.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\ttpdlg\ttpdlg.v12.vcxproj">
+    <ProjectReference Include="..\ttpdlg\ttpdlg.v14.vcxproj">
       <Project>{47cb840d-85c8-460f-9101-beb54bef9d56}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\ttpfile\ttpfile.v12.vcxproj">
+    <ProjectReference Include="..\ttpfile\ttpfile.v14.vcxproj">
       <Project>{311f2b21-aec4-4384-8209-bb83b54749b4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\ttpmacro\ttpmacro.v12.vcxproj">
+    <ProjectReference Include="..\ttpmacro\ttpmacro.v14.vcxproj">
       <Project>{ba519362-a2c2-4b1a-905b-f00791f9038a}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\ttpset\ttpset.v12.vcxproj">
+    <ProjectReference Include="..\ttpset\ttpset.v14.vcxproj">
       <Project>{5cf58947-e861-4a5c-b0b1-e85486f149cd}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\ttptek\ttptek.v12.vcxproj">
+    <ProjectReference Include="..\ttptek\ttptek.v14.vcxproj">
       <Project>{6d08053b-1c68-4a7e-8766-3553f5af010b}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>

Modified: branches/drag_and_drop/teraterm/ttpdlg/ttpdlg.v14.vcxproj
===================================================================
--- branches/drag_and_drop/teraterm/ttpdlg/ttpdlg.v14.vcxproj	2018-07-12 15:29:13 UTC (rev 7146)
+++ branches/drag_and_drop/teraterm/ttpdlg/ttpdlg.v14.vcxproj	2018-07-13 08:52:49 UTC (rev 7147)
@@ -154,11 +154,11 @@
     <None Include="ttpdlg.def" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\svnrev\svnrev.v12.vcxproj">
+    <ProjectReference Include="..\svnrev\svnrev.v14.vcxproj">
       <Project>{80f1c3f0-a213-4d48-85c8-a265990d19a7}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\ttpcmn\ttpcmn.v12.vcxproj">
+    <ProjectReference Include="..\ttpcmn\ttpcmn.v14.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>

Modified: branches/drag_and_drop/teraterm/ttpfile/ttpfile.v14.vcxproj
===================================================================
--- branches/drag_and_drop/teraterm/ttpfile/ttpfile.v14.vcxproj	2018-07-12 15:29:13 UTC (rev 7146)
+++ branches/drag_and_drop/teraterm/ttpfile/ttpfile.v14.vcxproj	2018-07-13 08:52:49 UTC (rev 7147)
@@ -157,7 +157,7 @@
     <None Include="ttpfile.def" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\ttpcmn\ttpcmn.v12.vcxproj">
+    <ProjectReference Include="..\ttpcmn\ttpcmn.v14.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>

Modified: branches/drag_and_drop/teraterm/ttpmacro/ttpmacro.v14.vcxproj
===================================================================
--- branches/drag_and_drop/teraterm/ttpmacro/ttpmacro.v14.vcxproj	2018-07-12 15:29:13 UTC (rev 7146)
+++ branches/drag_and_drop/teraterm/ttpmacro/ttpmacro.v14.vcxproj	2018-07-13 08:52:49 UTC (rev 7147)
@@ -177,7 +177,7 @@
     </ResourceCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\ttpcmn\ttpcmn.v12.vcxproj">
+    <ProjectReference Include="..\ttpcmn\ttpcmn.v14.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>

Modified: branches/drag_and_drop/teraterm/ttpset/ttpset.v14.vcxproj
===================================================================
--- branches/drag_and_drop/teraterm/ttpset/ttpset.v14.vcxproj	2018-07-12 15:29:13 UTC (rev 7146)
+++ branches/drag_and_drop/teraterm/ttpset/ttpset.v14.vcxproj	2018-07-13 08:52:49 UTC (rev 7147)
@@ -144,7 +144,7 @@
     <ResourceCompile Include="ttpset.rc" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\ttpcmn\ttpcmn.v12.vcxproj">
+    <ProjectReference Include="..\ttpcmn\ttpcmn.v14.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>

Modified: branches/drag_and_drop/teraterm/ttptek/ttptek.v14.vcxproj
===================================================================
--- branches/drag_and_drop/teraterm/ttptek/ttptek.v14.vcxproj	2018-07-12 15:29:13 UTC (rev 7146)
+++ branches/drag_and_drop/teraterm/ttptek/ttptek.v14.vcxproj	2018-07-13 08:52:49 UTC (rev 7147)
@@ -140,7 +140,7 @@
     <ResourceCompile Include="ttptek.rc" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\ttpcmn\ttpcmn.v12.vcxproj">
+    <ProjectReference Include="..\ttpcmn\ttpcmn.v14.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>



Ttssh2-commit メーリングリストの案内
Back to archive index