Skip to content

Commit

Permalink
Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
glscene committed Sep 9, 2024
1 parent 690251b commit 7c38c62
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Examples/Demox.groupproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<ProjectGuid>{06F2ACF5-1389-4241-BBE5-9D5D4E2831FD}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="..\Packages\GXScene_GBE.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Clouds\Clouds.dproj">
<Dependencies/>
</Projects>
Expand Down Expand Up @@ -63,9 +66,6 @@
<Projects Include="Demox\SphereExt\SphereExt.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\StopCovid10\StopCovid10.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Terrain\Terrain.dproj">
<Dependencies/>
</Projects>
Expand All @@ -86,6 +86,15 @@
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="GXScene_GBE">
<MSBuild Projects="..\Packages\GXScene_GBE.dproj"/>
</Target>
<Target Name="GXScene_GBE:Clean">
<MSBuild Projects="..\Packages\GXScene_GBE.dproj" Targets="Clean"/>
</Target>
<Target Name="GXScene_GBE:Make">
<MSBuild Projects="..\Packages\GXScene_GBE.dproj" Targets="Make"/>
</Target>
<Target Name="Clouds">
<MSBuild Projects="Demox\Clouds\Clouds.dproj"/>
</Target>
Expand Down Expand Up @@ -266,15 +275,6 @@
<Target Name="SphereExt:Make">
<MSBuild Projects="Demox\SphereExt\SphereExt.dproj" Targets="Make"/>
</Target>
<Target Name="StopCovid10">
<MSBuild Projects="Demox\StopCovid10\StopCovid10.dproj"/>
</Target>
<Target Name="StopCovid10:Clean">
<MSBuild Projects="Demox\StopCovid10\StopCovid10.dproj" Targets="Clean"/>
</Target>
<Target Name="StopCovid10:Make">
<MSBuild Projects="Demox\StopCovid10\StopCovid10.dproj" Targets="Make"/>
</Target>
<Target Name="Terrain">
<MSBuild Projects="Demox\Terrain\Terrain.dproj"/>
</Target>
Expand Down Expand Up @@ -312,13 +312,13 @@
<MSBuild Projects="Demox\Waves\Waves_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Clouds;Clouds_c;Cube;Cube_c;Cubemap;Cubemap_c;CylinderExt;CylinderExt_c;Genoise;Genoise_c;Grass;Grass_c;Heightmap;Heightmap_c;Island;Joystickplayer;Multitextures;Pathfinder;Sailboat;SphereExt;StopCovid10;Terrain;Viewports;Waves;Waves_c"/>
<CallTarget Targets="GXScene_GBE;Clouds;Clouds_c;Cube;Cube_c;Cubemap;Cubemap_c;CylinderExt;CylinderExt_c;Genoise;Genoise_c;Grass;Grass_c;Heightmap;Heightmap_c;Island;Joystickplayer;Multitextures;Pathfinder;Sailboat;SphereExt;Terrain;Viewports;Waves;Waves_c"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Clouds:Clean;Clouds_c:Clean;Cube:Clean;Cube_c:Clean;Cubemap:Clean;Cubemap_c:Clean;CylinderExt:Clean;CylinderExt_c:Clean;Genoise:Clean;Genoise_c:Clean;Grass:Clean;Grass_c:Clean;Heightmap:Clean;Heightmap_c:Clean;Island:Clean;Joystickplayer:Clean;Multitextures:Clean;Pathfinder:Clean;Sailboat:Clean;SphereExt:Clean;StopCovid10:Clean;Terrain:Clean;Viewports:Clean;Waves:Clean;Waves_c:Clean"/>
<CallTarget Targets="GXScene_GBE:Clean;Clouds:Clean;Clouds_c:Clean;Cube:Clean;Cube_c:Clean;Cubemap:Clean;Cubemap_c:Clean;CylinderExt:Clean;CylinderExt_c:Clean;Genoise:Clean;Genoise_c:Clean;Grass:Clean;Grass_c:Clean;Heightmap:Clean;Heightmap_c:Clean;Island:Clean;Joystickplayer:Clean;Multitextures:Clean;Pathfinder:Clean;Sailboat:Clean;SphereExt:Clean;Terrain:Clean;Viewports:Clean;Waves:Clean;Waves_c:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Clouds:Make;Clouds_c:Make;Cube:Make;Cube_c:Make;Cubemap:Make;Cubemap_c:Make;CylinderExt:Make;CylinderExt_c:Make;Genoise:Make;Genoise_c:Make;Grass:Make;Grass_c:Make;Heightmap:Make;Heightmap_c:Make;Island:Make;Joystickplayer:Make;Multitextures:Make;Pathfinder:Make;Sailboat:Make;SphereExt:Make;StopCovid10:Make;Terrain:Make;Viewports:Make;Waves:Make;Waves_c:Make"/>
<CallTarget Targets="GXScene_GBE:Make;Clouds:Make;Clouds_c:Make;Cube:Make;Cube_c:Make;Cubemap:Make;Cubemap_c:Make;CylinderExt:Make;CylinderExt_c:Make;Genoise:Make;Genoise_c:Make;Grass:Make;Grass_c:Make;Heightmap:Make;Heightmap_c:Make;Island:Make;Joystickplayer:Make;Multitextures:Make;Pathfinder:Make;Sailboat:Make;SphereExt:Make;Terrain:Make;Viewports:Make;Waves:Make;Waves_c:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>
132 changes: 132 additions & 0 deletions Examples/Demoxc.groupproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{06F2ACF5-1389-4241-BBE5-9D5D4E2831FD}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="..\Packages\GXScene_GBE.dproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Clouds\Clouds_c.cbproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Cube\Cube_c.cbproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Cubemap\Cubemap_c.cbproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\CylinderExt\CylinderExt_c.cbproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Genoise\Genoise_c.cbproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Grass\Grass_c.cbproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Heightmap\Heightmap_c.cbproj">
<Dependencies/>
</Projects>
<Projects Include="Demox\Waves\Waves_c.cbproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="GXScene_GBE">
<MSBuild Projects="..\Packages\GXScene_GBE.dproj"/>
</Target>
<Target Name="GXScene_GBE:Clean">
<MSBuild Projects="..\Packages\GXScene_GBE.dproj" Targets="Clean"/>
</Target>
<Target Name="GXScene_GBE:Make">
<MSBuild Projects="..\Packages\GXScene_GBE.dproj" Targets="Make"/>
</Target>
<Target Name="Clouds_c">
<MSBuild Projects="Demox\Clouds\Clouds_c.cbproj"/>
</Target>
<Target Name="Clouds_c:Clean">
<MSBuild Projects="Demox\Clouds\Clouds_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="Clouds_c:Make">
<MSBuild Projects="Demox\Clouds\Clouds_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Cube_c">
<MSBuild Projects="Demox\Cube\Cube_c.cbproj"/>
</Target>
<Target Name="Cube_c:Clean">
<MSBuild Projects="Demox\Cube\Cube_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="Cube_c:Make">
<MSBuild Projects="Demox\Cube\Cube_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Cubemap_c">
<MSBuild Projects="Demox\Cubemap\Cubemap_c.cbproj"/>
</Target>
<Target Name="Cubemap_c:Clean">
<MSBuild Projects="Demox\Cubemap\Cubemap_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="Cubemap_c:Make">
<MSBuild Projects="Demox\Cubemap\Cubemap_c.cbproj" Targets="Make"/>
</Target>
<Target Name="CylinderExt_c">
<MSBuild Projects="Demox\CylinderExt\CylinderExt_c.cbproj"/>
</Target>
<Target Name="CylinderExt_c:Clean">
<MSBuild Projects="Demox\CylinderExt\CylinderExt_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="CylinderExt_c:Make">
<MSBuild Projects="Demox\CylinderExt\CylinderExt_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Genoise_c">
<MSBuild Projects="Demox\Genoise\Genoise_c.cbproj"/>
</Target>
<Target Name="Genoise_c:Clean">
<MSBuild Projects="Demox\Genoise\Genoise_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="Genoise_c:Make">
<MSBuild Projects="Demox\Genoise\Genoise_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Grass_c">
<MSBuild Projects="Demox\Grass\Grass_c.cbproj"/>
</Target>
<Target Name="Grass_c:Clean">
<MSBuild Projects="Demox\Grass\Grass_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="Grass_c:Make">
<MSBuild Projects="Demox\Grass\Grass_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Heightmap_c">
<MSBuild Projects="Demox\Heightmap\Heightmap_c.cbproj"/>
</Target>
<Target Name="Heightmap_c:Clean">
<MSBuild Projects="Demox\Heightmap\Heightmap_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="Heightmap_c:Make">
<MSBuild Projects="Demox\Heightmap\Heightmap_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Waves_c">
<MSBuild Projects="Demox\Waves\Waves_c.cbproj"/>
</Target>
<Target Name="Waves_c:Clean">
<MSBuild Projects="Demox\Waves\Waves_c.cbproj" Targets="Clean"/>
</Target>
<Target Name="Waves_c:Make">
<MSBuild Projects="Demox\Waves\Waves_c.cbproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="GXScene_GBE;Clouds_c;Cube_c;Cubemap_c;CylinderExt_c;Genoise_c;Grass_c;Heightmap_c;Waves_c"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="GXScene_GBE:Clean;Clouds_c:Clean;Cube_c:Clean;Cubemap_c:Clean;CylinderExt_c:Clean;Genoise_c:Clean;Grass_c:Clean;Heightmap_c:Clean;Waves_c:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="GXScene_GBE:Make;Clouds_c:Make;Cube_c:Make;Cubemap_c:Make;CylinderExt_c:Make;Genoise_c:Make;Grass_c:Make;Heightmap_c:Make;Waves_c:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

0 comments on commit 7c38c62

Please sign in to comment.