author | StephaneLenclud |
Sat, 16 May 2015 01:31:32 +0200 | |
changeset 5 | 29ccfbf98e54 |
parent 1 | f203331a8f4a |
child 8 | adff2dec03a0 |
permissions | -rw-r--r-- |
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@2 | 51 |
<Compile Include="MediaPortal.cs" /> |
StephaneLenclud@1 | 52 |
<Compile Include="KingOfSat.cs" /> |
StephaneLenclud@0 | 53 |
<Compile Include="MainForm.cs"> |
StephaneLenclud@0 | 54 |
<SubType>Form</SubType> |
StephaneLenclud@0 | 55 |
</Compile> |
StephaneLenclud@0 | 56 |
<Compile Include="MainForm.Designer.cs"> |
StephaneLenclud@0 | 57 |
<DependentUpon>MainForm.cs</DependentUpon> |
StephaneLenclud@0 | 58 |
</Compile> |
StephaneLenclud@0 | 59 |
<Compile Include="Program.cs" /> |
StephaneLenclud@0 | 60 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
StephaneLenclud@0 | 61 |
<EmbeddedResource Include="MainForm.resx"> |
StephaneLenclud@0 | 62 |
<DependentUpon>MainForm.cs</DependentUpon> |
StephaneLenclud@0 | 63 |
</EmbeddedResource> |
StephaneLenclud@0 | 64 |
<EmbeddedResource Include="Properties\Resources.resx"> |
StephaneLenclud@0 | 65 |
<Generator>ResXFileCodeGenerator</Generator> |
StephaneLenclud@0 | 66 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
StephaneLenclud@0 | 67 |
<SubType>Designer</SubType> |
StephaneLenclud@0 | 68 |
</EmbeddedResource> |
StephaneLenclud@0 | 69 |
<Compile Include="Properties\Resources.Designer.cs"> |
StephaneLenclud@0 | 70 |
<AutoGen>True</AutoGen> |
StephaneLenclud@0 | 71 |
<DependentUpon>Resources.resx</DependentUpon> |
StephaneLenclud@0 | 72 |
</Compile> |
StephaneLenclud@0 | 73 |
<None Include="packages.config" /> |
StephaneLenclud@0 | 74 |
<None Include="Properties\Settings.settings"> |
StephaneLenclud@0 | 75 |
<Generator>SettingsSingleFileGenerator</Generator> |
StephaneLenclud@0 | 76 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
StephaneLenclud@0 | 77 |
</None> |
StephaneLenclud@0 | 78 |
<Compile Include="Properties\Settings.Designer.cs"> |
StephaneLenclud@0 | 79 |
<AutoGen>True</AutoGen> |
StephaneLenclud@0 | 80 |
<DependentUpon>Settings.settings</DependentUpon> |
StephaneLenclud@0 | 81 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
StephaneLenclud@0 | 82 |
</Compile> |
StephaneLenclud@0 | 83 |
</ItemGroup> |
StephaneLenclud@0 | 84 |
<ItemGroup> |
StephaneLenclud@0 | 85 |
<None Include="App.config" /> |
StephaneLenclud@0 | 86 |
</ItemGroup> |
StephaneLenclud@0 | 87 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
StephaneLenclud@0 | 88 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
StephaneLenclud@0 | 89 |
Other similar extension points exist, see Microsoft.Common.targets. |
StephaneLenclud@0 | 90 |
<Target Name="BeforeBuild"> |
StephaneLenclud@0 | 91 |
</Target> |
StephaneLenclud@0 | 92 |
<Target Name="AfterBuild"> |
StephaneLenclud@0 | 93 |
</Target> |
StephaneLenclud@0 | 94 |
--> |
StephaneLenclud@0 | 95 |
</Project> |