{"id":21211733,"url":"https://github.com/krusty84/teamcenter-itk-projects-templates","last_synced_at":"2025-06-15T10:36:37.967Z","repository":{"id":263302059,"uuid":"889834581","full_name":"Krusty84/teamcenter-itk-projects-templates","owner":"Krusty84","description":"MS Visual Studio Community and JetBrains CLion projects configured for development on the Teamcenter server-side","archived":false,"fork":false,"pushed_at":"2024-11-17T17:53:59.000Z","size":721,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T18:18:46.120Z","etag":null,"topics":["clion-ide","itk","msvs","teamcenter","teamcenter-itk","teamcenter-platform"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Krusty84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T11:13:39.000Z","updated_at":"2024-11-17T17:54:02.000Z","dependencies_parsed_at":"2024-11-17T18:19:09.414Z","dependency_job_id":"0f4b5a52-83ab-4e40-8001-61867212ed3c","html_url":"https://github.com/Krusty84/teamcenter-itk-projects-templates","commit_stats":null,"previous_names":["krusty84/teamcenter-itk-projects-templates"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2Fteamcenter-itk-projects-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2Fteamcenter-itk-projects-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2Fteamcenter-itk-projects-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2Fteamcenter-itk-projects-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krusty84","download_url":"https://codeload.github.com/Krusty84/teamcenter-itk-projects-templates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234978365,"owners_count":18916660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clion-ide","itk","msvs","teamcenter","teamcenter-itk","teamcenter-platform"],"created_at":"2024-11-20T21:04:34.737Z","updated_at":"2025-01-21T15:49:11.331Z","avatar_url":"https://github.com/Krusty84.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# teamcenter-itk-projects-templates\n\nIf you want to start developing server-side extensions for Teamcenter using the ITK library in the Microsoft Visual \nStudio Community environment, download the **MSVS_GENERAL_ITK_application** folder. If you prefer JetBrains CLion, \ndownload the **CLion_GENERAL_ITK_application** folder.\n\n**Setting Up MSVS_GENERAL_ITK_application:**\n1. Open the file **GENERAL_ITK_application_tc_133.props** for editing.\n2. Modify the paths (I used **C:\\Siemens\\Teamcenter13**) to match your environment in the following sections of the **.props** file:\n```xml\n\u003cItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\"\u003e\n\u003cLink\u003e\n\u003cGenerateDebugInformation\u003etrue\u003c/GenerateDebugInformation\u003e\n\u003cAdditionalLibraryDirectories\u003eC:\\Siemens\\Teamcenter13\\lib;%(AdditionalLibraryDirectories)\u003c/AdditionalLibraryDirectories\u003e\n\u003c/Link\u003e\n\u003c/ItemDefinitionGroup\u003e\n...\n\u003cItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\"\u003e\n\u003cLink\u003e\n\u003cGenerateDebugInformation\u003etrue\u003c/GenerateDebugInformation\u003e\n\u003cAdditionalLibraryDirectories\u003eC:\\Siemens\\Teamcenter13\\lib;%(AdditionalLibraryDirectories)\u003c/AdditionalLibraryDirectories\u003e\n\u003c/Link\u003e\n\u003c/ItemDefinitionGroup\u003e\n...\n\u003cClCompile\u003e\n\u003cAdditionalIncludeDirectories\u003eC:\\Siemens\\Teamcenter13\\include;C:\\Siemens\\Teamcenter13\\include_cpp;%(AdditionalIncludeDirectories)\u003c/AdditionalIncludeDirectories\u003e\n\u003cPreprocessorDefinitions\u003eNT40;POMDLL;CRTAPI1=_cdecl;CRTAPI2=cdecl;_WIN32;WIN64;WIN32_LEAN_AND_MEAN;WNT;BYPASS_FLEX;_INTEL=1;IPLIB=none;%(PreprocessorDefinitions)\u003c/PreprocessorDefinitions\u003e\n\u003c/ClCompile\u003e\n...\n\u003cAdditionalLibraryDirectories\u003eC:\\Siemens\\Teamcenter13\\lib;%(AdditionalLibraryDirectories)\u003c/AdditionalLibraryDirectories\u003e\n```\n3. Save your changes.\n4. Open the project in Microsoft Visual Studio and build your first project.\n\n\n**CLion_GENERAL_ITK_application:**\n1. Open the file **CMakeLists.txt** for editing.\n2. Modify the paths (I used **C:\\Siemens\\Teamcenter13**) to match your environment in the following sections \nof the **CMakeLists.txt** file:\n```\n#Include directories\n\ninclude_directories(\n\"C:/Siemens/Teamcenter13/include\"\n\"C:/Siemens/Teamcenter13/include_cpp\"\n)\n\n#Link directories\n\nlink_directories(\n\"C:/Siemens/Teamcenter13/lib\"\n)\n\ntarget_link_options(${PROJECT_NAME} PRIVATE \"C:/Siemens/Teamcenter13/lib/itk_main.obj\")\nendif()\n```\n3. Save your changes.\n4. Open the project in JetBrains CLion and build your first project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrusty84%2Fteamcenter-itk-projects-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrusty84%2Fteamcenter-itk-projects-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrusty84%2Fteamcenter-itk-projects-templates/lists"}