Click here to Skip to main content
15,880,392 members
Articles / Programming Languages / C#

Universal Framework for Science and Engineering - Part 4: Space elevator

Rate me:
Please Sign up or sign in to vote.
4.56/5 (6 votes)
14 Aug 20066 min read 36.6K   2.2K   37  
An article on framework applications to the space elevator.
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{D62F0200-1F48-4562-B86E-625CED9BAA72}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>ImageNavigation</RootNamespace>
    <AssemblyName>ImageNavigationForm</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="FormBitmapSelection.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FormBitmapSelection.Designer.cs">
      <DependentUpon>FormBitmapSelection.cs</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\AliasRegression\AliasRegression.csproj">
      <Project>{C3EBDB3F-A0DE-4126-8E87-B23C09EA08EC}</Project>
      <Name>AliasRegression</Name>
    </ProjectReference>
    <ProjectReference Include="..\BitmapConsumer\BitmapConsumer.csproj">
      <Project>{4F039C2F-907F-41CD-821F-63367CE59692}</Project>
      <Name>BitmapConsumer</Name>
    </ProjectReference>
    <ProjectReference Include="..\CategoryTheory\CategoryTheory.csproj">
      <Project>{01323E7D-DA29-4D48-8C46-A44C117A8D12}</Project>
      <Name>CategoryTheory</Name>
    </ProjectReference>
    <ProjectReference Include="..\DataPerformerBase\DataPerformerBase\DataPerformerBase.csproj">
      <Project>{CDE580BC-CFE5-45D3-B9A2-76585E54A416}</Project>
      <Name>DataPerformerBase</Name>
    </ProjectReference>
    <ProjectReference Include="..\DataPerformer\DataPerformer.csproj">
      <Project>{618B5522-01BD-4834-BB34-0C3AC7BB59EC}</Project>
      <Name>DataPerformer</Name>
    </ProjectReference>
    <ProjectReference Include="..\DiagramUIForm\DiagramUIForm.csproj">
      <Project>{4FB6133D-2948-4E29-A7B2-5DD5FD750606}</Project>
      <Name>DiagramUIForm</Name>
    </ProjectReference>
    <ProjectReference Include="..\DiagramUISerializable\DiagramUISerializable.csproj">
      <Project>{868ADFD8-51C2-4CEC-8132-11E5A0F907E3}</Project>
      <Name>DiagramUISerializable</Name>
    </ProjectReference>
    <ProjectReference Include="..\DiagramUI\DiagramUI.csproj">
      <Project>{096F4EA8-6301-4545-96D6-286E67CCBA5C}</Project>
      <Name>DiagramUI</Name>
    </ProjectReference>
    <ProjectReference Include="..\ImageNavigation\ImageNavigation.csproj">
      <Project>{A3C7BD0F-94A4-41D9-83D4-5F8213562398}</Project>
      <Name>ImageNavigation</Name>
    </ProjectReference>
    <ProjectReference Include="..\ResourceService\ResourceService.csproj">
      <Project>{A7719FB8-AECF-4F38-83E4-5A1352C8ACD3}</Project>
      <Name>ResourceService</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="FormBitmapSelection.resx">
      <SubType>Designer</SubType>
      <DependentUpon>FormBitmapSelection.cs</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect
Russian Federation Russian Federation
Ph. D. Petr Ivankov worked as scientific researcher at Russian Mission Control Centre since 1978 up to 2000. Now he is engaged by Aviation training simulators http://dinamika-avia.com/ . His additional interests are:

1) Noncommutative geometry

http://front.math.ucdavis.edu/author/P.Ivankov

2) Literary work (Russian only)

http://zhurnal.lib.ru/editors/3/3d_m/

3) Scientific articles
http://arxiv.org/find/all/1/au:+Ivankov_Petr/0/1/0/all/0/1

Comments and Discussions