Framework Linux.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|ARM">
  9. <Configuration>Release</Configuration>
  10. <Platform>ARM</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x86">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x86</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x86">
  17. <Configuration>Release</Configuration>
  18. <Platform>x86</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{8492d63f-6800-439e-8fc1-42031b90f00f}</ProjectGuid>
  31. <Keyword>Linux</Keyword>
  32. <RootNamespace>Framework_Linux</RootNamespace>
  33. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  34. <ApplicationType>Linux</ApplicationType>
  35. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  36. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  37. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  38. </PropertyGroup>
  39. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  41. <UseDebugLibraries>true</UseDebugLibraries>
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. <ConfigurationType>DynamicLibrary</ConfigurationType>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
  49. <UseDebugLibraries>true</UseDebugLibraries>
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <ConfigurationType>DynamicLibrary</ConfigurationType>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  57. <UseDebugLibraries>true</UseDebugLibraries>
  58. <ConfigurationType>DynamicLibrary</ConfigurationType>
  59. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  60. <RemoteProjectRelDir>/home/kolja/projects/Framework/debug/</RemoteProjectRelDir>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <ConfigurationType>DynamicLibrary</ConfigurationType>
  65. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  66. </PropertyGroup>
  67. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  68. <ImportGroup Label="ExtensionSettings" />
  69. <ImportGroup Label="Shared" />
  70. <ImportGroup Label="PropertySheets" />
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  73. <TargetExt>.so</TargetExt>
  74. <RemoteProjectDir>$(RemoteRootDir)/Framework</RemoteProjectDir>
  75. <TargetName>libdbg$(ProjectName)</TargetName>
  76. <IncludePath>D:\Visual Studio 2017\Common7\IDE\VC\Linux\include\usr\include\c++\5;$(IncludePath)</IncludePath>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  79. <TargetExt>.so</TargetExt>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <TargetExt>.so</TargetExt>
  83. <RemoteProjectDir>$(RemoteRootDir)/Framework/debug</RemoteProjectDir>
  84. <TargetName>libdbgFramework</TargetName>
  85. <IncludePath>$(IncludePath)</IncludePath>
  86. <OutDir>/home/kolja/projects/Framework/debug/</OutDir>
  87. <IntDir>/home/kolja/projects/Framework/debug/</IntDir>
  88. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  89. <RemoteLinkLocalCopyOutput>true</RemoteLinkLocalCopyOutput>
  90. <RemoteIntRelDir>/home/kolja/projects/Framework/debug/</RemoteIntRelDir>
  91. <RemoteOutRelDir>/home/kolja/projects/Framework/debug/</RemoteOutRelDir>
  92. <RemoteDeployDir>/home/kolja/projects/Framework/debug/</RemoteDeployDir>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  95. <TargetExt>.so</TargetExt>
  96. <RemoteProjectDir>$(RemoteRootDir)/Framework/release</RemoteProjectDir>
  97. <TargetName>libFramework</TargetName>
  98. <OutDir>$(RemoteRootDir)/Framework/release/</OutDir>
  99. <IntDir>$(RemoteRootDir)/Framework/release/</IntDir>
  100. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  103. <TargetExt>.so</TargetExt>
  104. <RemoteProjectDir>$(RemoteRootDir)/Framework</RemoteProjectDir>
  105. <TargetName>libdbg$(ProjectName)</TargetName>
  106. <IncludePath>D:\Visual Studio 2017\Common7\IDE\VC\Linux\include\usr\include\c++\5;$(IncludePath)</IncludePath>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  109. <TargetExt>.so</TargetExt>
  110. </PropertyGroup>
  111. <ItemGroup>
  112. <ClCompile Include="AlphaFeld.cpp" />
  113. <ClCompile Include="Animation.cpp" />
  114. <ClCompile Include="Animation3D.cpp" />
  115. <ClCompile Include="AsynchronCall.cpp" />
  116. <ClCompile Include="AuswahlBox.cpp" />
  117. <ClCompile Include="Base64.cpp" />
  118. <ClCompile Include="Bild.cpp" />
  119. <ClCompile Include="Bildschirm.cpp" />
  120. <ClCompile Include="Console.cpp" />
  121. <ClCompile Include="Critical.cpp" />
  122. <ClCompile Include="Cube.cpp" />
  123. <ClCompile Include="Datei.cpp" />
  124. <ClCompile Include="DateiSystem.cpp" />
  125. <ClCompile Include="Diagramm.cpp" />
  126. <ClCompile Include="DLLRegister.cpp" />
  127. <ClCompile Include="DXBuffer.cpp" />
  128. <ClCompile Include="Errors.cpp" />
  129. <ClCompile Include="Fenster.cpp" />
  130. <ClCompile Include="Fortschritt.cpp" />
  131. <ClCompile Include="Global.cpp" />
  132. <ClCompile Include="GraphicsApi.cpp" />
  133. <ClCompile Include="InitDatei.cpp" />
  134. <ClCompile Include="InMemoryBuffer.cpp" />
  135. <ClCompile Include="JSON.cpp" />
  136. <ClCompile Include="Kamera2D.cpp" />
  137. <ClCompile Include="Key.cpp" />
  138. <ClCompile Include="Knopf.cpp" />
  139. <ClCompile Include="KSGTDatei.cpp" />
  140. <ClCompile Include="Liste.cpp" />
  141. <ClCompile Include="Logging.cpp" />
  142. <ClCompile Include="M2Datei.cpp" />
  143. <ClCompile Include="M2DVorschau.cpp" />
  144. <ClCompile Include="M3Datei.cpp" />
  145. <ClCompile Include="MausEreignis.cpp" />
  146. <ClCompile Include="Model2D.cpp" />
  147. <ClCompile Include="Model3D.cpp" />
  148. <ClCompile Include="Model3DCollection.cpp" />
  149. <ClCompile Include="Model3DList.cpp" />
  150. <ClCompile Include="ObjFile.cpp" />
  151. <ClCompile Include="Prozess.cpp" />
  152. <ClCompile Include="Punkt.cpp" />
  153. <ClCompile Include="Rahmen.cpp" />
  154. <ClCompile Include="Random.cpp" />
  155. <ClInclude Include="Console.h" />
  156. <ClInclude Include="Iterator.h" />
  157. <ClInclude Include="Logging.h" />
  158. <ClInclude Include="RCPointer.h" />
  159. <ClCompile Include="Reader.cpp" />
  160. <ClCompile Include="ReferenceCounter.cpp" />
  161. <ClCompile Include="Regex.cpp" />
  162. <ClCompile Include="Schrift.cpp" />
  163. <ClCompile Include="Scroll.cpp" />
  164. <ClCompile Include="Tabelle.cpp" />
  165. <ClCompile Include="TastaturEreignis.cpp" />
  166. <ClCompile Include="Text.cpp" />
  167. <ClCompile Include="TextFeld.cpp" />
  168. <ClCompile Include="Textur.cpp" />
  169. <ClCompile Include="Textur2D.cpp" />
  170. <ClCompile Include="TexturList.cpp" />
  171. <ClCompile Include="TexturModel.cpp" />
  172. <ClCompile Include="Thread.cpp" />
  173. <ClCompile Include="ToolTip.cpp" />
  174. <ClCompile Include="UIInitialization.cpp" />
  175. <ClCompile Include="UIMLView.cpp" />
  176. <ClCompile Include="Welt2D.cpp" />
  177. <ClCompile Include="Welt3D.cpp" />
  178. <ClCompile Include="Writer.cpp" />
  179. <ClCompile Include="XML.cpp" />
  180. <ClCompile Include="Zeichnung.cpp" />
  181. <ClCompile Include="Zeichnung3D.cpp" />
  182. <ClCompile Include="Zeit.cpp" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ClInclude Include="AlphaFeld.h" />
  186. <ClInclude Include="Animation.h" />
  187. <ClInclude Include="Animation3D.h" />
  188. <ClInclude Include="Array.h" />
  189. <ClInclude Include="AsynchronCall.h" />
  190. <ClInclude Include="AuswahlBox.h" />
  191. <ClInclude Include="Base64.h" />
  192. <ClInclude Include="Betriebssystem.h" />
  193. <ClInclude Include="Bild.h" />
  194. <ClInclude Include="Bildschirm.h" />
  195. <ClInclude Include="Cache.h" />
  196. <ClInclude Include="CharMap.h" />
  197. <ClInclude Include="Critical.h" />
  198. <ClInclude Include="Cube.h" />
  199. <ClInclude Include="Datei.h" />
  200. <ClInclude Include="DateiSystem.h" />
  201. <ClInclude Include="Diagramm.h" />
  202. <ClInclude Include="DLLRegister.h" />
  203. <ClInclude Include="DreieckListe.h" />
  204. <ClInclude Include="DXBuffer.h" />
  205. <ClInclude Include="Ebene3D.h" />
  206. <ClInclude Include="Either.h" />
  207. <ClInclude Include="Errors.h" />
  208. <ClInclude Include="Fenster.h" />
  209. <ClInclude Include="Fortschritt.h" />
  210. <ClInclude Include="FrameworkMath.h" />
  211. <ClInclude Include="Globals.h" />
  212. <ClInclude Include="GraphicsApi.h" />
  213. <ClInclude Include="HashMap.h" />
  214. <ClInclude Include="ImmutablePair.h" />
  215. <ClInclude Include="InitDatei.h" />
  216. <ClInclude Include="InMemoryBuffer.h" />
  217. <ClInclude Include="JSON.h" />
  218. <ClInclude Include="Kamera2D.h" />
  219. <ClInclude Include="Key.h" />
  220. <ClInclude Include="Knopf.h" />
  221. <ClInclude Include="KSGTDatei.h" />
  222. <ClInclude Include="Liste.h" />
  223. <ClInclude Include="M2Datei.h" />
  224. <ClInclude Include="M2DVorschau.h" />
  225. <ClInclude Include="M3Datei.h" />
  226. <ClInclude Include="Mat3.h" />
  227. <ClInclude Include="Mat4.h" />
  228. <ClInclude Include="MausEreignis.h" />
  229. <ClInclude Include="Maybe.h" />
  230. <ClInclude Include="Model2D.h" />
  231. <ClInclude Include="Model3D.h" />
  232. <ClInclude Include="Model3DCollection.h" />
  233. <ClInclude Include="Model3DList.h" />
  234. <ClInclude Include="ObjFile.h" />
  235. <ClInclude Include="Pair.h" />
  236. <ClInclude Include="Prozess.h" />
  237. <ClInclude Include="Punkt.h" />
  238. <ClInclude Include="Rahmen.h" />
  239. <ClInclude Include="Random.h" />
  240. <ClInclude Include="Reader.h" />
  241. <ClInclude Include="Rect2.h" />
  242. <ClInclude Include="ReferenceCounter.h" />
  243. <ClInclude Include="Regex.h" />
  244. <ClInclude Include="Schrift.h" />
  245. <ClInclude Include="Scroll.h" />
  246. <ClInclude Include="Stream.h" />
  247. <ClInclude Include="Supplier.h" />
  248. <ClInclude Include="Tabelle.h" />
  249. <ClInclude Include="TastaturEreignis.h" />
  250. <ClInclude Include="Text.h" />
  251. <ClInclude Include="TextFeld.h" />
  252. <ClInclude Include="Textur.h" />
  253. <ClInclude Include="Textur2D.h" />
  254. <ClInclude Include="TexturList.h" />
  255. <ClInclude Include="TexturModel.h" />
  256. <ClInclude Include="Thread.h" />
  257. <ClInclude Include="ToolTip.h" />
  258. <ClInclude Include="Tree.h" />
  259. <ClInclude Include="Trie.h" />
  260. <ClInclude Include="UIInitialization.h" />
  261. <ClInclude Include="UIMLView.h" />
  262. <ClInclude Include="Vec2.h" />
  263. <ClInclude Include="Vec3.h" />
  264. <ClInclude Include="VecN.h" />
  265. <ClInclude Include="Welt2D.h" />
  266. <ClInclude Include="Welt3D.h" />
  267. <ClInclude Include="Writer.h" />
  268. <ClInclude Include="XML.h" />
  269. <ClInclude Include="Zeichnung.h" />
  270. <ClInclude Include="Zeichnung3D.h" />
  271. <ClInclude Include="Zeit.h" />
  272. </ItemGroup>
  273. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  274. <ClCompile>
  275. <CppAdditionalWarning>switch;no-deprecated-declarations;empty-body;conversion;return-type;parentheses;no-format;uninitialized;unreachable-code;unused-function;unused-value;unused-variable;%(CppAdditionalWarning)</CppAdditionalWarning>
  276. <AdditionalOptions>-fPIC -Wno-unknown-pragmas</AdditionalOptions>
  277. <PositionIndependentCode>true</PositionIndependentCode>
  278. <ObjectFileName>%(filename).o</ObjectFileName>
  279. <CppLanguageStandard>c++20</CppLanguageStandard>
  280. </ClCompile>
  281. <Link>
  282. <AdditionalDependencies>$(StlAdditionalDependencies)</AdditionalDependencies>
  283. <LibraryDependencies>pthread;dl;%(LibraryDependencies)</LibraryDependencies>
  284. <GenerateMapFile>
  285. </GenerateMapFile>
  286. <Trace>false</Trace>
  287. <TraceSymbols>
  288. </TraceSymbols>
  289. <Relocation>true</Relocation>
  290. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  291. <VerboseOutput>false</VerboseOutput>
  292. </Link>
  293. </ItemDefinitionGroup>
  294. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  295. <Link>
  296. <AdditionalDependencies>
  297. </AdditionalDependencies>
  298. <LibraryDependencies>pthread;dl;%(LibraryDependencies)</LibraryDependencies>
  299. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  300. </Link>
  301. <ClCompile>
  302. <AdditionalOptions>-fPIC -Wno-unknown-pragmas</AdditionalOptions>
  303. <CppLanguageStandard>c++20</CppLanguageStandard>
  304. </ClCompile>
  305. </ItemDefinitionGroup>
  306. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  307. <ImportGroup Label="ExtensionTargets" />
  308. </Project>