Skip to content

Commit

Permalink
Removed console app and replaced with tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcunningham committed Oct 2, 2013
1 parent 86b5e84 commit 23cac73
Show file tree
Hide file tree
Showing 19 changed files with 1,783 additions and 758 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ __history
*.map
*.exe
*.dll
*.dsk
*.~dsk
bin/*
36 changes: 36 additions & 0 deletions CoordinateConversionGroup.groupproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{DAAB5E60-227D-484D-BB59-4BFAA61655F3}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="tests\CoordinateTests.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="CoordinateTests">
<MSBuild Projects="tests\CoordinateTests.dproj"/>
</Target>
<Target Name="CoordinateTests:Clean">
<MSBuild Targets="Clean" Projects="tests\CoordinateTests.dproj"/>
</Target>
<Target Name="CoordinateTests:Make">
<MSBuild Targets="Make" Projects="tests\CoordinateTests.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="CoordinateTests"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="CoordinateTests:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="CoordinateTests:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>
2 changes: 2 additions & 0 deletions CoordinateConversionGroup_prjgroup.tvsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<TgConfig Version="3" SubLevelDisabled="False" />
42 changes: 0 additions & 42 deletions console/TestProject.dpr

This file was deleted.

Loading

0 comments on commit 23cac73

Please sign in to comment.