Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
software:cmake:cmake_tfs [2013-09-10 11:52] – CMake Code saccilottosoftware:cmake:cmake_tfs [2013-09-10 11:53] (aktuell) saccilotto
Zeile 5: Zeile 5:
 Unter dem Abschnitt Global im Solution-File: Unter dem Abschnitt Global im Solution-File:
 <code> <code>
- GlobalSection(TeamFoundationVersionControl) = preSolution +GlobalSection(TeamFoundationVersionControl) = preSolution 
- SccNumberOfProjects = 3 + SccNumberOfProjects = 3 
- SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} + SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} 
- SccTeamFoundationServer = http://tfs-server.ntb.ch:8080/tfs/classcad + SccTeamFoundationServer = http://tfs-server.ntb.ch:8080/tfs/classcad 
- SccProjectUniqueName0 = 3DReconstruction\\3DReconstruction.vcxproj + SccProjectUniqueName0 = 3DReconstruction\\3DReconstruction.vcxproj 
- SccProjectName0 = 3DReconstruction + SccProjectName0 = 3DReconstruction 
- SccAuxPath0 = http://tfs-server.ntb.ch:8080/tfs/classcad + SccAuxPath0 = http://tfs-server.ntb.ch:8080/tfs/classcad 
- SccLocalPath0 = 3DReconstruction + SccLocalPath0 = 3DReconstruction 
- SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} + SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} 
- SccProjectUniqueName1 = 3DRecConsole\\3DRecConsole.vcxproj + SccProjectUniqueName1 = 3DRecConsole\\3DRecConsole.vcxproj 
- SccProjectName1 = 3DRecConsole + SccProjectName1 = 3DRecConsole 
- SccAuxPath1 = http://tfs-server.ntb.ch:8080/tfs/classcad + SccAuxPath1 = http://tfs-server.ntb.ch:8080/tfs/classcad 
- SccLocalPath1 = 3DRecConsole + SccLocalPath1 = 3DRecConsole 
- SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} + SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} 
- SccProjectUniqueName2 = VanishingPointDetection\\VanishingPointDetection.vcxproj + SccProjectUniqueName2 = VanishingPointDetection\\VanishingPointDetection.vcxproj 
- SccProjectName2 = VanishingPointDetection + SccProjectName2 = VanishingPointDetection 
- SccAuxPath2 = http://tfs-server.ntb.ch:8080/tfs/classcad + SccAuxPath2 = http://tfs-server.ntb.ch:8080/tfs/classcad 
- SccLocalPath2 = VanishingPointDetection + SccLocalPath2 = VanishingPointDetection 
- SccProvider2 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} + SccProvider2 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} 
- EndGlobalSection+EndGlobalSection
 </code> </code>
  
 Sowie im Projektfile unter der Propertygroup Globals: Sowie im Projektfile unter der Propertygroup Globals:
 <code> <code>
-  <PropertyGroup Label="Globals"> +<PropertyGroup Label="Globals"> 
-    <ProjectGUID>{180ABFA3-1346-484E-8843-4E777FC7BFE9}</ProjectGUID> + <ProjectGUID>{180ABFA3-1346-484E-8843-4E777FC7BFE9}</ProjectGUID> 
-    <Keyword>Win32Proj</Keyword> + <Keyword>Win32Proj</Keyword> 
-    <Platform>Win32</Platform> + <Platform>Win32</Platform> 
-    <ProjectName>ImageTo3D</ProjectName> + <ProjectName>ImageTo3D</ProjectName> 
-    <SccProjectName>SAK</SccProjectName> + <SccProjectName>SAK</SccProjectName> 
-    <SccAuxPath>SAK</SccAuxPath> + <SccAuxPath>SAK</SccAuxPath> 
-    <SccLocalPath>SAK</SccLocalPath> + <SccLocalPath>SAK</SccLocalPath> 
-    <SccProvider>SAK</SccProvider> + <SccProvider>SAK</SccProvider> 
-  </PropertyGroup> +</PropertyGroup> 
-  </code>+</code>
      
 Für jedes verbundene Projekt besteht ein Eintrag in der Solution mit den Angaben zur TFS-URL sowie dem Pfad innerhalb des Workspaces. Sobald das Projekt gebunden ist, stehen in den Scc* Einträgen des Projektes der Wert SAK für //Should already know// - soll heissen, dass die Einstellungen aus der Solution kommen. Für jedes verbundene Projekt besteht ein Eintrag in der Solution mit den Angaben zur TFS-URL sowie dem Pfad innerhalb des Workspaces. Sobald das Projekt gebunden ist, stehen in den Scc* Einträgen des Projektes der Wert SAK für //Should already know// - soll heissen, dass die Einstellungen aus der Solution kommen.