SatChanGen.csproj
author StephaneLenclud
Thu, 14 May 2015 22:43:17 +0200
changeset 0 1d4344872495
child 1 f203331a8f4a
permissions -rw-r--r--
First drop.
Basic Sky Deutschland package frequency parssing.
StephaneLenclud@0
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@0
     2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
StephaneLenclud@0
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
StephaneLenclud@0
     4
  <PropertyGroup>
StephaneLenclud@0
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
StephaneLenclud@0
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
StephaneLenclud@0
     7
    <ProjectGuid>{2308CCC9-1EF8-4BD0-8673-B1DE365736EB}</ProjectGuid>
StephaneLenclud@0
     8
    <OutputType>WinExe</OutputType>
StephaneLenclud@0
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
StephaneLenclud@0
    10
    <RootNamespace>SatChanGen</RootNamespace>
StephaneLenclud@0
    11
    <AssemblyName>SatChanGen</AssemblyName>
StephaneLenclud@0
    12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
StephaneLenclud@0
    13
    <FileAlignment>512</FileAlignment>
StephaneLenclud@0
    14
  </PropertyGroup>
StephaneLenclud@0
    15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
StephaneLenclud@0
    16
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@0
    17
    <DebugSymbols>true</DebugSymbols>
StephaneLenclud@0
    18
    <DebugType>full</DebugType>
StephaneLenclud@0
    19
    <Optimize>false</Optimize>
StephaneLenclud@0
    20
    <OutputPath>bin\Debug\</OutputPath>
StephaneLenclud@0
    21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
StephaneLenclud@0
    22
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@0
    23
    <WarningLevel>4</WarningLevel>
StephaneLenclud@0
    24
  </PropertyGroup>
StephaneLenclud@0
    25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
StephaneLenclud@0
    26
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@0
    27
    <DebugType>pdbonly</DebugType>
StephaneLenclud@0
    28
    <Optimize>true</Optimize>
StephaneLenclud@0
    29
    <OutputPath>bin\Release\</OutputPath>
StephaneLenclud@0
    30
    <DefineConstants>TRACE</DefineConstants>
StephaneLenclud@0
    31
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@0
    32
    <WarningLevel>4</WarningLevel>
StephaneLenclud@0
    33
  </PropertyGroup>
StephaneLenclud@0
    34
  <ItemGroup>
StephaneLenclud@0
    35
    <Reference Include="CsQuery">
StephaneLenclud@0
    36
      <HintPath>packages\CsQuery.1.3.4\lib\net40\CsQuery.dll</HintPath>
StephaneLenclud@0
    37
    </Reference>
StephaneLenclud@0
    38
    <Reference Include="System" />
StephaneLenclud@0
    39
    <Reference Include="System.Core" />
StephaneLenclud@0
    40
    <Reference Include="System.Xml.Linq" />
StephaneLenclud@0
    41
    <Reference Include="System.Data.DataSetExtensions" />
StephaneLenclud@0
    42
    <Reference Include="Microsoft.CSharp" />
StephaneLenclud@0
    43
    <Reference Include="System.Data" />
StephaneLenclud@0
    44
    <Reference Include="System.Deployment" />
StephaneLenclud@0
    45
    <Reference Include="System.Drawing" />
StephaneLenclud@0
    46
    <Reference Include="System.Windows.Forms" />
StephaneLenclud@0
    47
    <Reference Include="System.Xml" />
StephaneLenclud@0
    48
  </ItemGroup>
StephaneLenclud@0
    49
  <ItemGroup>
StephaneLenclud@0
    50
    <Compile Include="Channel.cs" />
StephaneLenclud@0
    51
    <Compile Include="MainForm.cs">
StephaneLenclud@0
    52
      <SubType>Form</SubType>
StephaneLenclud@0
    53
    </Compile>
StephaneLenclud@0
    54
    <Compile Include="MainForm.Designer.cs">
StephaneLenclud@0
    55
      <DependentUpon>MainForm.cs</DependentUpon>
StephaneLenclud@0
    56
    </Compile>
StephaneLenclud@0
    57
    <Compile Include="Program.cs" />
StephaneLenclud@0
    58
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@0
    59
    <EmbeddedResource Include="MainForm.resx">
StephaneLenclud@0
    60
      <DependentUpon>MainForm.cs</DependentUpon>
StephaneLenclud@0
    61
    </EmbeddedResource>
StephaneLenclud@0
    62
    <EmbeddedResource Include="Properties\Resources.resx">
StephaneLenclud@0
    63
      <Generator>ResXFileCodeGenerator</Generator>
StephaneLenclud@0
    64
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
StephaneLenclud@0
    65
      <SubType>Designer</SubType>
StephaneLenclud@0
    66
    </EmbeddedResource>
StephaneLenclud@0
    67
    <Compile Include="Properties\Resources.Designer.cs">
StephaneLenclud@0
    68
      <AutoGen>True</AutoGen>
StephaneLenclud@0
    69
      <DependentUpon>Resources.resx</DependentUpon>
StephaneLenclud@0
    70
    </Compile>
StephaneLenclud@0
    71
    <None Include="packages.config" />
StephaneLenclud@0
    72
    <None Include="Properties\Settings.settings">
StephaneLenclud@0
    73
      <Generator>SettingsSingleFileGenerator</Generator>
StephaneLenclud@0
    74
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
StephaneLenclud@0
    75
    </None>
StephaneLenclud@0
    76
    <Compile Include="Properties\Settings.Designer.cs">
StephaneLenclud@0
    77
      <AutoGen>True</AutoGen>
StephaneLenclud@0
    78
      <DependentUpon>Settings.settings</DependentUpon>
StephaneLenclud@0
    79
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
StephaneLenclud@0
    80
    </Compile>
StephaneLenclud@0
    81
  </ItemGroup>
StephaneLenclud@0
    82
  <ItemGroup>
StephaneLenclud@0
    83
    <None Include="App.config" />
StephaneLenclud@0
    84
  </ItemGroup>
StephaneLenclud@0
    85
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@0
    86
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@0
    87
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@0
    88
  <Target Name="BeforeBuild">
StephaneLenclud@0
    89
  </Target>
StephaneLenclud@0
    90
  <Target Name="AfterBuild">
StephaneLenclud@0
    91
  </Target>
StephaneLenclud@0
    92
  -->
StephaneLenclud@0
    93
</Project>