home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / MoonPhases / MoonPhases.zip / MoonPhases / MoonPhases.vbproj < prev    next >
Text File  |  2009-11-12  |  4KB  |  116 lines

  1. ∩╗┐<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{F4CF96FB-535A-4BE1-A6F5-5EE798515A41}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>MoonPhases</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
  17.     <DefaultClientScript>JScript</DefaultClientScript>
  18.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20.     <DelaySign>false</DelaySign>
  21.     <OutputType>WinExe</OutputType>
  22.     <OptionCompare>Binary</OptionCompare>
  23.     <OptionExplicit>On</OptionExplicit>
  24.     <OptionStrict>Off</OptionStrict>
  25.     <RootNamespace>MoonPhases</RootNamespace>
  26.     <StartupObject>MoonPhases.frmMoonPhases</StartupObject>
  27.     <FileUpgradeFlags>
  28.     </FileUpgradeFlags>
  29.     <MyType>WindowsFormsWithCustomSubMain</MyType>
  30.     <UpgradeBackupLocation>
  31.     </UpgradeBackupLocation>
  32.     <OldToolsVersion>2.0</OldToolsVersion>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35.     <OutputPath>bin\</OutputPath>
  36.     <DocumentationFile>MoonPhases.xml</DocumentationFile>
  37.     <BaseAddress>285212672</BaseAddress>
  38.     <ConfigurationOverrideFile>
  39.     </ConfigurationOverrideFile>
  40.     <DefineConstants>
  41.     </DefineConstants>
  42.     <DefineDebug>true</DefineDebug>
  43.     <DefineTrace>true</DefineTrace>
  44.     <DebugSymbols>true</DebugSymbols>
  45.     <Optimize>false</Optimize>
  46.     <RegisterForComInterop>false</RegisterForComInterop>
  47.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  48.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  49.     <WarningLevel>1</WarningLevel>
  50.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  51.     <DebugType>full</DebugType>
  52.   </PropertyGroup>
  53.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54.     <OutputPath>bin\</OutputPath>
  55.     <DocumentationFile>MoonPhases.xml</DocumentationFile>
  56.     <BaseAddress>285212672</BaseAddress>
  57.     <ConfigurationOverrideFile>
  58.     </ConfigurationOverrideFile>
  59.     <DefineConstants>
  60.     </DefineConstants>
  61.     <DefineDebug>false</DefineDebug>
  62.     <DefineTrace>true</DefineTrace>
  63.     <DebugSymbols>false</DebugSymbols>
  64.     <Optimize>true</Optimize>
  65.     <RegisterForComInterop>false</RegisterForComInterop>
  66.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  67.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  68.     <WarningLevel>1</WarningLevel>
  69.     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  70.     <DebugType>none</DebugType>
  71.   </PropertyGroup>
  72.   <ItemGroup>
  73.     <Reference Include="System">
  74.       <Name>System</Name>
  75.     </Reference>
  76.     <Reference Include="System.Data">
  77.       <Name>System.Data</Name>
  78.     </Reference>
  79.     <Reference Include="System.Drawing">
  80.       <Name>System.Drawing</Name>
  81.     </Reference>
  82.     <Reference Include="System.Windows.Forms">
  83.       <Name>System.Windows.Forms</Name>
  84.     </Reference>
  85.     <Reference Include="System.Xml">
  86.       <Name>System.XML</Name>
  87.     </Reference>
  88.   </ItemGroup>
  89.   <ItemGroup>
  90.     <Import Include="Microsoft.VisualBasic" />
  91.     <Import Include="System" />
  92.     <Import Include="System.Collections" />
  93.     <Import Include="System.Data" />
  94.     <Import Include="System.Diagnostics" />
  95.     <Import Include="System.Drawing" />
  96.     <Import Include="System.Windows.Forms" />
  97.   </ItemGroup>
  98.   <ItemGroup>
  99.     <Compile Include="AssemblyInfo.vb">
  100.       <SubType>Code</SubType>
  101.     </Compile>
  102.     <Compile Include="frmMoonPhases.vb">
  103.       <SubType>Form</SubType>
  104.     </Compile>
  105.     <EmbeddedResource Include="frmMoonPhases.resx">
  106.       <DependentUpon>frmMoonPhases.vb</DependentUpon>
  107.     </EmbeddedResource>
  108.   </ItemGroup>
  109.   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  110.   <PropertyGroup>
  111.     <PreBuildEvent>
  112.     </PreBuildEvent>
  113.     <PostBuildEvent>
  114.     </PostBuildEvent>
  115.   </PropertyGroup>
  116. </Project>