[Ttssh2-commit] [8510] プロジェクトファイル修正 vs2019

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2020年 1月 30日 (木) 00:22:08 JST


Revision: 8510
          https://osdn.net/projects/ttssh2/scm/svn/commits/8510
Author:   zmatsuo
Date:     2020-01-30 00:22:08 +0900 (Thu, 30 Jan 2020)
Log Message:
-----------
プロジェクトファイル修正 vs2019

Modified Paths:
--------------
    trunk/TTProxy/TTProxy.v16.sln
    trunk/TTProxy/TTProxy.v16.vcxproj
    trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.v16.vcxproj
    trunk/TTXSamples/TTXViewMode/TTXViewMode.v16.vcxproj
    trunk/teraterm/ttpfile/ttpfile.v16.vcxproj
    trunk/teraterm/ttpfile/ttpfile.v16.vcxproj.filters
    trunk/teraterm/ttpset/ttpset.v16.vcxproj
    trunk/teraterm/ttptek/ttptek.v16.vcxproj

-------------- next part --------------
Modified: trunk/TTProxy/TTProxy.v16.sln
===================================================================
--- trunk/TTProxy/TTProxy.v16.sln	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/TTProxy/TTProxy.v16.sln	2020-01-29 15:22:08 UTC (rev 8510)
@@ -1,10 +1,12 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 16
+# Visual Studio Version 16
 VisualStudioVersion = 16.0.28803.156
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TTProxy", "TTProxy.v16.vcxproj", "{C4DE5FDF-DB00-4C73-9D4F-359BFCA3F2FB}"
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common_static", "..\teraterm\common\common_static.v16.vcxproj", "{AC42387D-23EC-45DB-81F9-8933C7EFA52A}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
@@ -15,8 +17,15 @@
 		{C4DE5FDF-DB00-4C73-9D4F-359BFCA3F2FB}.Debug|Win32.Build.0 = Debug|Win32
 		{C4DE5FDF-DB00-4C73-9D4F-359BFCA3F2FB}.Release|Win32.ActiveCfg = Release|Win32
 		{C4DE5FDF-DB00-4C73-9D4F-359BFCA3F2FB}.Release|Win32.Build.0 = Release|Win32
+		{AC42387D-23EC-45DB-81F9-8933C7EFA52A}.Debug|Win32.ActiveCfg = Debug|Win32
+		{AC42387D-23EC-45DB-81F9-8933C7EFA52A}.Debug|Win32.Build.0 = Debug|Win32
+		{AC42387D-23EC-45DB-81F9-8933C7EFA52A}.Release|Win32.ActiveCfg = Release|Win32
+		{AC42387D-23EC-45DB-81F9-8933C7EFA52A}.Release|Win32.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
 	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {A4DEB4C3-85FB-401C-BEFD-469E0A10C041}
+	EndGlobalSection
 EndGlobal

Modified: trunk/TTProxy/TTProxy.v16.vcxproj
===================================================================
--- trunk/TTProxy/TTProxy.v16.vcxproj	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/TTProxy/TTProxy.v16.vcxproj	2020-01-29 15:22:08 UTC (rev 8510)
@@ -202,6 +202,11 @@
     <ClInclude Include="YCL\include\YCL\Vector.h" />
     <ClInclude Include="YCL\include\YCL\Window.h" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\teraterm\common\common_static.v16.vcxproj">
+      <Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>

Modified: trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.v16.vcxproj
===================================================================
--- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.v16.vcxproj	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.v16.vcxproj	2020-01-29 15:22:08 UTC (rev 8510)
@@ -109,6 +109,11 @@
     <Text Include="ReadMe-ja.txt" />
     <Text Include="ReadMe.txt" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\teraterm\common\common_static.v16.vcxproj">
+      <Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>

Modified: trunk/TTXSamples/TTXViewMode/TTXViewMode.v16.vcxproj
===================================================================
--- trunk/TTXSamples/TTXViewMode/TTXViewMode.v16.vcxproj	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/TTXSamples/TTXViewMode/TTXViewMode.v16.vcxproj	2020-01-29 15:22:08 UTC (rev 8510)
@@ -109,6 +109,11 @@
     <Text Include="ReadMe-ja.txt" />
     <Text Include="ReadMe.txt" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\teraterm\common\common_static.v16.vcxproj">
+      <Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>

Modified: trunk/teraterm/ttpfile/ttpfile.v16.vcxproj
===================================================================
--- trunk/teraterm/ttpfile/ttpfile.v16.vcxproj	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/teraterm/ttpfile/ttpfile.v16.vcxproj	2020-01-29 15:22:08 UTC (rev 8510)
@@ -167,6 +167,9 @@
     <None Include="ttpfile.def" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\common\common_static.v16.vcxproj">
+      <Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project>
+    </ProjectReference>
     <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: trunk/teraterm/ttpfile/ttpfile.v16.vcxproj.filters
===================================================================
--- trunk/teraterm/ttpfile/ttpfile.v16.vcxproj.filters	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/teraterm/ttpfile/ttpfile.v16.vcxproj.filters	2020-01-29 15:22:08 UTC (rev 8510)
@@ -52,6 +52,12 @@
     <ClCompile Include="..\common\win16api.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\common\dlglib_cpp.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\common\dlglib_tmpl.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="bplus.h">

Modified: trunk/teraterm/ttpset/ttpset.v16.vcxproj
===================================================================
--- trunk/teraterm/ttpset/ttpset.v16.vcxproj	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/teraterm/ttpset/ttpset.v16.vcxproj	2020-01-29 15:22:08 UTC (rev 8510)
@@ -147,6 +147,9 @@
     <ResourceCompile Include="ttpset-version.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\common\common_static.v16.vcxproj">
+      <Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project>
+    </ProjectReference>
     <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
@@ -155,4 +158,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file

Modified: trunk/teraterm/ttptek/ttptek.v16.vcxproj
===================================================================
--- trunk/teraterm/ttptek/ttptek.v16.vcxproj	2020-01-29 15:21:56 UTC (rev 8509)
+++ trunk/teraterm/ttptek/ttptek.v16.vcxproj	2020-01-29 15:22:08 UTC (rev 8510)
@@ -143,6 +143,9 @@
     <ResourceCompile Include="ttptek-version.rc" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\common\common_static.v16.vcxproj">
+      <Project>{ac42387d-23ec-45db-81f9-8933c7efa52a}</Project>
+    </ProjectReference>
     <ProjectReference Include="..\ttpcmn\ttpcmn.v16.vcxproj">
       <Project>{118e0d32-5553-4f73-9927-e873c1c500e4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
@@ -151,4 +154,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file


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