Subversion Repositories spacemission

Rev

Rev 4 | Rev 14 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
11 daniel-mar 2
  <PropertyGroup>
3
    <ProjectGuid>{32c160e6-f499-4896-b557-825a5c8617f1}</ProjectGuid>
4
    <MainSource>SpaceMission.dpr</MainSource>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
8
    <DCC_DependencyCheckOutputName>SpaceMission.exe</DCC_DependencyCheckOutputName>
9
  </PropertyGroup>
10
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
11
    <Version>7.0</Version>
12
    <DCC_DebugInformation>False</DCC_DebugInformation>
13
    <DCC_WriteableConstants>True</DCC_WriteableConstants>
14
    <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
15
    <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
16
    <DCC_UnitSearchPath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_UnitSearchPath>
17
    <DCC_ResourcePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_ResourcePath>
18
    <DCC_ObjPath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_ObjPath>
19
    <DCC_IncludePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_IncludePath>
20
    <DCC_Define>RELEASE</DCC_Define>
21
    <DCC_Description>SpaceMission 1.1</DCC_Description>
22
  </PropertyGroup>
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24
    <Version>7.0</Version>
25
    <DCC_WriteableConstants>True</DCC_WriteableConstants>
26
    <DCC_UnitSearchPath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_UnitSearchPath>
27
    <DCC_ResourcePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_ResourcePath>
28
    <DCC_ObjPath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_ObjPath>
29
    <DCC_IncludePath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO</DCC_IncludePath>
30
    <DCC_Define>DEBUG</DCC_Define>
31
    <DCC_Description>SpaceMission 1.1</DCC_Description>
32
  </PropertyGroup>
33
  <ProjectExtensions>
34
    <Borland.Personality>Delphi.Personality</Borland.Personality>
35
    <Borland.ProjectType>VCLApplication</Borland.ProjectType>
36
    <BorlandProject>
37
<BorlandProject xmlns=""> <Delphi.Personality>   <Parameters>
38
      <Parameters Name="UseLauncher">False</Parameters>
39
      <Parameters Name="LoadAllSymbols">True</Parameters>
40
      <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
41
    </Parameters>
42
    <VersionInfo>
43
      <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
44
      <VersionInfo Name="AutoIncBuild">False</VersionInfo>
45
      <VersionInfo Name="MajorVer">1</VersionInfo>
46
      <VersionInfo Name="MinorVer">1</VersionInfo>
47
      <VersionInfo Name="Release">0</VersionInfo>
48
      <VersionInfo Name="Build">0</VersionInfo>
49
      <VersionInfo Name="Debug">False</VersionInfo>
50
      <VersionInfo Name="PreRelease">False</VersionInfo>
51
      <VersionInfo Name="Special">False</VersionInfo>
52
      <VersionInfo Name="Private">False</VersionInfo>
53
      <VersionInfo Name="DLL">False</VersionInfo>
54
      <VersionInfo Name="Locale">1031</VersionInfo>
55
      <VersionInfo Name="CodePage">1252</VersionInfo>
56
    </VersionInfo>
57
    <VersionInfoKeys>
58
      <VersionInfoKeys Name="CompanyName">ViaThinkSoft</VersionInfoKeys>
59
      <VersionInfoKeys Name="FileDescription">Ein spannendes Weltraumspiel...</VersionInfoKeys>
60
      <VersionInfoKeys Name="FileVersion">1.1.0.0</VersionInfoKeys>
61
      <VersionInfoKeys Name="InternalName">SpaceMission 1.1</VersionInfoKeys>
62
      <VersionInfoKeys Name="LegalCopyright">© Copyright 2001 - 2006 ViaThinkSoft</VersionInfoKeys>
63
      <VersionInfoKeys Name="LegalTrademarks">Keine</VersionInfoKeys>
64
      <VersionInfoKeys Name="OriginalFilename">SpaceMission.exe</VersionInfoKeys>
65
      <VersionInfoKeys Name="ProductName">SpaceMission 1.1</VersionInfoKeys>
66
      <VersionInfoKeys Name="ProductVersion">1.1.0.0</VersionInfoKeys>
67
      <VersionInfoKeys Name="Homepage">www.viathinksoft.de</VersionInfoKeys>
68
      <VersionInfoKeys Name="Projektleiter">Daniel Marschall - www.daniel-marschall.de</VersionInfoKeys>
69
    </VersionInfoKeys>
70
    <Source>
71
      <Source Name="MainSource">SpaceMission.dpr</Source>
72
    </Source>
73
  </Delphi.Personality> </BorlandProject></BorlandProject>
74
  </ProjectExtensions>
75
  <ItemGroup />
76
  <ItemGroup>
77
    <DelphiCompile Include="SpaceMission.dpr">
78
      <MainSource>MainSource</MainSource>
79
    </DelphiCompile>
80
    <DCCReference Include="ComInfo.pas">
81
      <Form>InfoForm</Form>
82
    </DCCReference>
83
    <DCCReference Include="GamCheat.pas">
84
      <Form>CheatForm</Form>
85
    </DCCReference>
86
    <DCCReference Include="GamMain.pas">
87
      <Form>MainForm</Form>
88
    </DCCReference>
89
    <DCCReference Include="GamSpeicherung.pas">
90
      <Form>SpeicherungForm</Form>
91
    </DCCReference>
92
    <DCCReference Include="GamSplash.pas">
93
      <Form>SplashForm</Form>
94
    </DCCReference>
95
    <DCCReference Include="Global.pas">
96
      <Form>$IFEND</Form>
97
    </DCCReference>
98
  </ItemGroup>
99
  <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
100
</Project>